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 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 ActionQueueActionQueue. deserialize(ObjectInputStream ois, EventSource session)Used by the owning session to explicitly control deserialization of the action queue.ActionQueueSessionDelegatorBaseImpl. getActionQueue()ActionQueueSessionImplementor. getActionQueue() -
Uses of ActionQueue in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return ActionQueue Modifier and Type Method Description ActionQueueEventSource. 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 ActionQueueSessionImpl. createActionQueue()ActionQueueSessionImpl. getActionQueue()
-