io.micronaut.data.intercept interfaces.See: Description
| Class | Description |
|---|---|
| AbstractQueryInterceptor<T,R> |
Abstract interceptor that executes a
Query. |
| DefaultCountInterceptor<T> |
Default implementation of
CountInterceptor. |
| DefaultDeleteAllInterceptor<T> |
Default implementation of
DeleteAllInterceptor. |
| DefaultDeleteOneInterceptor<T> |
The default implementation of
DeleteOneInterceptor. |
| DefaultExistsByInterceptor<T> |
The default implementation of
ExistsByInterceptor. |
| DefaultFindAllInterceptor<T,R> |
The default implementation of
FindAllInterceptor. |
| DefaultFindByIdInterceptor<T> |
Default implementation that handles lookup by ID.
|
| DefaultFindOneInterceptor<T> |
Default implementation of the
FindOneInterceptor interface. |
| DefaultFindOptionalInterceptor<T> |
Default implementation of
FindOptionalInterceptor. |
| DefaultFindPageInterceptor<T,R> |
Default implementation of
FindPageInterceptor. |
| DefaultFindSliceInterceptor<T,R> |
Default implementation of
FindSliceInterceptor. |
| DefaultFindStreamInterceptor<T> |
Default implementation of
FindStreamInterceptor. |
| DefaultSaveAllInterceptor<T,R> |
Default implementation of
SaveAllInterceptor. |
| DefaultSaveEntityInterceptor<T> |
Default implementation of
SaveEntityInterceptor. |
| DefaultSaveOneInterceptor<T> |
Default implementation of
SaveOneInterceptor. |
| DefaultUpdateAllEntitiesInterceptor<T,R> |
Default implementation of
UpdateAllEntitiesInterceptor. |
| DefaultUpdateEntityInterceptor<T> |
Default implementation of
UpdateEntityInterceptor. |
| DefaultUpdateInterceptor<T> |
Default implementation of
UpdateInterceptor. |
io.micronaut.data.intercept interfaces.