Introspected bean metadata.See: Description
| Interface | Description |
|---|---|
| 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 for
AutoPopulated properties. |
| 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 | Description |
|---|---|
| AbstractPreparedDataOperation<R> |
Abstract implementation of
PreparedDataOperation. |
| DefaultStoredDataOperation<R> |
Used as a super class to resolve and potentially cache data about a method.
|
| RuntimeAssociation<T> |
A runtime representation of
Association. |
| RuntimePersistentEntity<T> |
Runtime implementation of
PersistentEntity that uses pre-computed Introspected bean data and is completely stateless. |
| RuntimePersistentProperty<T> |
A runtime representation of
PersistentProperty. |
Introspected bean metadata.