org.hibernate.impl
public final class NonFlushedChangesImpl extends java.lang.Object implements NonFlushedChanges
Constructor and Description |
---|
NonFlushedChangesImpl(EventSource session) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Remove the non-flushed changes from this NonFlushedChanges object.
|
void |
extractFromSession(EventSource session)
Extracts the non-flushed Changes from an EventSource into this NonFlushedChanges object.
|
public NonFlushedChangesImpl(EventSource session)
public void extractFromSession(EventSource session)
NonFlushedChanges
extractFromSession
in interface NonFlushedChanges
public void clear()
NonFlushedChanges
clear
in interface NonFlushedChanges
Copyright © 2014. All Rights Reserved.