ActivatableEntity is a base entity with a flag 'active' that indicates if an
entity is active(enabled) or not.BaseEntity holds the primary key.Creation is keeping the information for the creation of an entity.DatabasePrefix holds some useful prefixes for sequences, sequence generators,
unique constraints, foreign keys and indexes namesDeletion acts like an deletion flag that keeps the information for the
deletion of another entity that have this entity as an instance variable.KeyValueOwnerEntity holds a generic key value pair with his
owner which can be also the parent if it is from the same type.LastModification is keeping information of the last modification of an
entity.TextEntity is a base entity for a table with a single valueTraceableEntity is keeping the information for the creation, last
modification and for the deletion of an entity.UniqueableEntity holds an UUID as primary key.UUIDEntity is a concrete class of UniqueableEntity and holds
an UUID as primary key.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.VersionableBaseEntity has a version property for the optimistic lock value.VersionableTraceableEntity is keeping the information for the creation,
last modification and for the deletion of an entity.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.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.