java.lang.Object | |
↳ | org.hibernate.intercept.AbstractFieldInterceptor |
![]() |
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clear the internal dirty flag.
| |||||||||||
Forcefully mark the entity as being dirty.
| |||||||||||
Is the entity considered dirty?
| |||||||||||
Is the entity to which we are bound completely initialized?
| |||||||||||
The the given field initialized for the entity to which we are bound?
| |||||||||||
Use to associate the entity to which we are bound to the given session.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Clear the internal dirty flag.
Forcefully mark the entity as being dirty.
Is the entity considered dirty?
Is the entity to which we are bound completely initialized?
The the given field initialized for the entity to which we are bound?
field | The name of the field to check |
---|
Use to associate the entity to which we are bound to the given session.
session | The session to which we are now associated. |
---|