Uses of Class
org.hibernate.hql.spi.id.local.IdTableInfoImpl
-
Packages that use IdTableInfoImpl Package Description org.hibernate.hql.spi.id.local -
-
Uses of IdTableInfoImpl in org.hibernate.hql.spi.id.local
Methods in org.hibernate.hql.spi.id.local that return IdTableInfoImpl 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)Methods in org.hibernate.hql.spi.id.local with parameters of type IdTableInfoImpl Modifier and Type Method Description voidHelper. createTempTable(IdTableInfoImpl idTableInfo, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)protected voidHelper. releaseTempTable(IdTableInfoImpl idTableInfo, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling, SharedSessionContractImplementor session)
-