Uses of Class
com.peterphi.std.guice.hibernate.module.HibernateTransaction
-
Uses of HibernateTransaction in com.peterphi.std.guice.hibernate.module
Modifier and TypeMethodDescriptionTransactionHelper.start()
Starts a new Hibernate transaction.HibernateTransaction.withAutoCommit()
Set the automatic close action to commit (rather than rollback)HibernateTransaction.withAutoRollback()
Set the automatic close action to rollback (rather than commit)