| Modifier and Type | Class and Description |
|---|---|
class |
ActivatableEntity<PK extends Serializable>
The class
ActivatableEntity is a base entity with a flag 'active' that indicates if an
entity is active(enabled) or not. |
| Modifier and Type | Class and Description |
|---|---|
class |
Creation<PK extends Serializable,T,U>
The entity class
Creation is keeping the information for the creation of an entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
Deletion<PK extends Serializable,T,U>
The entity class
Deletion acts like an deletion flag that keeps the information for the
deletion of another entity that have this entity as an instance variable. |
| Modifier and Type | Class and Description |
|---|---|
class |
LastModification<PK extends Serializable,T,U>
The entity class
LastModification is keeping information of the last modification of an
entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValueOwnerEntity<PK extends Serializable,O,K,V>
The abstract entity class
KeyValueOwnerEntity holds a generic key value pair with his
owner which can be also the parent if it is from the same type. |
| Modifier and Type | Class and Description |
|---|---|
class |
TextEntity<PK extends Serializable>
The class
TextEntity is a base entity for a table with a single value |
| Modifier and Type | Class and Description |
|---|---|
class |
TraceableEntity<PK extends Serializable,T,U>
The entity class
TraceableEntity is keeping the information for the creation, last
modification and for the deletion of an entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionableTraceableEntity<PK extends Serializable,T,U>
The entity class
VersionableTraceableEntity is keeping the information for the creation,
last modification and for the deletion of an entity. |
| Modifier and Type | Class and Description |
|---|---|
class |
ValidatableEntity<PK extends Serializable,T>
The class
ValidatableEntity is a base entity and has a validFrom property and a validTill
property for restricting an entity in a time range in which it is valid. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionableValidatableEntity<PK extends Serializable,T>
The class
VersionableValidatableEntity is a base entity and has a validFrom property and
a validTill property for restricting an entity in a time range in which it is valid. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionableBaseEntity<PK extends Serializable>
The class
VersionableBaseEntity has a version property for the optimistic lock value. |
| Modifier and Type | Class and Description |
|---|---|
class |
VisibilityEntity<PK extends Serializable>
The class
VisibilityEntity is a base entity with a flag 'visible' that indicates if the
entity is visible or not. |
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.