Uses of Interface
org.hibernate.engine.jdbc.spi.JdbcServices
-
Packages that use JdbcServices Package Description org.hibernate.engine.spi org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.cte org.hibernate.hql.spi.id.global org.hibernate.hql.spi.id.inline org.hibernate.hql.spi.id.local org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.testing.boot -
-
Uses of JdbcServices in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JdbcServices Modifier and Type Method Description JdbcServicesSessionDelegatorBaseImpl. getJdbcServices()JdbcServicesSessionFactoryDelegatingImpl. getJdbcServices()JdbcServicesSessionFactoryImplementor. getJdbcServices()Get the JdbcServices.JdbcServicesSharedSessionContractImplementor. getJdbcServices() -
Uses of JdbcServices in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id with parameters of type JdbcServices Modifier and Type Method Description protected abstract TTAbstractMultiTableBulkIdStrategyImpl. buildIdTableInfo(PersistentClass entityBinding, Table idTable, JdbcServices jdbcServices, MetadataImplementor metadata, CT context, SqlStringGenerationContext sqlStringGenerationContext)voidIdTableHelper. executeIdTableCreationStatements(java.util.List<java.lang.String> creationStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)voidIdTableHelper. executeIdTableCreationStatements(java.util.List<java.lang.String> creationStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, ServiceRegistry serviceRegistry)voidIdTableHelper. executeIdTableDropStatements(java.lang.String[] dropStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)voidIdTableHelper. executeIdTableDropStatements(java.lang.String[] dropStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, ServiceRegistry serviceRegistry)protected voidAbstractMultiTableBulkIdStrategyImpl. finishPreparation(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, CT context)DdlTransactionIsolatorIdTableHelper. getDdlTransactionIsolator(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, ServiceRegistry serviceRegistry)voidAbstractMultiTableBulkIdStrategyImpl. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)default voidMultiTableBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions)Deprecated.Will be removed in favor of the variant accepting aSqlStringGenerationContextdefault voidMultiTableBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)Prepare the strategy.voidMultiTableBulkIdStrategy. release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)Release the strategy. -
Uses of JdbcServices in org.hibernate.hql.spi.id.cte
Methods in org.hibernate.hql.spi.id.cte with parameters of type JdbcServices Modifier and Type Method Description voidCteValuesListBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)voidCteValuesListBulkIdStrategy. release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess) -
Uses of JdbcServices in org.hibernate.hql.spi.id.global
Methods in org.hibernate.hql.spi.id.global with parameters of type JdbcServices Modifier and Type Method Description protected org.hibernate.hql.spi.id.global.IdTableInfoImplGlobalTemporaryTableBulkIdStrategy. buildIdTableInfo(PersistentClass entityBinding, Table idTable, JdbcServices jdbcServices, MetadataImplementor metadata, org.hibernate.hql.spi.id.global.PreparationContextImpl context, SqlStringGenerationContext sqlStringGenerationContext)protected voidGlobalTemporaryTableBulkIdStrategy. finishPreparation(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, org.hibernate.hql.spi.id.global.PreparationContextImpl context)voidGlobalTemporaryTableBulkIdStrategy. release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess) -
Uses of JdbcServices in org.hibernate.hql.spi.id.inline
Methods in org.hibernate.hql.spi.id.inline with parameters of type JdbcServices Modifier and Type Method Description voidInlineIdsInClauseBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)voidInlineIdsOrClauseBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)voidInlineIdsSubSelectValueListBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions, SqlStringGenerationContext sqlStringGenerationContext)voidInlineIdsInClauseBulkIdStrategy. release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)voidInlineIdsOrClauseBulkIdStrategy. release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)voidInlineIdsSubSelectValueListBulkIdStrategy. release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess) -
Uses of JdbcServices in org.hibernate.hql.spi.id.local
Methods in org.hibernate.hql.spi.id.local with parameters of type JdbcServices Modifier and Type Method Description protected IdTableInfoImplLocalTemporaryTableBulkIdStrategy. buildIdTableInfo(PersistentClass entityBinding, Table idTable, JdbcServices jdbcServices, MetadataImplementor metadata, org.hibernate.hql.spi.id.local.PreparationContextImpl context, SqlStringGenerationContext sqlStringGenerationContext)protected voidLocalTemporaryTableBulkIdStrategy. finishPreparation(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, org.hibernate.hql.spi.id.local.PreparationContextImpl context)voidLocalTemporaryTableBulkIdStrategy. release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess) -
Uses of JdbcServices in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent with parameters of type JdbcServices Modifier and Type Method Description protected org.hibernate.hql.spi.id.persistent.IdTableInfoImplPersistentTableBulkIdStrategy. buildIdTableInfo(PersistentClass entityBinding, Table idTable, JdbcServices jdbcServices, MetadataImplementor metadata, org.hibernate.hql.spi.id.persistent.PreparationContextImpl context, SqlStringGenerationContext sqlStringGenerationContext)protected voidPersistentTableBulkIdStrategy. finishPreparation(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, org.hibernate.hql.spi.id.persistent.PreparationContextImpl context)voidPersistentTableBulkIdStrategy. release(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess) -
Uses of JdbcServices in org.hibernate.testing.boot
Classes in org.hibernate.testing.boot that implement JdbcServices Modifier and Type Class Description classBasicTestingJdbcServiceImplImplementation of theJdbcServicescontract for use by tests.
-