Uses of Interface
org.hibernate.action.spi.AfterTransactionCompletionProcess
-
Packages that use AfterTransactionCompletionProcess Package Description org.hibernate.action.spi This SPI package defines an abstraction over the notion of an "action" which is scheduled for asynchronous execution by the event listeners.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate. -
-
Uses of AfterTransactionCompletionProcess in org.hibernate.action.spi
Methods in org.hibernate.action.spi that return AfterTransactionCompletionProcess Modifier and Type Method Description @Nullable AfterTransactionCompletionProcessExecutable. getAfterTransactionCompletionProcess()Get the after-transaction-completion process, if any, for this action. -
Uses of AfterTransactionCompletionProcess in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type AfterTransactionCompletionProcess Modifier and Type Method Description voidActionQueue. registerProcess(AfterTransactionCompletionProcess process)
-