Class TableKeyExpressionCollector
- java.lang.Object
-
- org.hibernate.query.sqm.mutation.internal.TableKeyExpressionCollector
-
public class TableKeyExpressionCollector extends Object
-
-
Constructor Summary
Constructors Constructor Description TableKeyExpressionCollector(EntityMappingType entityMappingType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(ColumnReference columnReference)
Expression
buildKeyExpression()
-
-
-
Constructor Detail
-
TableKeyExpressionCollector
public TableKeyExpressionCollector(EntityMappingType entityMappingType)
-
-
Method Detail
-
apply
public void apply(ColumnReference columnReference)
-
buildKeyExpression
public Expression buildKeyExpression()
-
-