Uses of Interface
org.hibernate.engine.jdbc.batch.spi.BatchBuilder
-
Packages that use BatchBuilder Package Description org.hibernate.engine.jdbc.batch.internal Internals for JDBC batching support.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session". -
-
Uses of BatchBuilder in org.hibernate.engine.jdbc.batch.internal
Classes in org.hibernate.engine.jdbc.batch.internal that implement BatchBuilder Modifier and Type Class Description class
BatchBuilderImpl
A builder forBatch
instances.Methods in org.hibernate.engine.jdbc.batch.internal that return BatchBuilder Modifier and Type Method Description BatchBuilder
BatchBuilderInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.engine.jdbc.batch.internal that return types with arguments of type BatchBuilder Modifier and Type Method Description Class<BatchBuilder>
BatchBuilderInitiator. getServiceInitiated()
-
Uses of BatchBuilder in org.hibernate.internal
Fields in org.hibernate.internal declared as BatchBuilder Modifier and Type Field Description BatchBuilder
FastSessionServices. batchBuilder
Methods in org.hibernate.internal that return BatchBuilder Modifier and Type Method Description BatchBuilder
JdbcSessionContextImpl. getBatchBuilder()
Constructors in org.hibernate.internal with parameters of type BatchBuilder Constructor Description JdbcSessionContextImpl(SessionFactoryImplementor sessionFactory, StatementInspector statementInspector, PhysicalConnectionHandlingMode connectionHandlingMode, JdbcServices jdbcServices, BatchBuilder batchBuilder, JdbcObserver jdbcObserver)
-
Uses of BatchBuilder in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return BatchBuilder Modifier and Type Method Description BatchBuilder
JdbcSessionContext. getBatchBuilder()
-