org.hibernate.engine.spi
Interface SelfDirtinessTracker


public interface SelfDirtinessTracker

Specify if an entity class is instrumented to track field changes


Method Summary
 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
 

Method Detail

$$_hibernate_hasDirtyAttributes

boolean $$_hibernate_hasDirtyAttributes()
Return true if any fields has been changed


$$_hibernate_getDirtyAttributes

Set<String> $$_hibernate_getDirtyAttributes()
Get the field names of all the fields thats been changed


$$_hibernate_clearDirtyAttributes

void $$_hibernate_clearDirtyAttributes()
Clear the stored dirty attributes



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.