|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Contract for field interception handlers.
Method Summary | |
void |
clearDirty()
Clear the internal dirty flag. |
void |
dirty()
Forcefully mark the entity as being dirty. |
boolean |
isDirty()
Is the entity considered dirty? |
boolean |
isInitialized()
Is the entity to which we are bound completely initialized? |
boolean |
isInitialized(String field)
The the given field initialized for the entity to which we are bound? |
void |
setSession(SessionImplementor session)
Use to associate the entity to which we are bound to the given session. |
Method Detail |
public void setSession(SessionImplementor session)
session
- The session to which we are now associated.public boolean isInitialized()
public boolean isInitialized(String field)
field
- The name of the field to check
public void dirty()
public boolean isDirty()
public void clearDirty()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |