| Package | Description |
|---|---|
| org.hibernate.engine.spi | |
| org.hibernate.envers.entities.mapper.relation.lazy | |
| org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
| Modifier and Type | Method and Description |
|---|---|
NonFlushedChanges |
SessionImplementor.getNonFlushedChanges()
Return changes to this session that have not been flushed yet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionImplementor.applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges)
Apply non-flushed changes from a different session to this session.
|
| Modifier and Type | Method and Description |
|---|---|
NonFlushedChanges |
AbstractDelegateSessionImplementor.getNonFlushedChanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDelegateSessionImplementor.applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges) |
| Modifier and Type | Class and Description |
|---|---|
class |
NonFlushedChangesImpl |
| Modifier and Type | Method and Description |
|---|---|
NonFlushedChanges |
StatelessSessionImpl.getNonFlushedChanges() |
NonFlushedChanges |
SessionImpl.getNonFlushedChanges()
Return changes to this session and its child sessions that have not been flushed yet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatelessSessionImpl.applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges) |
void |
SessionImpl.applyNonFlushedChanges(NonFlushedChanges nonFlushedChanges)
Apply non-flushed changes from a different session to this session.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.