Uses of Package
org.hibernate.engine.jdbc.batch.spi
-
Packages that use org.hibernate.engine.jdbc.batch.spi Package Description org.hibernate.engine.jdbc.batch.spi Defines contracts for JDBC batching support.org.hibernate.engine.jdbc.mutation.spi org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.persister.entity.mutation Defines support for performing mutation operations originating from persistence-context events.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events. -
Classes in org.hibernate.engine.jdbc.batch.spi used by org.hibernate.engine.jdbc.batch.spi Class Description Batch Represents a batch of statements to be executed together.BatchKey Unique key for batch identification.BatchObserver An observer contract for batch events. -
Classes in org.hibernate.engine.jdbc.batch.spi used by org.hibernate.engine.jdbc.mutation.spi Class Description BatchKey Unique key for batch identification. -
Classes in org.hibernate.engine.jdbc.batch.spi used by org.hibernate.engine.jdbc.spi Class Description Batch Represents a batch of statements to be executed together.BatchKey Unique key for batch identification. -
Classes in org.hibernate.engine.jdbc.batch.spi used by org.hibernate.persister.entity.mutation Class Description BatchKey Unique key for batch identification. -
Classes in org.hibernate.engine.jdbc.batch.spi used by org.hibernate.resource.jdbc.spi Class Description BatchBuilder A builder forBatchinstances. -
Classes in org.hibernate.engine.jdbc.batch.spi used by org.hibernate.sql.model Class Description BatchKey Unique key for batch identification.