| Interface | Description |
|---|---|
| EntityImportanceCallback |
Handler used to receive notifications about affected
EntityImportances in the current transaction |
| HasEntityImportance | |
| HasOrder | |
| ProcessableForDataTranslation |
Marker interface for objects that can be processed and proxied for data translations resolving
|
| Class | Description |
|---|---|
| Application | |
| BaseEntity |
Base class for most entities.
|
| BigDecimalScaleListener |
An EntityListener that uses
BigDecimalScaleHandler to adjust all BigDecimals before saving an entity |
| ConfigurationEntity |
Base class for all named entities containing a persistent optional internal name and optional description.
|
| ConfigurationOrderableEntity |
Base class for all configuration entities having a persistent order.
|
| EntityImportanceListener |
A JPA entity listener which marks the current transaction that an entity with a given importance was persisted /
updated / deleted
|
| IdCipherRound |
Stores the parameters of an
IdCipher round |
| NamedEntity |
Base class for all entities containing a persistent name.
|
| OrderableEntity |
Base class for all named entities containing a persistent order.
|
| SimpleEntity |
Root of the entity class hierarchy.
|
| Enum | Description |
|---|---|
| EntityImportance |
Determines the importance a given entity has.
|
| Annotation Type | Description |
|---|---|
| CurrencyScale |
Marks a field to have the same scale as the resolved currency.
|
| FixedScale |
Marks a field to have a fixed scale
|
| MaxScale |
Marks a field to have the maximum available scale (6)
|
| OwnerEntity |
Used to annotate an entity's field to indicate the composite entity.
This information is used to validate name and/or internal name uniqueness of an entity. |
| RawText |
Marks an entity attribute as storing a raw text content.
|
| ReadOnlyFromDTO |
Marks an entity attribute as read only when converting from DTOs, optionally for insert and update (default readonly
for both)
|
| RichText |
Marks an entity attribute as storing rich text (HTML) content.
|