Uses of Interface
org.hibernate.resource.transaction.spi.TransactionObserver
Packages that use TransactionObserver
Package
Description
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
-
Uses of TransactionObserver in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi with parameters of type TransactionObserverModifier and TypeMethodDescriptionvoid
TransactionCoordinator.addObserver
(TransactionObserver observer) Adds an observer to the coordinator.void
TransactionCoordinator.removeObserver
(TransactionObserver observer) Remove an observer from the coordinator.