Uses of Class
org.hibernate.engine.TransactionHelper

Packages that use TransactionHelper
org.hibernate.id   
 

Uses of TransactionHelper in org.hibernate.id
 

Subclasses of TransactionHelper in org.hibernate.id
 class MultipleHiLoPerTableGenerator
          A hilo IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.
 class TableGenerator
          An IdentifierGenerator that uses a database table to store the last generated value.
 class TableHiLoGenerator
          hilo

An IdentifierGenerator that returns a Long, constructed using a hi/lo algorithm.