org.hibernate.internal
Class NonFlushedChangesImpl
java.lang.Object
org.hibernate.internal.NonFlushedChangesImpl
- All Implemented Interfaces:
- Serializable, NonFlushedChanges
public final class NonFlushedChangesImpl
- extends Object
- implements NonFlushedChanges, Serializable
- See Also:
- Serialized Form
Method Summary |
void |
clear()
Remove the non-flushed changes from this NonFlushedChanges object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NonFlushedChangesImpl
public NonFlushedChangesImpl(EventSource session)
clear
public void clear()
- Description copied from interface:
NonFlushedChanges
- Remove the non-flushed changes from this NonFlushedChanges object.
- Specified by:
clear
in interface NonFlushedChanges
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.