Class FindAllSpecificationInterceptor

  • All Implemented Interfaces:
    io.micronaut.data.intercept.DataInterceptor<java.lang.Object,​java.lang.Object>

    @Internal
    public class FindAllSpecificationInterceptor
    extends AbstractSpecificationInterceptor<java.lang.Object,​java.lang.Object>
    Implementation of the unpaged version of findAll(Specification).
    Since:
    3.2
    • Constructor Detail

      • FindAllSpecificationInterceptor

        protected FindAllSpecificationInterceptor​(io.micronaut.data.operations.RepositoryOperations operations)
        Default constructor.
        Parameters:
        operations - The operations
    • Method Detail

      • intercept

        public java.lang.Object intercept​(io.micronaut.data.intercept.RepositoryMethodKey methodKey,
                                          io.micronaut.aop.MethodInvocationContext<java.lang.Object,​java.lang.Object> context)