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 java.lang.StringAbstractMultiTableBulkIdStrategyImpl. buildIdTableCreateStatement(Table idTable, JdbcServices jdbcServices, MetadataImplementor metadata)protected java.lang.StringAbstractMultiTableBulkIdStrategyImpl. buildIdTableDropStatement(Table idTable, JdbcServices jdbcServices)protected abstract TTAbstractMultiTableBulkIdStrategyImpl. buildIdTableInfo(PersistentClass entityBinding, Table idTable, JdbcServices jdbcServices, MetadataImplementor metadata, CT context)voidIdTableHelper. executeIdTableCreationStatements(java.util.List<java.lang.String> creationStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)voidIdTableHelper. executeIdTableDropStatements(java.lang.String[] dropStatements, JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess)protected voidAbstractMultiTableBulkIdStrategyImpl. finishPreparation(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, CT context)voidAbstractMultiTableBulkIdStrategyImpl. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions)voidMultiTableBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess connectionAccess, MetadataImplementor metadata, SessionFactoryOptions sessionFactoryOptions)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)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)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)voidInlineIdsOrClauseBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions)voidInlineIdsSubSelectValueListBulkIdStrategy. prepare(JdbcServices jdbcServices, JdbcConnectionAccess jdbcConnectionAccess, MetadataImplementor metadataImplementor, SessionFactoryOptions sessionFactoryOptions)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, AbstractMultiTableBulkIdStrategyImpl.PreparationContext 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)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.
-