Interface | Description |
---|---|
Creatable | Deprecated
use
CreatedBy and CreatedDate on fields instead. |
HasUuid | Deprecated
EntityEntrySoftDelete will be automatically added on enhancing step instead |
SoftDelete | Deprecated
use
DeletedDate and DeletedBy annotations instead |
Updatable | Deprecated
use
LastModifiedBy and LastModifiedDate on fields instead. |
Versioned | Deprecated |
Class | Description |
---|---|
AbstractSearchFolder | |
AppFolder | |
BaseIdentityIdEntity |
Base class for entities with Long Identity identifier.
|
BaseIntegerIdEntity |
Base class for entities with Integer identifier.
|
BaseIntIdentityIdEntity |
Base class for entities with Integer Identity identifier.
|
BaseLongIdEntity |
Base class for entities with Long identifier.
|
BaseUuidEntity |
Base class for entities with UUID identifier.
|
Config |
Entity for working with configuration parameters (see com.haulmont.cuba.core.config.Config).
Should not be used in application code. |
FileDescriptor | |
Folder | |
ScheduledExecution |
Entity that reflects the fact of a
ScheduledTask execution. |
ScheduledTask |
Entity that stores an information about a scheduled task.
|
Server | |
StandardEntity |
The most widely used base class for entities.
|
Enum | Description |
---|---|
ScheduledTaskDefinedBy | |
SchedulingType |