Uses of Class
org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl
-
Packages that use AbstractBatchImpl Package Description org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support. -
-
Uses of AbstractBatchImpl in org.hibernate.engine.jdbc.batch.internal
Subclasses of AbstractBatchImpl in org.hibernate.engine.jdbc.batch.internal Modifier and Type Class Description class
BatchingBatch
ABatch
implementation which does bathing based on a given size.class
NonBatchingBatch
An implementation ofBatch
which does not perform batching.
-