|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionQueue | |
---|---|
org.hibernate.engine.spi | |
org.hibernate.event.spi | |
org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
Uses of ActionQueue in org.hibernate.engine.spi |
---|
Methods in org.hibernate.engine.spi that return ActionQueue | |
---|---|
static ActionQueue |
ActionQueue.deserialize(ObjectInputStream ois,
SessionImplementor session)
Used by the owning session to explicitly control deserialization of the action queue |
Uses of ActionQueue in org.hibernate.event.spi |
---|
Methods in org.hibernate.event.spi that return ActionQueue | |
---|---|
ActionQueue |
EventSource.getActionQueue()
Get the ActionQueue for this session |
Uses of ActionQueue in org.hibernate.internal |
---|
Methods in org.hibernate.internal that return ActionQueue | |
---|---|
ActionQueue |
SessionImpl.getActionQueue()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |