Uses of Class
org.hibernate.engine.spi.ActionQueue
-
Packages that use ActionQueue Package Description org.hibernate.engine.spi org.hibernate.event.spi -
-
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(java.io.ObjectInputStream ois, SessionImplementor 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
-