程序包 org.hibernate
接口 CustomEntityDirtinessStrategy.AttributeChecker
-
public static interface CustomEntityDirtinessStrategy.AttributeCheckerResponsible for identifying when attributes are dirty.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanisDirty(CustomEntityDirtinessStrategy.AttributeInformation attributeInformation)Do the attribute dirty check.
-
-
-
方法详细资料
-
isDirty
boolean isDirty(CustomEntityDirtinessStrategy.AttributeInformation attributeInformation)
Do the attribute dirty check.- 参数:
attributeInformation- Information about the attribute which is useful to help determine if it is dirty.- 返回:
trueindicates the attribute value has changed;falseindicates it has not.
-
-