@MappedSuperclass public abstract class BaseEntity extends SimpleEntity
SimpleEntity), this class has
also a version (used for
optimistic locking) and has a defining Network| Constructor and Description |
|---|
BaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
DataTranslationType |
getDataTranslationType()
If this entity allows data translation, should return the translation type
|
EntityLogType |
getLogType()
If this entity generates log then it must returns its
EntityLogType. |
abstract Network |
getNetwork() |
java.lang.Integer |
getVersion() |
boolean |
isGlobal() |
boolean |
isPersistent() |
boolean |
isTransient() |
clone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic DataTranslationType getDataTranslationType()
public EntityLogType getLogType()
EntityLogType.EntityLogType. Null means it doesn't allow log.public abstract Network getNetwork()
public java.lang.Integer getVersion()
public boolean isGlobal()
public boolean isPersistent()
isPersistent in class SimpleEntitypublic boolean isTransient()
isTransient in class SimpleEntity