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
Modifier and TypeMethodDescriptionapply(SemanticQueryWalker semanticQueryWalker) static SqmSelection<Object>forSelectableMapping(SqmFrom<?, ?> from, SelectableMapping selectableMapping)
-
Method Details
-
forSelectableMapping
public static SqmSelection<Object> forSelectableMapping(SqmFrom<?, ?> from, SelectableMapping selectableMapping) -
apply
- Specified by:
applyin interfaceFunction<SemanticQueryWalker,Expression>
-