Class | Description |
---|---|
AbstractSpecificationInterceptor<T,R> |
Abstract specification interceptor.
|
CountSpecificationInterceptor |
Interceptor that supports count 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) . |
FlushInterceptor<T> |
Interceptor for flushing.
|
LoadInterceptor<T> |
Interceptor for Load.
|