org.hibernate.engine
Interface NonFlushedChanges

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
NonFlushedChangesImpl

public interface NonFlushedChanges
extends java.io.Serializable


Method Summary
 void clear()
          Remove the non-flushed changes from this NonFlushedChanges object.
 void extractFromSession(EventSource source)
          Extracts the non-flushed Changes from an EventSource into this NonFlushedChanges object.
 

Method Detail

extractFromSession

void extractFromSession(EventSource source)
Extracts the non-flushed Changes from an EventSource into this NonFlushedChanges object.

Parameters:
source -

clear

void clear()
Remove the non-flushed changes from this NonFlushedChanges object.



Copyright © 2013. All Rights Reserved.