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