站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Class org.hibernate.engine.TransactionHelper (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Class
org.hibernate.engine.TransactionHelper

Packages that use TransactionHelper
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
org.hibernate.id.enhanced   
 

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.
 

Uses of TransactionHelper in org.hibernate.id.enhanced
 

Subclasses of TransactionHelper in org.hibernate.id.enhanced
 class TableStructure
          Describes a table used to mimic sequence behavior