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.
|
EntityOperation<E> |
An operation on an entity type.
|
InsertOperation<E> |
An insert operation that inserts a record.
|
PagedQuery<E> |
Object passed to queries for pagination requests.
|
PreparedQuery<E,R> |
Interface that models a prepared query.
|
StoredQuery<E,R> |
A stored computed query.
|
UpdateOperation<E> |
An update operation that updates the given entity.
|
Class | Description |
---|---|
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.