Package io.micronaut.data.intercept.async
@NullMarked
package io.micronaut.data.intercept.async
Method interceptors for async repository operations.
- Since:
- 1.0.0
- Author:
- graemerocher
-
InterfacesClassDescriptionAn interceptor that executes a count of all records asynchronously.An interceptor that executes a batch delete of all records asynchronously.An interceptor that executes a delete os a single record asynchronously.An interceptor that deletes entities and returns multiple results asynchronously.An interceptor that deletes an entity and returns a single result asynchronously.An interceptor that executes a query to check for existence.An interceptor that executes a query and returns an iterable result asynchronously.An interceptor that executes a query and returns a result asynchronously.An interceptor that executes a query and returns a
CursoredPageasynchronously.An interceptor that executes a query and returns a result asynchronously.An interceptor that executes a query and returns aPageasynchronously.An interceptor that executes a query and returns aSliceasynchronously.Interface for the interceptor that handles inserting a list or iterable of objects asynchronously.An interceptor that accepts a single entity to be inserted asynchronously.An interceptor that inserts an entity created from method parameters asynchronously.An interceptor that inserts entities and returns multiple results asynchronously.An interceptor that inserts an entity and returns a single result asynchronously.An interceptor that does execute the procedure and returns results asynchronously.An interceptor that does execute the procedure and returns results asynchronously.An interceptor that saves multiple entities asynchronously.An interceptor that saves a single entity asynchronously.An interceptor that saves a single entity asynchronously.Interface for the interceptor that handles updating a list or iterable of objects.An interceptor that executes a batch update asynchronously.An interceptor that updates a single entity asynchronously.An interceptor that updates entities and returns multiple results asynchronously.An interceptor that updates an entity and returns a single result asynchronously.