Class LoadInterceptor<T>

java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,T>
io.micronaut.data.hibernate6.jpa.repository.intercept.LoadInterceptor<T>
Type Parameters:
T - the entity type
All Implemented Interfaces:
DataInterceptor<T,T>

public class LoadInterceptor<T> extends AbstractQueryInterceptor<T,T> implements DataInterceptor<T,T>
Interceptor for Load.
Author:
mitchjust
  • Constructor Details

    • LoadInterceptor

      protected LoadInterceptor(@NonNull RepositoryOperations operations)
      Default constructor.
      Parameters:
      operations - The operations
  • Method Details

    • intercept

      public T intercept(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<T,T> context)
      Description copied from interface: DataInterceptor
      Intercepts a data method execution.
      Specified by:
      intercept in interface DataInterceptor<T,T>
      Parameters:
      methodKey - The method key
      context - The context
      Returns:
      The result