Package io.micronaut.data.intercept
Interface UpdateAllEntitiesInterceptor<T,R>
-
- Type Parameters:
T
- The declaring typeR
- The return type
- All Superinterfaces:
DataInterceptor<T,R>
- All Known Implementing Classes:
DefaultUpdateAllEntitiesInterceptor
public interface UpdateAllEntitiesInterceptor<T,R> extends DataInterceptor<T,R>
Interface for the interceptor that handles updating a list or iterable of objects.- Since:
- 2.4.0
- Author:
- Denis Stepanov
-
-
Method Summary
-
Methods inherited from interface io.micronaut.data.intercept.DataInterceptor
intercept
-
-