类的使用
org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
-
使用AbstractTableBasedBulkIdHandler的程序包 程序包 说明 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.inline 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.hql.spi.id中AbstractTableBasedBulkIdHandler的使用
org.hibernate.hql.spi.id中AbstractTableBasedBulkIdHandler的子类 修饰符和类型 类 说明 classAbstractIdsBulkIdHandlerBase class for all strategies that select the ids to be updated/deleted prior to executing the update/delete operation.classTableBasedDeleteHandlerImplclassTableBasedUpdateHandlerImpl -
org.hibernate.hql.spi.id.cte中AbstractTableBasedBulkIdHandler的使用
org.hibernate.hql.spi.id.cte中AbstractTableBasedBulkIdHandler的子类 修饰符和类型 类 说明 classAbstractCteValuesListBulkIdHandlerDefines how identifier values are selected from the updatable/deletable tables.classCteValuesListDeleteHandlerImplBulk-id delete handler that uses CTE and VALUES lists.classCteValuesListUpdateHandlerImplBulk-id update handler that uses CTE and VALUES lists. -
org.hibernate.hql.spi.id.inline中AbstractTableBasedBulkIdHandler的使用
org.hibernate.hql.spi.id.inline中AbstractTableBasedBulkIdHandler的子类 修饰符和类型 类 说明 classAbstractInlineIdsBulkIdHandlerBase class for all bulk-id strategy handlers that inline the identifiers of the updatable/deletable rows.classAbstractInlineIdsDeleteHandlerImplInline bulk-id delete handler that selects the identifiers of the rows to be updated.classAbstractInlineIdsUpdateHandlerImplInline bulk-id delete handler that selects the identifiers of the rows to be deleted.classInlineIdsIdsInClauseDeleteHandlerImplInline bulk-id delete handler that uses an IN clause.classInlineIdsIdsOrClauseDeleteHandlerImplInline bulk-id delete handler that uses multiple identifier OR clauses.classInlineIdsInClauseUpdateHandlerImplInline bulk-id update handler that uses an IN clause.classInlineIdsOrClauseUpdateHandlerImplInline bulk-id update handler that uses multiple identifier OR clauses.classInlineIdsSubSelectValuesListDeleteHandlerImplInline bulk-id delete handler that uses a subselect with a VALUES clause.classInlineIdsSubSelectValuesListUpdateHandlerImplInline bulk-id update handler that uses a subselect with a VALUES clause. -
org.hibernate.hql.spi.id.persistent中AbstractTableBasedBulkIdHandler的使用
org.hibernate.hql.spi.id.persistent中AbstractTableBasedBulkIdHandler的子类 修饰符和类型 类 说明 classDeleteHandlerImplclassUpdateHandlerImpl
-