Package io.micronaut.data.model.runtime
package io.micronaut.data.model.runtime
Runtime implementation of the model that uses
Introspected
bean metadata.- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionAbstract implementation of
PreparedDataOperation
.Attribute converter registry.A batch operation is an operation performed on one or more entities of the same type.CustomBeanProperty
with different annotation metadata.Used as a super class to resolve and potentially cache data about a method.DelegatingQueryParameterBinding
.A delete batch operation is an operation performed on one or more entities of the same type.A delete operation that updates the given entity.A delete returning batch operation is an operation performed on one or more entities of the same type.A delete returning operation that updates the given entity and returns a result.An entity operation with an instance.An operation on an entity type.An insert batch operation is an operation performed on one or more entities of the same type.An insert operation that inserts a record.PagedQuery<E>Object passed to queries for pagination requests.An operation that has been prepared for execution with the current context.PreparedQuery<E,R> Interface that models a prepared query.PropertyAutoPopulator<T extends Annotation>The interface allows automatically populating new values, potentially based on the previous value forAutoPopulated
properties.The query parameter binding.The information about query result info for the query method.A runtime representation ofAssociation
.A registry for looking up entities across repositories.Runtime implementation ofPersistentEntity
that uses pre-computedIntrospected
bean data and is completely stateless.A runtime representation ofPersistentProperty
.Common super interface for all stored operations.StoredQuery<E,R> A stored computed query.Describes the operation type.An update batch operation is an operation performed on one or more entities of the same type.An update operation that updates the given entity.