@Internal public class FindOneSpecificationInterceptor extends FindOneSpecificationInterceptor
findOne(Specification)
for Spring Data JPA specifications.operations, preparedQueryResolver
Modifier | Constructor and Description |
---|---|
protected |
FindOneSpecificationInterceptor(RepositoryOperations operations)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Specification |
getSpecification(io.micronaut.aop.MethodInvocationContext<?,?> context)
Find
Specification in context. |
intercept
getOrders
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
protected FindOneSpecificationInterceptor(@NonNull RepositoryOperations operations)
operations
- The operationsprotected Specification getSpecification(io.micronaut.aop.MethodInvocationContext<?,?> context)
AbstractSpecificationInterceptor
Specification
in context.getSpecification
in class AbstractSpecificationInterceptor<java.lang.Object,java.lang.Object>
context
- The context