public interface SelfDirtinessTracker
Modifier and Type | Method and Description |
---|---|
void |
$$_hibernate_clearDirtyAttributes()
Clear the stored dirty attributes
|
Set<String> |
$$_hibernate_getDirtyAttributes()
Get the field names of all the fields thats been changed
|
boolean |
$$_hibernate_hasDirtyAttributes()
Return true if any fields has been changed
|
boolean $$_hibernate_hasDirtyAttributes()
Set<String> $$_hibernate_getDirtyAttributes()
void $$_hibernate_clearDirtyAttributes()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.