Package org.hibernate
Interface CustomEntityDirtinessStrategy.AttributeChecker
-
- Enclosing interface:
- CustomEntityDirtinessStrategy
public static interface CustomEntityDirtinessStrategy.AttributeCheckerResponsible for identifying when attributes are dirty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDirty(CustomEntityDirtinessStrategy.AttributeInformation attributeInformation)Do the attribute dirty check.
-
-
-
Method Detail
-
isDirty
boolean isDirty(CustomEntityDirtinessStrategy.AttributeInformation attributeInformation)
Do the attribute dirty check.- Parameters:
attributeInformation- Information about the attribute which is useful to help determine if it is dirty.- Returns:
trueindicates the attribute value has changed;falseindicates it has not.
-
-