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 StatelessSessionImpl.getNonFlushedChanges()
           
 NonFlushedChanges SessionImpl.getNonFlushedChanges()
          Return changes to this session and its child sessions that have not been flushed yet.
 

Methods in org.hibernate.internal 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-2012 Red Hat, Inc. All Rights Reserved.