All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractAsyncInterceptor<T,R> |
Abstract asynchronous interceptor implementation.
|
| AbstractAsyncSpecificationInterceptor<T,R> |
Abstract async specification interceptor.
|
| AbstractConversionContext |
Delegating ConversionContext.
|
| AbstractConvertCompletionStageInterceptor<T> |
Abstract asynchronous interceptor implementation with a result conversion.
|
| AbstractCountConvertCompletionStageInterceptor |
Abstract asynchronous interceptor implementation with a result conversion.
|
| AbstractPublisherInterceptor |
Publisher interceptor.
|
| AbstractQueryInterceptor<T,R> |
Abstract interceptor that executes a Query.
|
| AbstractReactiveEntitiesOperations<Ctx extends OperationContext,T,Exc extends java.lang.Exception> |
Abstract reactive entities operations.
|
| AbstractReactiveEntityOperations<Ctx extends OperationContext,T,Exc extends java.lang.Exception> |
Abstract reactive entity operations.
|
| AbstractReactiveInterceptor<T,R> |
Abstract reactive repository interceptor.
|
| AbstractReactiveSpecificationInterceptor<T,R> |
Abstract reactive specification interceptor.
|
| AbstractRepositoryOperations |
Abstract repository implementation.
|
| AbstractSpecificationInterceptor<T,R> |
Abstract specification interceptor.
|
| AbstractSpecificationInterceptor.Type |
|
| AbstractSqlRepositoryOperations<RS,PS,Exc extends java.lang.Exception> |
Abstract SQL repository implementation not specifically bound to JDBC.
|
| AbstractSqlRepositoryOperations.StatementSupplier<PS> |
Functional interface used to supply a statement.
|
| AbstractSyncEntitiesOperations<Ctx extends OperationContext,T,Exc extends java.lang.Exception> |
Abstract synchronous entities operations.
|
| AbstractSyncEntityOperations<Ctx extends OperationContext,T,Exc extends java.lang.Exception> |
Abstract synchronous entity operations.
|
| AnnotatedMethodInvokingEntityEventListener |
Event listener that allows invoking methods defined on entities and annotated with an event annotation such as PrePersist.
|
| AsyncFromReactiveAsyncRepositoryOperation |
An implementation of AsyncRepositoryOperations that delegates to a reactive operation.
|
| AttributeConverterProvider |
Intended to support different implementation of attribute converters like JPA's 'jakarta.persistence.AttributeConverter'.
|
| AutoPopulatedEntityEventListener |
Abstract implementation of a listener that handles AutoPopulated.
|
| AutoTimestampEntityEventListener |
An event listener that handles DateCreated and DateUpdated.
|
| BasicStoredQuery<E,R> |
The basic implementation of StoredQuery.
|
| BeanIntrospectionMapper<D,R> |
A TypeMapper that maps objects using a compile time computed BeanIntrospection.
|
| BindableParametersPreparedQuery<E,R> |
Bindable parameters version of PreparedQuery.
|
| BindableParametersStoredQuery<E,R> |
Bindable parameters version of StoredQuery.
|
| BindableParametersStoredQuery.Binder |
Parameters binder.
|
| CountAsyncSpecificationInterceptor |
Interceptor that supports async count specifications.
|
| CountReactiveSpecificationInterceptor |
Interceptor that supports reactive count specifications.
|
| CountSpecificationInterceptor |
Interceptor that supports count specifications.
|
| CurrentDateTimeProvider |
|
| DataConfiguration |
General data configuration.
|
| DataConfiguration.PageableConfiguration |
Configuration for pageable.
|
| DataConversionService<Impl extends DataConversionService> |
The type of ConversionService that also include the Data project only registered converters.
|
| DataIntroductionAdvice |
The root Data introduction advice, which simply delegates to an appropriate interceptor
declared in the io.micronaut.data.intercept package.
|
| DataSettings |
Parent configuration interface.
|
| DataSourceMultiTenancyEnabledCondition |
|
| DataSourceTenantResolver |
The tenant resolver for multi-tenancy mode DATASOURCE.
|
| DataTypeConverter<S,T> |
|
| DateTimeProvider<T> |
Used by Micronaut Data to assign a time stamp to entity fields labeled with DateCreated or
DateUpdated.
|
| DefaultBindableParametersPreparedQuery<E,R> |
|
| DefaultBindableParametersStoredQuery<E,R> |
|
| DefaultCountAsyncInterceptor<T> |
Default implementation of CountAsyncInterceptor.
|
| DefaultCountInterceptor<T> |
Default implementation of CountInterceptor.
|
| DefaultCountReactiveInterceptor |
Default implementation of CountReactiveInterceptor.
|
| DefaultDeleteAllAsyncInterceptor<T> |
Default implementation of DeleteAllAsyncInterceptor.
|
| DefaultDeleteAllInterceptor<T> |
Default implementation of DeleteAllInterceptor.
|
| DefaultDeleteAllReactiveInterceptor |
Default implementation of DeleteAllReactiveInterceptor.
|
| DefaultDeleteOneAsyncInterceptor<T> |
The default implementation of DeleteOneAsyncInterceptor.
|
| DefaultDeleteOneInterceptor<T> |
The default implementation of DeleteOneInterceptor.
|
| DefaultDeleteOneReactiveInterceptor |
Default implementation of DeleteOneReactiveInterceptor.
|
| DefaultEntityEventContext<T> |
Default implementation of the EntityEventContext interface.
|
| DefaultExistsByAsyncInterceptor<T> |
The default implementation of ExistsByAsyncInterceptor.
|
| DefaultExistsByInterceptor<T> |
The default implementation of ExistsByInterceptor.
|
| DefaultExistsByReactiveInterceptor |
Default implementation of ExistsByReactiveInterceptor.
|
| DefaultFindAllAsyncInterceptor |
The default implementation of FindAllAsyncInterceptor.
|
| DefaultFindAllInterceptor<T,R> |
The default implementation of FindAllInterceptor.
|
| DefaultFindAllReactiveInterceptor |
Default implementation of FindAllReactiveInterceptor.
|
| DefaultFindByIdAsyncInterceptor |
Default implementation that handles lookup by ID asynchronously.
|
| DefaultFindByIdInterceptor<T> |
Default implementation that handles lookup by ID.
|
| DefaultFindByIdReactiveInterceptor |
Default implementation of FindByIdReactiveInterceptor.
|
| DefaultFindOneAsyncInterceptor |
Default implementation of the FindOneAsyncInterceptor interface.
|
| DefaultFindOneInterceptor<T> |
Default implementation of the FindOneInterceptor interface.
|
| DefaultFindOneReactiveInterceptor |
Default implementation of FindOneReactiveInterceptor.
|
| DefaultFindOptionalInterceptor<T> |
Default implementation of FindOptionalInterceptor.
|
| DefaultFindPageAsyncInterceptor |
Default implementation of FindPageAsyncInterceptor.
|
| DefaultFindPageInterceptor<T,R> |
Default implementation of FindPageInterceptor.
|
| DefaultFindPageReactiveInterceptor |
Default implementation of FindPageReactiveInterceptor.
|
| DefaultFindSliceAsyncInterceptor |
Default implementation of FindSliceAsyncInterceptor.
|
| DefaultFindSliceInterceptor<T,R> |
Default implementation of FindSliceInterceptor.
|
| DefaultFindSliceReactiveInterceptor |
Default implementation of FindSliceReactiveInterceptor.
|
| DefaultFindStreamInterceptor<T> |
Default implementation of FindStreamInterceptor.
|
| DefaultPagedQuery<E> |
Default implementation of PagedQuery.
|
| DefaultPagedQueryResolver |
Default paged query resolver.
|
| DefaultPreparedQuery<E,RT> |
Represents a prepared query.
|
| DefaultPreparedQueryResolver |
Default prepared query resolver.
|
| DefaultSaveAllAsyncInterceptor<T> |
Default implementation of SaveAllAsyncInterceptor.
|
| DefaultSaveAllInterceptor<T,R> |
Default implementation of SaveAllInterceptor.
|
| DefaultSaveAllReactiveInterceptor |
Default implementation of SaveAllReactiveInterceptor.
|
| DefaultSaveEntityInterceptor<T> |
Default implementation of SaveEntityAsyncInterceptor.
|
| DefaultSaveEntityInterceptor<T> |
Default implementation of SaveEntityInterceptor.
|
| DefaultSaveEntityReactiveInterceptor |
Default implementation of SaveEntityReactiveInterceptor.
|
| DefaultSaveOneAsyncInterceptor |
Default implementation of SaveOneAsyncInterceptor.
|
| DefaultSaveOneInterceptor<T> |
Default implementation of SaveOneInterceptor.
|
| DefaultSaveOneReactiveInterceptor |
Default implementation of SaveOneReactiveInterceptor.
|
| DefaultSqlPreparedQuery<E,R> |
|
| DefaultSqlStoredQuery<E,R> |
|
| DefaultStoredQuery<E,RT> |
Represents a prepared query.
|
| DefaultStoredQueryResolver |
Default stored query resolver.
|
| DefaultUpdateAllAsyncEntitiesInterceptor |
Default implementation of UpdateAllEntriesAsyncInterceptor.
|
| DefaultUpdateAllEntitiesInterceptor<T,R> |
Default implementation of UpdateAllEntitiesInterceptor.
|
| DefaultUpdateAllEntitiesReactiveInterceptor |
Default implementation of UpdateAllEntitiesReactiveInterceptor.
|
| DefaultUpdateAsyncInterceptor |
Default implementation of UpdateAsyncInterceptor.
|
| DefaultUpdateEntityAsyncInterceptor<T> |
Default implementation of UpdateEntityAsyncInterceptor.
|
| DefaultUpdateEntityInterceptor<T> |
Default implementation of UpdateEntityInterceptor.
|
| DefaultUpdateEntityReactiveInterceptor |
Default implementation of UpdateEntityReactiveInterceptor.
|
| DefaultUpdateInterceptor<T> |
Default implementation of UpdateInterceptor.
|
| DefaultUpdateReactiveInterceptor |
Default implementation of UpdateReactiveInterceptor.
|
| DelegatePreparedQuery<E,R> |
Delegate implementation of PreparedQuery.
|
| DelegateStoredQuery<E,R> |
Delegate implementation of StoredQuery.
|
| DeleteAllAsyncSpecificationInterceptor |
Implementation of async deleteAll(Specification).
|
| DeleteAllReactiveSpecificationInterceptor |
Implementation of reactive deleteAll(Specification).
|
| DeleteAllSpecificationInterceptor |
Implementation of deleteAll(Specification).
|
| DiscriminatorMultiTenancyEnabledCondition |
|
| DTOMapper<T,S,R> |
|
| DummyPreparedQuery<E,R> |
The dummy prepared statement, that allows creating StoredQuery without actual prepared statement.
|
| EntityEventRegistry |
Primary implementation of the EntityEventListener interface that aggregates all other listeners.
|
| EntityOperations<T,Exc extends java.lang.Exception> |
The entity operations container.
|
| ExecutorAsyncOperations |
An implementation of AsyncRepositoryOperations that delegates to a blocking operations and specified Executor.
|
| ExecutorReactiveOperations |
An implementation of ReactiveRepositoryOperations that delegates to a blocking operations and specified Executor.
|
| ExistsAsyncSpecificationInterceptor |
Interceptor that supports async exists specifications.
|
| ExistsReactiveSpecificationInterceptor |
Interceptor that supports reactive exists specifications.
|
| ExistsSpecificationInterceptor |
Interceptor that supports exists specifications.
|
| FindAllAsyncSpecificationInterceptor |
Implementation of async unpaged version of findAll(Specification).
|
| FindAllReactiveSpecificationInterceptor |
Implementation of reactive unpaged version of findAll(Specification).
|
| FindAllSpecificationInterceptor |
Implementation of the unpaged version of findAll(Specification).
|
| FindOneAsyncSpecificationInterceptor |
Implementation of async findOne(Specification).
|
| FindOneReactiveSpecificationInterceptor |
Implementation of async findOne(Specification).
|
| FindOneSpecificationInterceptor |
Implementation of findOne(Specification) for JPA specifications.
|
| FindPageAsyncSpecificationInterceptor |
Runtime implementation of CompletableFuture<Page> find(Specification, Pageable).
|
| FindPageReactiveSpecificationInterceptor |
Runtime implementation of Publisher<Page> find(Specification, Pageable).
|
| FindPageSpecificationInterceptor |
Runtime implementation of Page find(Specification, Pageable).
|
| MethodContextAwareStoredQueryDecorator |
Special version of stored query decorator that is aware of the method invocation context.
|
| MultiTenancyConfiguration |
The multi-tenancy configuration.
|
| MultiTenancyMode |
The multi-tenancy mode.
|
| OperationContext |
The operation context.
|
| PageableRequestArgumentBinder |
A request argument binder for binding a Pageable object from the request.
|
| PagedQueryResolver |
Paged query resolver.
|
| PersistentEntityAwareQuery<E> |
The PersistentEntity aware query.
|
| PreparedQueryDecorator |
Prepared query decorator.
|
| PreparedQueryResolver |
Prepared query resolver.
|
| QueryResultStoredQuery<E,R> |
The basic StoredQuery created from QueryResult.
|
| QueryStatement<PS,IDX> |
An abstract interface over prepared statements.
|
| ReactiveCascadeOperations<Ctx extends OperationContext> |
Reactive cascade operations.
|
| ReactiveCascadeOperations.ReactiveCascadeOperationsHelper<Ctx extends OperationContext> |
The cascade operations helper.
|
| ReactiveEntitiesOperations<T,Exc extends java.lang.Exception> |
The reactive entities operations container.
|
| ReactiveEntityOperations<T,Exc extends java.lang.Exception> |
The reactive entity operations container.
|
| ReactorToAsyncOperationsAdaptor |
An implementation of AsyncRepositoryOperations that delegates to a reactive operation.
|
| ResultConsumer<T,RS> |
A mapping function can be used as a method parameter to repository methods to allow custom mapping of results.
|
| ResultConsumer.Context<RS> |
A context object that simplifies mapping results to objects.
|
| ResultReader<RS,IDX> |
A result reader is a type that is capable of reading data from the given result set type.
|
| RuntimeCriteriaBuilder |
The runtime implementation of AbstractCriteriaBuilder.
|
| RuntimePersistentPropertyConversionContext |
Conversion context that has access to converter RuntimePersistentProperty.
|
| SchemaGenerate |
Enum describing how to handle the schema at startup.
|
| SchemaMultiTenancyEnabledCondition |
|
| SchemaTenantResolver |
The tenant resolver for multi-tenancy mode SCHEMA.
|
| SqlDTOMapper<T,S,R> |
|
| SqlPreparedQuery<E,R> |
|
| SqlResultEntityTypeMapper<RS,R> |
A TypeMapper that can take a RuntimePersistentEntity and a ResultReader and materialize an instance using
using column naming conventions mapped by the entity.
|
| SqlResultEntityTypeMapper.PushingMapper<RS,R> |
The pushing mapper helper interface.
|
| SqlStoredQuery<E,R> |
|
| SqlTypeMapper<RS,R> |
|
| StaticMetamodelInitializer |
Static metadata properties initializer.
|
| StoredQueryDecorator |
Stored query decorator.
|
| StoredQueryParameter |
The stored query parameter.
|
| StoredQueryResolver |
Stored query resolver.
|
| SyncCascadeOperations<Ctx extends OperationContext> |
Synchronous cascade operations.
|
| SyncCascadeOperations.SyncCascadeOperationsHelper<Ctx extends OperationContext> |
The cascade operations helper.
|
| SyncEntitiesOperations<T,Exc extends java.lang.Exception> |
The entities operations container.
|
| SyncEntityOperations<T,Exc extends java.lang.Exception> |
The entity operations container.
|
| TenantResolver |
The tenant resolver for multi-tenancy.
|
| TypeMapper<D,R> |
A context object to facilitate and ease mapping objects programmatically.
|
| UpdateAllAsyncSpecificationInterceptor |
Implementation of async updateAll(Specification).
|
| UpdateAllReactiveSpecificationInterceptor |
Implementation of async updateAll(Specification).
|
| UpdateAllSpecificationInterceptor |
Implementation of updateAll(Specification).
|
| UUIDGeneratingEntityEventListener |
Supports generating UUIDs.
|
| VersionGeneratingEntityEventListener |
Supports optimistic locking by using a version.
|