AbstractSpecificationInterceptor<T,R> |
Abstract specification interceptor.
|
CountSpecificationInterceptor |
Interceptor that supports count specifications.
|
DeleteAllSpecificationInterceptor |
Implementation of deleteAll(Specification) .
|
ExistsSpecificationInterceptor |
Interceptor that supports exists specifications.
|
FindAllSpecificationInterceptor |
Implementation of the unpaged version of findAll(Specification) .
|
FindOneSpecificationInterceptor |
Implementation of findOne(Specification) for JPA specifications.
|
FindPageSpecificationInterceptor |
Runtime implementation of Page find(Specification, Pageable) .
|
UpdateAllSpecificationInterceptor |
Implementation of updateAll(Specification) .
|