Uses of Interface
org.hibernate.sql.ast.tree.update.Assignable
-
Packages that use Assignable Package Description org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.sql.internal org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree.org.hibernate.sql.ast.tree.update AST nodes representingupdate
statements in a SQL tree. -
-
Uses of Assignable in org.hibernate.query.sqm.sql
Method parameters in org.hibernate.query.sqm.sql with type arguments of type Assignable Modifier and Type Method Description BaseSqmToSqlAstConverter.AdditionalInsertValues
BaseSqmToSqlAstConverter. visitInsertionTargetPaths(BiConsumer<Assignable,List<ColumnReference>> targetColumnReferenceConsumer, SqmInsertStatement<?> sqmStatement, EntityPersister entityDescriptor, TableGroup rootTableGroup)
-
Uses of Assignable in org.hibernate.query.sqm.sql.internal
Classes in org.hibernate.query.sqm.sql.internal that implement Assignable Modifier and Type Class Description class
BasicValuedPathInterpretation<T>
class
DiscriminatedAssociationPathInterpretation<T>
SqmPathInterpretation for discriminated association (ANY) mappingsclass
EmbeddableValuedExpression<T>
A computed expression that produces an embeddable valued model part.class
EmbeddableValuedPathInterpretation<T>
class
EntityValuedPathInterpretation<T>
-
Uses of Assignable in org.hibernate.sql.ast.tree.expression
Classes in org.hibernate.sql.ast.tree.expression that implement Assignable Modifier and Type Class Description class
ColumnReference
Models a reference to a Column in a SQL ASTclass
NestedColumnReference
Model a column which is relative to a base expression e.g.class
SqlTuple
-
Uses of Assignable in org.hibernate.sql.ast.tree.update
Methods in org.hibernate.sql.ast.tree.update that return Assignable Modifier and Type Method Description Assignable
Assignment. getAssignable()
The column being updated.Constructors in org.hibernate.sql.ast.tree.update with parameters of type Assignable Constructor Description Assignment(Assignable assignable, Expression assignedValue)
-