Class PathSpecification<T>
java.lang.Object
net.kaczmarzyk.spring.data.jpa.domain.PathSpecification<T>
- All Implemented Interfaces:
Serializable,org.springframework.data.jpa.domain.Specification<T>
- Direct Known Subclasses:
Between,ComparableSpecification,Empty,Equal,EqualDay,EqualIgnoreCase,False,In,InTheFuture,InThePast,IsEmpty,IsFalse,IsMember,IsNotEmpty,IsNotMember,IsNotNull,IsNull,IsTrue,Like,NotEmpty,NotEqual,NotEqualIgnoreCase,NotIn,NotLike,NotNull,Null,True
public abstract class PathSpecification<T>
extends Object
implements org.springframework.data.jpa.domain.Specification<T>
Base class for
Specification types supported by this library out of the box.- Author:
- Tomasz Kaczmarzyk
- See Also: