Uses of Interface
net.kaczmarzyk.spring.data.jpa.domain.ZeroArgSpecification
Packages that use ZeroArgSpecification
-
Uses of ZeroArgSpecification in net.kaczmarzyk.spring.data.jpa.domain
Classes in net.kaczmarzyk.spring.data.jpa.domain that implement ZeroArgSpecificationModifier and TypeClassDescriptionclassInTheFuture<T,TimeType extends Comparable<TimeType>> Filters with>where-clause (e.g.classInThePast<T,TimeType extends Comparable<TimeType>> Filters with<where-clause (e.g.classIsEmpty<T>Filters with "is empty" where-clause for collections (e.g.classIsFalse<T>Filters using `false` value for a boolean type field, i.e.classIsNotEmpty<T>Filters with is not empty where-clause - if collection from association is not empty (e.g.classIsNotNull<T>Filers with "is not null" where clause (e.g.classIsNull<T>Filers with "is null" where clause (e.g.classIsTrue<T>Filters using `true` value for a boolean type field, i.e.