org.hibernate.engine.spi
Interface NonFlushedChanges

All Superinterfaces:
Serializable

Deprecated.

@Deprecated
public interface NonFlushedChanges
extends Serializable

This interface is going to be removed: only exists to improve backwards compatibility for other frameworks like Hibernate Search which still import it.


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

Method Detail

clear

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



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