Uses of Interface
org.hibernate.engine.NonFlushedChanges

Packages that use NonFlushedChanges
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
 

Uses of NonFlushedChanges in org.hibernate.engine
 

Methods in org.hibernate.engine that return NonFlushedChanges
 NonFlushedChanges SessionImplementor.getNonFlushedChanges()
          Return changes to this session that have not been flushed yet.
 

Methods in org.hibernate.engine with parameters of type NonFlushedChanges
 void SessionImplementor.applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges)
          Apply non-flushed changes from a different session to this session.
 

Uses of NonFlushedChanges in org.hibernate.envers.entities.mapper.relation.lazy
 

Methods in org.hibernate.envers.entities.mapper.relation.lazy that return NonFlushedChanges
 NonFlushedChanges AbstractDelegateSessionImplementor.getNonFlushedChanges()
           
 

Methods in org.hibernate.envers.entities.mapper.relation.lazy with parameters of type NonFlushedChanges
 void AbstractDelegateSessionImplementor.applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges)
           
 

Uses of NonFlushedChanges in org.hibernate.impl
 

Classes in org.hibernate.impl that implement NonFlushedChanges
 class NonFlushedChangesImpl
           
 

Methods in org.hibernate.impl that return NonFlushedChanges
 NonFlushedChanges StatelessSessionImpl.getNonFlushedChanges()
           
 NonFlushedChanges SessionImpl.getNonFlushedChanges()
          Return changes to this session and its child sessions that have not been flushed yet.
 

Methods in org.hibernate.impl with parameters of type NonFlushedChanges
 void StatelessSessionImpl.applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges)
           
 void SessionImpl.applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges)
          Apply non-flushed changes from a different session to this session.
 



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