|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldInterceptor
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 |
---|
void setSession(SessionImplementor session)
session
- The session to which we are now associated.boolean isInitialized()
boolean isInitialized(String field)
field
- The name of the field to check
void dirty()
boolean isDirty()
void clearDirty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |