| com.caucho.amber.entity.EntityState
EntityState | public enum EntityState (Code) | | The state of an entity
|
P_DELETED | Enum Constant P_DELETED(Code) | | |
P_DELETING | Enum Constant P_DELETING(Code) | | |
P_NON_TRANSACTIONAL | Enum Constant P_NON_TRANSACTIONAL(Code) | | |
P_PERSISTED | Enum Constant P_PERSISTED(Code) | | |
P_PERSISTING | Enum Constant P_PERSISTING(Code) | | |
P_TRANSACTIONAL | Enum Constant P_TRANSACTIONAL(Code) | | |
TRANSIENT | Enum Constant TRANSIENT(Code) | | |
isManaged | final public boolean isManaged()(Code) | | |
isPersist | final public boolean isPersist()(Code) | | |
isTransactional | final public boolean isTransactional()(Code) | | |
|
|