Methods Summary |
---|
public void | clearDirty()Clear the internal dirty flag.
|
public void | dirty()Forcefully mark the entity as being dirty.
|
public boolean | isDirty()Is the entity considered dirty?
|
public boolean | isInitialized()Is the entity to which we are bound completely initialized?
|
public boolean | isInitialized(java.lang.String field)The the given field initialized for the entity to which we are bound?
|
public void | setSession(org.hibernate.engine.SessionImplementor session)Use to associate the entity to which we are bound to the given session.
|