See: Description
| Class | Description |
|---|---|
| AuditableEntity |
Abstraction of a persisted entity which has auditable information about who
created it, who last modified it, and when.
|
| BaseEntity |
Base persistent entity.
|
| BaseVersionedEntity |
Represents the basic persistence layer characteristics that all entities
must support, the database internal identification and a version value.
|
| SystemLocalEntity |
A system-aware persistence entity.
|
| SystemLocalVersionedEntity |
A system-aware persistence entity with optimistic versioning.
|
Copyright © 2014. All Rights Reserved.