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 TypeMethodDescriptionvoidTransactionCoordinator.addObserver(TransactionObserver observer) Adds an observer to the coordinator.voidTransactionCoordinator.removeObserver(TransactionObserver observer) Remove an observer from the coordinator.