Package | Description |
---|---|
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.
|
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 © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved