Uses of Interface
org.hibernate.action.queue.spi.ActionQueue
Packages that use ActionQueue
Package
Description
Service and decomposition contracts for Hibernate action queue implementations.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
Defines the event types and event listener interfaces for
events produced by the stateful
Session.-
Uses of ActionQueue in org.hibernate.action.queue.spi
Methods in org.hibernate.action.queue.spi that return ActionQueueModifier and TypeMethodDescriptionActionQueueFactory.buildActionQueue(SessionImplementor session) Build an ActionQueue instance for the given Session.ActionQueueFactory.deserialize(ObjectInputStream ois, SessionImplementor session) Support for deserializing the ActionQueue as part of Session deserialization. -
Uses of ActionQueue in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement ActionQueueModifier and TypeClassDescriptionclassLegacy implementation of the action queue.Methods in org.hibernate.engine.spi that return ActionQueueModifier and TypeMethodDescriptionSessionDelegatorBaseImpl.getActionQueue()SessionImplementor.getActionQueue()Deprecated, for removal: This API element is subject to removal in a future version.This was only used in tests and can be quite safely removed. -
Uses of ActionQueue in org.hibernate.event.spi
Methods in org.hibernate.event.spi that return ActionQueueModifier and TypeMethodDescriptionEventSource.getActionQueue()Get the ActionQueue for this session