Uses of Interface
org.hibernate.engine.transaction.spi.TransactionImplementor
-
Packages that use TransactionImplementor Package Description org.hibernate.engine.transaction.internal org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate. -
-
Uses of TransactionImplementor in org.hibernate.engine.transaction.internal
Classes in org.hibernate.engine.transaction.internal that implement TransactionImplementor Modifier and Type Class Description classTransactionImpl -
Uses of TransactionImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return TransactionImplementor Modifier and Type Method Description protected TransactionImplementorAbstractSharedSessionContract. getCurrentTransaction()TransactionImplementorSharedSessionCreationOptions. getTransaction()
-