程序包 org.hibernate

接口 CustomEntityDirtinessStrategy.AttributeChecker

  • 封闭接口:
    CustomEntityDirtinessStrategy

    public static interface CustomEntityDirtinessStrategy.AttributeChecker
    Responsible for identifying when attributes are dirty.
    • 方法详细资料

      • 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.
        返回:
        true indicates the attribute value has changed; false indicates it has not.