Interface InsertOneInterceptor<T>
- Type Parameters:
T- The declaring type.
- All Superinterfaces:
DataInterceptor<T,Object>
- All Known Implementing Classes:
DefaultInsertOneInterceptor
An interceptor that inserts an entity created from method parameters and returns either the entity or nothing.
- Since:
- 5.0.0
-
Method Summary
Methods inherited from interface DataInterceptor
intercept