Package | Description |
---|---|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.event |
This package defines an event framework for Hibernate.
|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
Modifier and Type | Method and Description |
---|---|
static ActionQueue |
ActionQueue.deserialize(ObjectInputStream ois,
SessionImplementor session)
Used by the owning session to explicitly control deserialization of the
action queue
|
Modifier and Type | Method and Description |
---|---|
ActionQueue |
EventSource.getActionQueue()
Get the ActionQueue for this session
|
Modifier and Type | Method and Description |
---|---|
ActionQueue |
SessionImpl.getActionQueue() |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved