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
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.