Class AbstractSpecificationInterceptor<T,R> 
java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,R>
 
io.micronaut.data.jpa.repository.intercept.AbstractSpecificationInterceptor<T,R> 
- Type Parameters:
- T- The declaring type
- R- The return type
- All Implemented Interfaces:
- DataInterceptor<T,- R> 
- Direct Known Subclasses:
- CountSpecificationInterceptor,- DeleteSpecificationInterceptor,- FindAllSpecificationInterceptor,- FindOneSpecificationInterceptor,- FindPageSpecificationInterceptor
Abstract specification interceptor.
- Since:
- 3.1
- Author:
- Denis Stepanov
- 
Field SummaryFields inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconversionService, operations, preparedQueryResolver
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractSpecificationInterceptor(RepositoryOperations operations) Default constructor.
- 
Method SummaryModifier and TypeMethodDescriptionprotected final List<jakarta.persistence.criteria.Order>getOrders(Sort sort, jakarta.persistence.criteria.Root<?> root, jakarta.persistence.criteria.CriteriaBuilder cb) protected SpecificationgetSpecification(io.micronaut.aop.MethodInvocationContext<?, ?> context) FindSpecificationin context.Methods inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconvertOne, 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, validateNullArgumentsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.intercept.DataInterceptorintercept
- 
Constructor Details- 
AbstractSpecificationInterceptorDefault constructor.- Parameters:
- operations- The operations
 
 
- 
- 
Method Details- 
getSpecificationFindSpecificationin context.- Parameters:
- context- The context
- Returns:
- found specification
 
- 
getOrders
 
-