Uses of Class
org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
Packages that use IdsClauseBuilder Package Description org.hibernate.hql.spi.id.inline -
-
Uses of IdsClauseBuilder in org.hibernate.hql.spi.id.inline
Subclasses of IdsClauseBuilder in org.hibernate.hql.spi.id.inline Modifier and Type Class Description classInlineIdsInClauseBuilderBuilds the where IN clause that wraps the identifiers to be updated/deleted.classInlineIdsOrClauseBuilderBuilds the where clause using OR expressions for the identifiers to be updated/deleted.classInlineIdsSubSelectValuesListBuilderBuilds the where SELECT FROM VALUES clause that wraps the identifiers to be updated/deleted.Methods in org.hibernate.hql.spi.id.inline that return IdsClauseBuilder Modifier and Type Method Description protected abstract IdsClauseBuilderAbstractInlineIdsBulkIdHandler. newIdsClauseBuilder(List<Object[]> ids)protected IdsClauseBuilderInlineIdsIdsInClauseDeleteHandlerImpl. newIdsClauseBuilder(List<Object[]> ids)protected IdsClauseBuilderInlineIdsIdsOrClauseDeleteHandlerImpl. newIdsClauseBuilder(List<Object[]> ids)protected IdsClauseBuilderInlineIdsInClauseUpdateHandlerImpl. newIdsClauseBuilder(List<Object[]> ids)protected IdsClauseBuilderInlineIdsOrClauseUpdateHandlerImpl. newIdsClauseBuilder(List<Object[]> ids)protected IdsClauseBuilderInlineIdsSubSelectValuesListDeleteHandlerImpl. newIdsClauseBuilder(List<Object[]> ids)protected IdsClauseBuilderInlineIdsSubSelectValuesListUpdateHandlerImpl. newIdsClauseBuilder(List<Object[]> ids)protected IdsClauseBuilderAbstractInlineIdsBulkIdHandler. prepareInlineStatement(SharedSessionContractImplementor session, QueryParameters queryParameters)
-