Class | Description |
---|---|
AbstractSpecificationInterceptor<T,R> |
Abstract specification interceptor.
|
CountSpecificationInterceptor |
Interceptor that supports count specifications.
|
DeleteAllSpecificationInterceptor |
Implementation of
deleteAll(Specification) . |
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) . |
Enum | Description |
---|---|
AbstractSpecificationInterceptor.Type |