|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CustomEntityDirtinessStrategy.AttributeInformation
Provides CustomEntityDirtinessStrategy.AttributeChecker
with meta information about the attributes being checked.
Method Summary | |
---|---|
int |
getAttributeIndex()
Many of Hibernate internals use arrays to define information about attributes. |
EntityPersister |
getContainingPersister()
Get a reference to the persister for the entity containing this attribute. |
Object |
getCurrentValue()
Get the current value of this attribute. |
Object |
getLoadedValue()
Get the loaded value of this attribute. |
String |
getName()
Get the name of this attribute |
Type |
getType()
Get the mapping type of this attribute. |
Method Detail |
---|
EntityPersister getContainingPersister()
int getAttributeIndex()
String getName()
Type getType()
Object getCurrentValue()
Object getLoadedValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |