接口的使用
org.hibernate.hql.spi.id.IdTableSupport
-
使用IdTableSupport的程序包 程序包 说明 org.hibernate.dialect This package abstracts the SQL dialect of the underlying database.org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.global 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.dialect中IdTableSupport的使用
实现IdTableSupport的org.hibernate.dialect中的类 修饰符和类型 类 说明 classTeradata14DialectA dialect for the Teradata databaseclassTeradataDialectA dialect for the Teradata database created by MCR as part of the dialect certification process. -
org.hibernate.hql.spi.id中IdTableSupport的使用
实现IdTableSupport的org.hibernate.hql.spi.id中的类 修饰符和类型 类 说明 classIdTableSupportStandardImpl返回IdTableSupport的org.hibernate.hql.spi.id中的方法 修饰符和类型 方法 说明 IdTableSupportAbstractMultiTableBulkIdStrategyImpl. getIdTableSupport()参数类型为IdTableSupport的org.hibernate.hql.spi.id中的构造器 构造器 说明 AbstractMultiTableBulkIdStrategyImpl(IdTableSupport idTableSupport) -
org.hibernate.hql.spi.id.global中IdTableSupport的使用
参数类型为IdTableSupport的org.hibernate.hql.spi.id.global中的构造器 构造器 说明 GlobalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport, AfterUseAction afterUseAction) -
org.hibernate.hql.spi.id.local中IdTableSupport的使用
参数类型为IdTableSupport的org.hibernate.hql.spi.id.local中的构造器 构造器 说明 LocalTemporaryTableBulkIdStrategy(IdTableSupport idTableSupport, AfterUseAction afterUseAction, TempTableDdlTransactionHandling ddlTransactionHandling) -
org.hibernate.hql.spi.id.persistent中IdTableSupport的使用
参数类型为IdTableSupport的org.hibernate.hql.spi.id.persistent中的构造器 构造器 说明 PersistentTableBulkIdStrategy(IdTableSupport idTableSupport)
-