@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. |
interceptgetOrdersconvertNumberArgumentIfNecessary, 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, validateNullArgumentsprotected FindOneSpecificationInterceptor(@NonNull
RepositoryOperations operations)
operations - The operationsprotected Specification getSpecification(io.micronaut.aop.MethodInvocationContext<?,?> context)
AbstractSpecificationInterceptorSpecification in context.getSpecification in class AbstractSpecificationInterceptor<java.lang.Object,java.lang.Object>context - The context