| Constructor and Description |
|---|
Entity() |
| Modifier and Type | Method and Description |
|---|---|
void |
detach()
Detaches entity by setting ID to
0. |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isPersistent()
Returns
true if entity is persisted. i.e. |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEntityId, setEntityIdpublic boolean isPersistent()
isPersistent in interface DbEntitypublic void detach()
0.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2003-2013 Jodd Team