Uses of Interface
org.hibernate.engine.spi.NonFlushedChanges

Packages that use NonFlushedChanges
org.hibernate.engine.spi   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
 

Uses of NonFlushedChanges in org.hibernate.engine.spi
 

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

Methods in org.hibernate.engine.spi 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.internal
 

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

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

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



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