See: Description
| Class | Description |
|---|---|
| AbstractAsyncInterceptor<T,R> |
Abstract asynchronous interceptor implementation.
|
| DefaultCountAsyncInterceptor<T> |
Default implementation of
CountAsyncInterceptor. |
| DefaultDeleteAllAsyncInterceptor<T> |
Default implementation of
DeleteAllAsyncInterceptor. |
| DefaultDeleteOneAsyncInterceptor<T> |
The default implementation of
DeleteOneAsyncInterceptor. |
| DefaultExistsByAsyncInterceptor<T> |
The default implementation of
ExistsByAsyncInterceptor. |
| DefaultFindAllAsyncInterceptor<T> |
The default implementation of
FindAllAsyncInterceptor. |
| DefaultFindByIdAsyncInterceptor<T> |
Default implementation that handles lookup by ID asynchronously.
|
| DefaultFindOneAsyncInterceptor<T> |
Default implementation of the
FindOneAsyncInterceptor interface. |
| DefaultFindPageAsyncInterceptor<T> |
Default implementation of
FindPageAsyncInterceptor. |
| DefaultFindSliceAsyncInterceptor<T> |
Default implementation of
FindSliceAsyncInterceptor. |
| DefaultSaveAllAsyncInterceptor<T> |
Default implementation of
SaveAllAsyncInterceptor. |
| DefaultSaveEntityInterceptor<T> |
Default implementation of
SaveEntityAsyncInterceptor. |
| DefaultSaveOneAsyncInterceptor<T> |
Default implementation of
SaveOneAsyncInterceptor. |
| DefaultUpdateAllAsyncEntitiesInterceptor<T> |
Default implementation of
UpdateAllEntriesAsyncInterceptor. |
| DefaultUpdateAsyncInterceptor<T> |
Default implementation of
UpdateAsyncInterceptor. |
| DefaultUpdateEntityAsyncInterceptor<T> |
Default implementation of
UpdateEntityAsyncInterceptor. |