Uses of Class
org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler
-
Packages that use AbstractTableBasedBulkIdHandler Package Description 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. -
-
Uses of AbstractTableBasedBulkIdHandler in org.hibernate.hql.spi.id
Subclasses of AbstractTableBasedBulkIdHandler in org.hibernate.hql.spi.id Modifier and Type Class Description classAbstractIdsBulkIdHandlerBase class for all strategies that select the ids to be updated/deleted prior to executing the update/delete operation.classTableBasedDeleteHandlerImplclassTableBasedUpdateHandlerImpl -
Uses of AbstractTableBasedBulkIdHandler in org.hibernate.hql.spi.id.cte
Subclasses of AbstractTableBasedBulkIdHandler in org.hibernate.hql.spi.id.cte Modifier and Type Class Description 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. -
Uses of AbstractTableBasedBulkIdHandler in org.hibernate.hql.spi.id.inline
Subclasses of AbstractTableBasedBulkIdHandler in org.hibernate.hql.spi.id.inline Modifier and Type Class Description 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. -
Uses of AbstractTableBasedBulkIdHandler in org.hibernate.hql.spi.id.persistent
Subclasses of AbstractTableBasedBulkIdHandler in org.hibernate.hql.spi.id.persistent Modifier and Type Class Description classDeleteHandlerImplclassUpdateHandlerImpl
-