Package io.micronaut.data.runtime.intercept
package io.micronaut.data.runtime.intercept
Default implementations of the 
io.micronaut.data.intercept interfaces.- Since:
- 1.0.0
- Author:
- graemerocher
- 
ClassesClassDescriptionAbstract interceptor that executes aQuery.The root Data introduction advice, which simply delegates to an appropriate interceptor declared in theio.micronaut.data.interceptpackage.An abstract base implementation of query interceptor for page interceptors implementingFindPageInterceptororFindCursoredPageInterceptor.Default implementation ofCountInterceptor.Default implementation ofDeleteAllInterceptor.Default implementation ofDeleteAllInterceptor.The default implementation ofDeleteOneInterceptor.Default implementation ofDeleteReturningManyInterceptor.Default implementation ofDeleteReturningOneInterceptor.The default implementation ofExistsByInterceptor.The default implementation ofFindAllInterceptor.Default implementation that handles lookup by ID.Default implementation ofFindCursoredPageInterceptor.Default implementation of theFindOneInterceptorinterface.Default implementation ofFindOptionalInterceptor.Default implementation ofFindPageInterceptor.Default implementation ofFindSliceInterceptor.Default implementation ofFindStreamInterceptor.Default implementation ofInsertReturningManyInterceptor.Default implementation ofInsertReturningOneInterceptor.The default implementation ofProcedureReturningManyInterceptor.The default implementation ofProcedureReturningOneInterceptor.Default implementation ofSaveAllInterceptor.Default implementation ofSaveEntityInterceptor.Default implementation ofSaveOneInterceptor.Default implementation ofUpdateAllEntitiesInterceptor.Default implementation ofUpdateEntityInterceptor.Default implementation ofUpdateInterceptor.Default implementation ofUpdateReturningManyInterceptor.Default implementation ofUpdateReturningOneInterceptor.