T
- The declaring typeR
- The return typepublic abstract class AbstractSpecificationInterceptor<T,R> extends AbstractQueryInterceptor<T,R>
operations, preparedQueryResolver
Modifier | Constructor and Description |
---|---|
protected |
AbstractSpecificationInterceptor(RepositoryOperations operations)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<javax.persistence.criteria.Order> |
getOrders(Sort sort,
javax.persistence.criteria.Root<?> root,
javax.persistence.criteria.CriteriaBuilder cb) |
protected Specification |
getSpecification(io.micronaut.aop.MethodInvocationContext<?,?> context)
Find
Specification in context. |
convertNumberArgumentIfNecessary, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getParameterValueMap, getRequiredEntity, getRequiredRootEntity, getReturnType, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, prepareQuery, validateNullArguments
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
intercept
protected AbstractSpecificationInterceptor(RepositoryOperations operations)
operations
- The operationsprotected Specification getSpecification(io.micronaut.aop.MethodInvocationContext<?,?> context)
Specification
in context.context
- The contextprotected final java.util.List<javax.persistence.criteria.Order> getOrders(Sort sort, javax.persistence.criteria.Root<?> root, javax.persistence.criteria.CriteriaBuilder cb)