| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 of the org.hibernatepackage. | 
| 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) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||