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

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


Uses of Class
org.hibernate.jdbc.AbstractBatcher

Packages that use AbstractBatcher
org.hibernate.jdbc This package abstracts the mechanism for dispatching SQL statements to the database, and implements interaction with JDBC. 
 

Uses of AbstractBatcher in org.hibernate.jdbc
 

Subclasses of AbstractBatcher in org.hibernate.jdbc
 class BatchingBatcher
          An implementation of the Batcher interface that actually uses batching
 class NonBatchingBatcher
          An implementation of the Batcher interface that does no batching