public interface

NonFlushedChanges

implements Serializable
org.hibernate.engine.NonFlushedChanges
Known Indirect Subclasses

Summary

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

Public Methods

public abstract void clear ()

Remove the non-flushed changes from this NonFlushedChanges object.

public abstract void extractFromSession (EventSource source)

Extracts the non-flushed Changes from an EventSource into this NonFlushedChanges object.