| 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 |
ExtraLargeNameEntity<PK extends Serializable>
The class
ExtraLargeNameEntity is a base entity for a table with a single value. |
class |
ExtraSmallNameEntity<PK extends Serializable>
The class
ExtraSmallNameEntity is a base entity for a table with a single value. |
class |
LargeNameEntity<PK extends Serializable>
The class
LargeNameEntity is a base entity for a table with a single value. |
class |
NameEntity<PK extends Serializable>
The class
NameEntity is a base entity for all name entities. |
class |
SmallNameEntity<PK extends Serializable>
The class
SmallNameEntity is a base entity for a table with a single value. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActivatableNameEntity<PK extends Serializable>
The class
ActivatableNameEntity is a base entity for a table with a single value. |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtraLargeUniqueNameEntity<PK extends Serializable>
The class
ExtraLargeUniqueNameEntity is a base entity for a table with a single value. |
class |
ExtraSmallUniqueNameEntity<PK extends Serializable>
The class
ExtraSmallUniqueNameEntity is a base entity for a table with a single value. |
class |
LargeUniqueNameEntity<PK extends Serializable>
The class
LargeUniqueNameEntity is a base entity for a table with a single value. |
class |
SmallUniqueNameEntity<PK extends Serializable>
The class
SmallUniqueNameEntity is a base entity for a table with a single value. |
class |
UniqueNameEntity<PK extends Serializable>
The class
UniqueNameEntity is a base entity for a table with a single value. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionableExtraLargeNameEntity<PK extends Serializable>
The class
VersionableExtraLargeNameEntity is a base entity for a table with a single
value. |
class |
VersionableExtraSmallNameEntity<PK extends Serializable>
The class
VersionableExtraSmallNameEntity is a base entity for a table with a single
value. |
class |
VersionableLargeNameEntity<PK extends Serializable>
The class
VersionableLargeNameEntity is a base entity for a table with a single value. |
class |
VersionableNameEntity<PK extends Serializable>
The class
VersionableNameEntity is a base entity for a table with a single value. |
class |
VersionableSmallNameEntity<PK extends Serializable>
The class
VersionableSmallNameEntity is a base entity for a table with a single value. |
| Modifier and Type | Class and Description |
|---|---|
class |
VersionableExtraLargeUniqueNameEntity<PK extends Serializable>
The class
VersionableExtraLargeUniqueNameEntity is a base entity for a table with a
single unique value of length of 1024. |
class |
VersionableExtraSmallUniqueNameEntity<PK extends Serializable>
The class
VersionableExtraSmallUniqueNameEntity is a base entity for a table with a
single unique value of length of 64. |
class |
VersionableLargeUniqueNameEntity<PK extends Serializable>
The class
VersionableLargeUniqueNameEntity is a base entity for a table with a single
unique value of length of 512. |
class |
VersionableMegaLargeUniqueNameEntity<PK extends Serializable>
The class
VersionableMegaLargeUniqueNameEntity is a base entity for a table with a single
unique value of length of 8192. |
class |
VersionableSmallUniqueNameEntity<PK extends Serializable>
The class
VersionableSmallUniqueNameEntity is a base entity for a table with a single
unique value of length of 128. |
class |
VersionableUniqueNameEntity<PK extends Serializable>
The class
VersionableUniqueNameEntity is a base entity for a table with a single unique
value of length of 255. |
class |
VersionableXXLUNameEntity<PK extends Serializable>
The class
VersionableXXLUNameEntity is a base entity for a table with a single unique
value of length of 2048. |
class |
VersionableXXXLUNameEntity<PK extends Serializable>
The class
VersionableXXXLUNameEntity is a base entity for a table with a single unique
value of length of 4096. |
| 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 |
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–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.