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. -
-
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()Get theActionQueueassociated 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 ActionQueueEventSource. getActionQueue()Get the ActionQueue for this session
-