Uses of Class
org.hibernate.query.sqm.tree.update.SqmUpdateStatement
-
Packages that use SqmUpdateStatement Package Description org.hibernate.query.sqm org.hibernate.query.sqm.mutation.spi org.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.update -
-
Uses of SqmUpdateStatement in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmUpdateStatement Modifier and Type Method Description <T> SqmUpdateStatement<T>NodeBuilder. createCriteriaUpdate(Class<T> targetEntity)Methods in org.hibernate.query.sqm with parameters of type SqmUpdateStatement Modifier and Type Method Description TSemanticQueryWalker. visitUpdateStatement(SqmUpdateStatement<?> statement) -
Uses of SqmUpdateStatement in org.hibernate.query.sqm.mutation.spi
Methods in org.hibernate.query.sqm.mutation.spi with parameters of type SqmUpdateStatement Modifier and Type Method Description intSqmMultiTableMutationStrategy. executeUpdate(SqmUpdateStatement<?> sqmUpdateStatement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, DomainQueryExecutionContext context)Execute the multi-table update indicated by the passed SqmUpdateStatement -
Uses of SqmUpdateStatement in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmUpdateStatement Modifier and Type Method Description ObjectBaseSemanticQueryWalker. visitUpdateStatement(SqmUpdateStatement<?> statement) -
Uses of SqmUpdateStatement in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmUpdateStatement Modifier and Type Method Description voidBaseSqmToSqlAstConverter. addVersionedAssignment(Consumer<Assignment> assignmentConsumer, SqmUpdateStatement<?> sqmStatement)SqmTranslator<UpdateStatement>SqmTranslatorFactory. createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings queryParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)SqmTranslator<UpdateStatement>StandardSqmTranslatorFactory. createSimpleUpdateTranslator(SqmUpdateStatement<?> sqmUpdateStatement, QueryOptions queryOptions, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, QueryParameterBindings domainParameterBindings, LoadQueryInfluencers loadQueryInfluencers, SqlAstCreationContext creationContext)UpdateStatementBaseSqmToSqlAstConverter. visitUpdateStatement(SqmUpdateStatement<?> sqmStatement) -
Uses of SqmUpdateStatement in org.hibernate.query.sqm.tree.update
Methods in org.hibernate.query.sqm.tree.update that return SqmUpdateStatement Modifier and Type Method Description SqmUpdateStatement<T>SqmUpdateStatement. copy(SqmCopyContext context)<Y> SqmUpdateStatement<T>SqmUpdateStatement. set(Path<Y> attribute, Expression<? extends Y> value)<Y,X extends Y>
SqmUpdateStatement<T>SqmUpdateStatement. set(Path<Y> attribute, X value)<Y> SqmUpdateStatement<T>SqmUpdateStatement. set(SingularAttribute<? super T,Y> attribute, Expression<? extends Y> value)<Y,X extends Y>
SqmUpdateStatement<T>SqmUpdateStatement. set(SingularAttribute<? super T,Y> attribute, X value)SqmUpdateStatement<T>SqmUpdateStatement. set(String attributeName, Object value)SqmUpdateStatement<T>SqmUpdateStatement. versioned()SqmUpdateStatement<T>SqmUpdateStatement. versioned(boolean versioned)SqmUpdateStatement<T>SqmUpdateStatement. where(Expression<Boolean> restriction)SqmUpdateStatement<T>SqmUpdateStatement. where(Predicate... restrictions)
-