Uses of Class
org.hibernate.jdbc.AbstractBatcher

Packages that use AbstractBatcher
org.hibernate.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