@MappedSuperclass public abstract class BaseUuidEntity extends java.lang.Object implements io.jmix.core.Entity, HasUuid
Inherit from it if you need an entity without optimistic locking, create, update and soft deletion info.
Modifier and Type | Field and Description |
---|---|
protected java.util.UUID |
id |
Constructor and Description |
---|
BaseUuidEntity() |
Modifier and Type | Method and Description |
---|---|
java.util.UUID |
getId() |
java.util.UUID |
getUuid() |
void |
setId(java.util.UUID id) |
void |
setUuid(java.util.UUID uuid) |