Uses of Interface
org.hibernate.engine.transaction.spi.TransactionObserver
-
Packages that use TransactionObserver Package Description org.hibernate.resource.transaction.spi 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 TransactionObserver Modifier and Type Method Description void
TransactionCoordinator. addObserver(TransactionObserver observer)
Adds an observer to the coordinator.void
TransactionCoordinator. removeObserver(TransactionObserver observer)
Removed an observer from the coordinator.
-