See: Description
| Interface | Description |
|---|---|
| EmbeddableType<EMBEDDABLE> | |
| EntityListener<ENTITY> |
A callback listener that is invoked when the corresponding entities are persisted.
|
| EntityPropertyType<ENTITY,BASIC> |
A entity property description.
|
| EntityType<ENTITY> |
A description for an entity class.
|
| PostDeleteContext<E> |
A context for a post process of a delete.
|
| PostInsertContext<E> |
A context for a post process of an insert.
|
| PostUpdateContext<E> |
A context for a post process of an update.
|
| PreDeleteContext<E> |
A context for a pre process of a delete.
|
| PreInsertContext<E> |
A context for a pre process of an insert.
|
| PreUpdateContext<E> |
A context for a pre process of an update.
|
| Property<ENTITY,BASIC> |
An entity property.
|
| Class | Description |
|---|---|
| AbstractEntityType<ENTITY> | |
| AssignedIdPropertyType<ENTITY,BASIC,CONTAINER> |
A description for an identity property whose value is assigned by an application.
|
| DefaultPropertyType<ENTITY,BASIC,CONTAINER> |
A description for a default property.
|
| EmbeddedPropertyType<ENTITY,EMBEDDABLE> | |
| EntityTypeFactory |
A factory for entity descriptions.
|
| GeneratedIdPropertyType<ENTITY,BASIC extends java.lang.Number,CONTAINER> |
A description for an identity property whose value is generated.
|
| GeneratedIdPropertyType.ValueSetter | |
| NullEntityListener<ENTITY> |
An entity listener that does nothing.
|
| OriginalStatesAccessor<E> |
An accessor that is access to the field that is annotated with
OriginalStates. |
| TenantIdPropertyType<ENTITY,BASIC,CONTAINER> |
A description for an tenant id property.
|
| VersionPropertyType<ENTITY,BASIC extends java.lang.Number,CONTAINER> |
A description for a version property.
|
| VersionPropertyType.Incrementer | |
| VersionPropertyType.ValueSetter |
| Enum | Description |
|---|---|
| NamingType |
A naming convention.
|
| Exception | Description |
|---|---|
| EntityPropertyAccessException |
Thrown to indicate that the access to an entity property is failed.
|
| EntityPropertyNotDefinedException |
Thrown to indicate that a property is not defined in an entity.
|
| EntityPropertyNotFoundException |
Thrown to indicate that a property is not found in an entity.
|
| EntityTypeNotFoundException |
Thrown to indicate that an entity description is not found.
|
| OriginalStatesAccessException |
Thrown to indicate that the access to the filed that is annotated with
OriginalStates is
failed. |
| OriginalStatesNotFoundException |
Thrown to indicate that the field that is annotated with
OriginalStates is not found in
an entity. |