Uses of Class
org.hibernate.engine.spi.ActionQueue
Packages that use ActionQueue
Package
Description
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the event types and event listener interfaces for
events produced by the stateful
Session
.An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.-
Uses of ActionQueue in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return ActionQueueModifier and TypeMethodDescriptionstatic ActionQueue
ActionQueue.deserialize
(ObjectInputStream ois, EventSource session) Used by the owning session to explicitly control deserialization of the action queue.SessionDelegatorBaseImpl.getActionQueue()
SessionImplementor.getActionQueue()
Get theActionQueue
associated with this session. -
Uses of ActionQueue in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return ActionQueueModifier and TypeMethodDescriptionEventSource.getActionQueue()
Get the ActionQueue for this session -
Uses of ActionQueue in org.hibernate.internal
Methods in org.hibernate.internal that return ActionQueueModifier and TypeMethodDescriptionprotected ActionQueue
SessionImpl.createActionQueue()
SessionImpl.getActionQueue()