Uses of Interface
org.hibernate.engine.transaction.spi.IsolationDelegate
-
Packages that use IsolationDelegate Package Description org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate. -
-
Uses of IsolationDelegate in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi that return IsolationDelegate Modifier and Type Method Description IsolationDelegate
TransactionCoordinator. createIsolationDelegate()
Retrieve an isolation delegate appropriate for this transaction strategy.
-