Package org.hibernate.action.queue.spi
@Incubating
package org.hibernate.action.queue.spi
Service and decomposition contracts for Hibernate action queue implementations.
Types in this package and its subpackages may be referenced by other Hibernate subsystems that need to enqueue, decompose, bind, or execute graph-queue mutations without depending on the graph queue's implementation details.
-
ClassDescriptionCommon interface for ActionQueue implementations.Factory for ActionQueue instances.Kind of table mutationOptions for controlling operation planning and scheduling.Indicates
ActionQueueimplementations.Helps identify similar mutations more concretely that just type+table.