public interface DbEntity
| Modifier and Type | Method and Description |
|---|---|
void |
detach()
Detaches entity by setting ID to
0. |
long |
getEntityId()
Returns entity ID.
|
boolean |
isPersistent()
Returns
true if entity is persisted. i.e. |
void |
setEntityId(long id)
Sets the entity ID.
|
Copyright © 2003-present Jodd Team