public static interface CustomEntityDirtinessStrategy.AttributeInformation
CustomEntityDirtinessStrategy.AttributeChecker
with meta information about the attributes being checked.Modifier and Type | Method and Description |
---|---|
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.
|
EntityPersister getContainingPersister()
int getAttributeIndex()
String getName()
Type getType()
Object getCurrentValue()
Object getLoadedValue()
Copyright © 2018 JBoss by Red Hat. All rights reserved.