All Classes and Interfaces
Class
Description
Abstract asynchronous interceptor implementation.
Abstract async specification interceptor.
Delegating
ConversionContext.Abstract asynchronous interceptor implementation with a result conversion.
Abstract asynchronous interceptor implementation with a result conversion.
Publisher interceptor.
Abstract interceptor that executes a
Query.Abstract reactive entities operations.
Abstract reactive entity operations.
Abstract reactive repository interceptor.
Abstract reactive specification interceptor.
Abstract repository implementation.
Abstract specification interceptor.
Abstract SQL repository implementation not specifically bound to JDBC.
Functional interface used to supply a statement.
Abstract synchronous entities operations.
Abstract synchronous entity operations.
Event listener that allows invoking methods defined on entities and annotated with an event annotation such as
PrePersist.An implementation of
AsyncRepositoryOperations that delegates to a reactive operation.Intended to support different implementation of attribute converters like JPA's 'jakarta.persistence.AttributeConverter'.
Abstract implementation of a listener that handles
AutoPopulated.An event listener that handles
DateCreated and DateUpdated.The basic implementation of
StoredQuery.A
TypeMapper that maps objects using a compile time computed BeanIntrospection.Bindable parameters version of
PreparedQuery.Bindable parameters version of
StoredQuery.Parameters binder.
Interceptor that supports async count specifications.
Interceptor that supports reactive count specifications.
Interceptor that supports count specifications.
Default implementation of
DateTimeProvider.General data configuration.
Configuration for pageable.
The type of
ConversionService that also include the Data project only registered converters.The root Data introduction advice, which simply delegates to an appropriate interceptor
declared in the
io.micronaut.data.intercept package.Parent configuration interface.
Multi-tenancy mode
MultiTenancyMode.DATASOURCE condition.The tenant resolver for multi-tenancy mode DATASOURCE.
Micronaut Data specific
TypeConverter that should be integrated into DataConversionService.Used by Micronaut Data to assign a time stamp to entity fields labeled with
DateCreated or
DateUpdated.Implementation of
BindableParametersPreparedQuery.Implementation of
BindableParametersStoredQuery.Default implementation of
CountAsyncInterceptor.Default implementation of
CountInterceptor.Default implementation of
CountReactiveInterceptor.Default implementation of
DeleteAllAsyncInterceptor.Default implementation of
DeleteAllInterceptor.Default implementation of
DeleteAllReactiveInterceptor.The default implementation of
DeleteOneAsyncInterceptor.The default implementation of
DeleteOneInterceptor.Default implementation of
DeleteOneReactiveInterceptor.Default implementation of the
EntityEventContext interface.The default implementation of
ExistsByAsyncInterceptor.The default implementation of
ExistsByInterceptor.Default implementation of
ExistsByReactiveInterceptor.The default implementation of
FindAllAsyncInterceptor.The default implementation of
FindAllInterceptor.Default implementation of
FindAllReactiveInterceptor.Default implementation that handles lookup by ID asynchronously.
Default implementation that handles lookup by ID.
Default implementation of
FindByIdReactiveInterceptor.Default implementation of the
FindOneAsyncInterceptor interface.Default implementation of the
FindOneInterceptor interface.Default implementation of
FindOneReactiveInterceptor.Default implementation of
FindOptionalInterceptor.Default implementation of
FindPageAsyncInterceptor.Default implementation of
FindPageInterceptor.Default implementation of
FindPageReactiveInterceptor.Default implementation of
FindSliceAsyncInterceptor.Default implementation of
FindSliceInterceptor.Default implementation of
FindSliceReactiveInterceptor.Default implementation of
FindStreamInterceptor.Default implementation of
PagedQuery.Default paged query resolver.
Represents a prepared query.
Default prepared query resolver.
Default implementation of
SaveAllAsyncInterceptor.Default implementation of
SaveAllInterceptor.Default implementation of
SaveAllReactiveInterceptor.Default implementation of
SaveEntityAsyncInterceptor.Default implementation of
SaveEntityInterceptor.Default implementation of
SaveEntityReactiveInterceptor.Default implementation of
SaveOneAsyncInterceptor.Default implementation of
SaveOneInterceptor.Default implementation of
SaveOneReactiveInterceptor.Implementation of
SqlPreparedQuery.Implementation of
SqlStoredQuery.Represents a prepared query.
Default stored query resolver.
Default implementation of
UpdateAllEntriesAsyncInterceptor.Default implementation of
UpdateAllEntitiesInterceptor.Default implementation of
UpdateAllEntitiesReactiveInterceptor.Default implementation of
UpdateAsyncInterceptor.Default implementation of
UpdateEntityAsyncInterceptor.Default implementation of
UpdateEntityInterceptor.Default implementation of
UpdateEntityReactiveInterceptor.Default implementation of
UpdateInterceptor.Default implementation of
UpdateReactiveInterceptor.Delegate implementation of
PreparedQuery.Delegate implementation of
StoredQuery.Implementation of async
deleteAll(Specification).Implementation of reactive
deleteAll(Specification).Implementation of
deleteAll(Specification).Multi-tenancy mode
MultiTenancyMode.DISCRIMINATOR condition.A
BeanIntrospectionMapper that reads the result using the specified
PersistentEntity and ResultReader and using the BeanIntrospectionMapper.map(Object, Class) allows mapping a result to a introspected Data Transfer Object (DTO).The dummy prepared statement, that allows creating
StoredQuery without actual prepared statement.Primary implementation of the
EntityEventListener interface that aggregates all other listeners.The entity operations container.
An implementation of
AsyncRepositoryOperations that delegates to a blocking operations and specified Executor.An implementation of
ReactiveRepositoryOperations that delegates to a blocking operations and specified Executor.Interceptor that supports async exists specifications.
Interceptor that supports reactive exists specifications.
Interceptor that supports exists specifications.
Implementation of async unpaged version of
findAll(Specification).Implementation of reactive unpaged version of
findAll(Specification).Implementation of the unpaged version of
findAll(Specification).Implementation of async
findOne(Specification).Implementation of async
findOne(Specification).Implementation of
findOne(Specification) for JPA specifications.Runtime implementation of
CompletableFuture<Page> find(Specification, Pageable).Runtime implementation of
Publisher<Page> find(Specification, Pageable).Runtime implementation of
Page find(Specification, Pageable).The wrapper around
JsonMapper to read JSON values from the result set.The JSON query result mapper.
Special version of stored query decorator that is aware of the method invocation context.
The multi-tenancy configuration.
The multi-tenancy mode.
The operation context.
A request argument binder for binding a
Pageable object from the request.Paged query resolver.
The
PersistentEntity aware query.Prepared query decorator.
Prepared query resolver.
The basic
StoredQuery created from QueryResult.An abstract interface over prepared statements.
Reactive cascade operations.
The cascade operations helper.
The reactive entities operations container.
The reactive entity operations container.
An implementation of
AsyncRepositoryOperations that delegates to a reactive operation.A mapping function can be used as a method parameter to repository methods to allow custom mapping of results.
A context object that simplifies mapping results to objects.
A result reader is a type that is capable of reading data from the given result set type.
The runtime implementation of
AbstractCriteriaBuilder.Conversion context that has access to converter
RuntimePersistentProperty.Enum describing how to handle the schema at startup.
Multi-tenancy mode
MultiTenancyMode.SCHEMA condition.The tenant resolver for multi-tenancy mode SCHEMA.
Subclass of
DTOMapper specifically for SQL.The provider for
SqlJsonValueMapper when JSON columns are being written using SqlStoredQuery
and for SqlJsonColumnReader when JSON columns are being read from SqlPreparedQuery results.The SQL json column reader.
The SQL JSON parameter value mapper.
SQL version of
SqlStoredQuery.A
TypeMapper that can take a RuntimePersistentEntity and a ResultReader and materialize an instance using
using column naming conventions mapped by the entity.The pushing mapper helper interface.
SQL version of
BindableParametersStoredQuery carrying extra SQL related data.A
TypeMapper that specific to SQL.Static metadata properties initializer.
Stored query decorator.
The stored query parameter.
Stored query resolver.
Synchronous cascade operations.
The cascade operations helper.
The entities operations container.
The entity operations container.
The tenant resolver for multi-tenancy.
A context object to facilitate and ease mapping objects programmatically.
Implementation of async
updateAll(Specification).Implementation of async
updateAll(Specification).Implementation of
updateAll(Specification).Supports generating UUIDs.
Supports optimistic locking by using a version.