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.
|
java.lang.Object |
getCurrentValue()
Get the current value of this attribute.
|
java.lang.Object |
getLoadedValue()
Get the loaded value of this attribute.
|
java.lang.String |
getName()
Get the name of this attribute.
|
Type |
getType()
Get the mapping type of this attribute.
|
EntityPersister getContainingPersister()
int getAttributeIndex()
java.lang.String getName()
Type getType()
java.lang.Object getCurrentValue()
java.lang.Object getLoadedValue()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.