Class FlushInterceptor<T>

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

public class FlushInterceptor<T> extends AbstractQueryInterceptor<T,Void> implements DataInterceptor<T,Void>
Interceptor for flushing.
  • Constructor Details

    • FlushInterceptor

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