Class SelectableMappingExpressionConverter
- java.lang.Object
-
- org.hibernate.query.sqm.mutation.internal.SelectableMappingExpressionConverter
-
- All Implemented Interfaces:
Function<SemanticQueryWalker,Expression>
public class SelectableMappingExpressionConverter extends Object implements Function<SemanticQueryWalker,Expression>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Expression
apply(SemanticQueryWalker semanticQueryWalker)
static SqmSelection<Object>
forSelectableMapping(SqmFrom<?,?> from, SelectableMapping selectableMapping)
-
-
-
Method Detail
-
forSelectableMapping
public static SqmSelection<Object> forSelectableMapping(SqmFrom<?,?> from, SelectableMapping selectableMapping)
-
apply
public Expression apply(SemanticQueryWalker semanticQueryWalker)
- Specified by:
apply
in interfaceFunction<SemanticQueryWalker,Expression>
-
-