Class PersistInterceptor<T>

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

@Internal public final class PersistInterceptor<T> extends AbstractQueryInterceptor<T,Void> implements DataInterceptor<T,Void>
Interceptor for Persist methods.
Since:
5.0
Author:
Denis Stepanov
  • Method Details