类的使用
org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
使用IdsClauseBuilder的程序包 程序包 说明 org.hibernate.hql.spi.id.inline -
-
org.hibernate.hql.spi.id.inline中IdsClauseBuilder的使用
org.hibernate.hql.spi.id.inline中IdsClauseBuilder的子类 修饰符和类型 类 说明 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.返回IdsClauseBuilder的org.hibernate.hql.spi.id.inline中的方法 修饰符和类型 方法 说明 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)
-