Class DetachInterceptor<T>

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

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