public static interface CustomEntityDirtinessStrategy.DirtyCheckContext
CustomEntityDirtinessStrategy.findDirty(java.lang.Object, org.hibernate.persister.entity.EntityPersister, org.hibernate.Session, org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext)
method
so that it can callback on to it if it wants to handle dirty checking rather than using Hibernate's default
checkingModifier and Type | Method and Description |
---|---|
void |
doDirtyChecking(CustomEntityDirtinessStrategy.AttributeChecker attributeChecker)
The callback to indicate that dirty checking (the dirty attribute determination phase) should be handled
by the calling
CustomEntityDirtinessStrategy using the given CustomEntityDirtinessStrategy.AttributeChecker . |
void doDirtyChecking(CustomEntityDirtinessStrategy.AttributeChecker attributeChecker)
CustomEntityDirtinessStrategy
using the given CustomEntityDirtinessStrategy.AttributeChecker
.attributeChecker
- The delegate usable by the context for determining which attributes are dirty.Copyright © 2017 JBoss by Red Hat. All rights reserved.