Class FindAllSpecificationInterceptor
- java.lang.Object
- 
- io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,R>
- 
- io.micronaut.data.jpa.repository.intercept.AbstractSpecificationInterceptor<java.lang.Object,java.lang.Object>
- 
- io.micronaut.data.jpa.repository.intercept.FindAllSpecificationInterceptor
- 
- io.micronaut.data.spring.jpa.intercept.FindAllSpecificationInterceptor
 
 
 
 
- 
- All Implemented Interfaces:
- DataInterceptor<java.lang.Object,java.lang.Object>
 
 @Internal public class FindAllSpecificationInterceptor extends FindAllSpecificationInterceptor Implementation of the unpaged version offindAll(Specification).- Since:
- 1.0
- Author:
- graemerocher
 
- 
- 
Field Summary- 
Fields inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptoroperations, preparedQueryResolver
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedFindAllSpecificationInterceptor(RepositoryOperations operations)Default constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddSort(java.lang.Object sortObject, javax.persistence.criteria.CriteriaQuery<java.lang.Object> query, javax.persistence.criteria.Root<java.lang.Object> root, javax.persistence.criteria.CriteriaBuilder criteriaBuilder)Add sort to the query.protected SpecificationgetSpecification(io.micronaut.aop.MethodInvocationContext<?,?> context)FindSpecificationin context.- 
Methods inherited from class io.micronaut.data.jpa.repository.intercept.FindAllSpecificationInterceptorintercept
 - 
Methods inherited from class io.micronaut.data.jpa.repository.intercept.AbstractSpecificationInterceptorgetOrders
 - 
Methods inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconvertNumberArgumentIfNecessary, convertOne, 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
 
- 
 
- 
- 
- 
Constructor Detail- 
FindAllSpecificationInterceptorprotected FindAllSpecificationInterceptor(@NonNull RepositoryOperations operations)Default constructor.- Parameters:
- operations- The operations
 
 
- 
 - 
Method Detail- 
getSpecificationprotected Specification getSpecification(io.micronaut.aop.MethodInvocationContext<?,?> context) Description copied from class:AbstractSpecificationInterceptorFindSpecificationin context.- Overrides:
- getSpecificationin class- AbstractSpecificationInterceptor<java.lang.Object,java.lang.Object>
- Parameters:
- context- The context
- Returns:
- found specification
 
 - 
addSortprotected void addSort(java.lang.Object sortObject, javax.persistence.criteria.CriteriaQuery<java.lang.Object> query, javax.persistence.criteria.Root<java.lang.Object> root, javax.persistence.criteria.CriteriaBuilder criteriaBuilder)Description copied from class:FindAllSpecificationInterceptorAdd sort to the query.- Overrides:
- addSortin class- FindAllSpecificationInterceptor
- Parameters:
- sortObject- The sort object
- query- The query
- root- The root
- criteriaBuilder- The criteria builder
 
 
- 
 
-