Package io.micronaut.data.model.runtime
Runtime implementation of the model that uses
Introspected
bean metadata.- Since:
- 1.0.0
- Author:
- graemerocher
-
Interface Summary Interface Description AttributeConverterRegistry Attribute converter registry.BatchOperation<E> A batch operation is an operation performed on one or more entities of the same type.DeleteBatchOperation<E> A delete batch operation is an operation performed on one or more entities of the same type.DeleteOperation<E> A delete operation that updates the given entity.EntityInstanceOperation<E> An entity operation with an instance.EntityOperation<E> An operation on an entity type.InsertBatchOperation<E> An insert batch operation is an operation performed on one or more entities of the same type.InsertOperation<E> An insert operation that inserts a record.PagedQuery<E> Object passed to queries for pagination requests.PreparedDataOperation<R> An operation that has been prepared for execution with the current context.PreparedQuery<E,R> Interface that models a prepared query.PropertyAutoPopulator<T extends java.lang.annotation.Annotation> The interface allows automatically populating new values, potentially based on the previous value forAutoPopulated
properties.QueryParameterBinding The query parameter binding.RuntimeEntityRegistry A registry for looking up entities across repositories.StoredDataOperation<R> Common super interface for all stored operations.StoredQuery<E,R> A stored computed query.UpdateBatchOperation<E> A update batch operation is an operation performed on one or more entities of the same type.UpdateOperation<E> An update operation that updates the given entity. -
Class Summary Class Description AbstractPreparedDataOperation<R> Abstract implementation ofPreparedDataOperation
.DefaultStoredDataOperation<R> Used as a super class to resolve and potentially cache data about a method.RuntimeAssociation<T> A runtime representation ofAssociation
.RuntimePersistentEntity<T> Runtime implementation ofPersistentEntity
that uses pre-computedIntrospected
bean data and is completely stateless.RuntimePersistentProperty<T> A runtime representation ofPersistentProperty
.