public static interface CustomEntityDirtinessStrategy.AttributeChecker
Modifier and Type | Method and Description |
---|---|
boolean |
isDirty(CustomEntityDirtinessStrategy.AttributeInformation attributeInformation)
Do the attribute dirty check.
|
boolean isDirty(CustomEntityDirtinessStrategy.AttributeInformation attributeInformation)
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.Copyright © 2018 JBoss by Red Hat. All rights reserved.