public interface FieldInterceptor
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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 checkvoid dirty()
boolean isDirty()
void clearDirty()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.