public interface SelfDirtinessTracker
Modifier and Type | Method and Description |
---|---|
void |
$$_hibernate_clearDirtyAttributes()
Clear the stored dirty attributes
|
CollectionTracker |
$$_hibernate_getCollectionTracker()
Get access to the CollectionTracker
|
String[] |
$$_hibernate_getDirtyAttributes()
Retrieve the names of all the persistent attributes whose values have changed.
|
boolean |
$$_hibernate_hasDirtyAttributes()
Have any of the entity's persistent attributes changed?
|
void |
$$_hibernate_suspendDirtyTracking(boolean suspend)
Temporarily enable / disable dirty tracking
|
void |
$$_hibernate_trackChange(String attributes)
Adds persistent attribute to the set of values that have changed
|
boolean $$_hibernate_hasDirtyAttributes()
true
indicates one or more persistent attributes have changed; false
indicates none have changed.String[] $$_hibernate_getDirtyAttributes()
void $$_hibernate_trackChange(String attributes)
void $$_hibernate_clearDirtyAttributes()
void $$_hibernate_suspendDirtyTracking(boolean suspend)
CollectionTracker $$_hibernate_getCollectionTracker()
Copyright © 2019 JBoss by Red Hat. All rights reserved.