Class PathConsumer
java.lang.Object
org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
Represents the translation of an individual part of a path in `@OrderBy` translation
Similar in purpose to
DotIdentifierConsumer
, but for `@OrderBy` translation-
Constructor Summary
ConstructorsConstructorDescriptionPathConsumer
(PluralAttributeMapping pluralAttributeMapping, TranslationContext translationContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeIdentifier
(String unquotedIdentifier, String identifier, boolean isBase, boolean isTerminal)
-
Constructor Details
-
PathConsumer
public PathConsumer(PluralAttributeMapping pluralAttributeMapping, TranslationContext translationContext)
-
-
Method Details
-
getConsumedPart
-
consumeIdentifier
-