Uses of Class
org.hibernate.engine.spi.ActionQueue
-
Packages that use ActionQueue Package Description org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.internal -
-
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, SessionImplementor session)
Used by the owning session to explicitly control deserialization of the action queue.ActionQueue
SessionDelegatorBaseImpl. getActionQueue()
ActionQueue
SessionImplementor. getActionQueue()
-
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()
-