Class AbstractDomainPath
java.lang.Object
org.hibernate.metamodel.mapping.internal.AbstractDomainPath
- All Implemented Interfaces:
DomainPath
,Node
,OrderingExpression
,SequencePart
- Direct Known Subclasses:
CollectionPartPath
,DomainPathContinuation
,PluralAttributePath
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ModelPart referenceModelPart, QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortDirection sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState) void
apply
(QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortDirection sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState) Apply the SQL AST sort-specifications associated with this ordering-expressionresolve
(ModelPart referenceModelPart, QuerySpec ast, TableGroup tableGroup, String modelPartName, SqlAstCreationState creationState) resolve
(QuerySpec ast, TableGroup tableGroup, String modelPartName, SqlAstCreationState creationState) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
getLhs, getNavigablePath, getPluralAttribute, getReferenceModelPart, toDescriptiveText
Methods inherited from interface org.hibernate.metamodel.mapping.ordering.ast.SequencePart
resolvePathPart
-
Field Details
-
ELEMENT_TOKEN
- See Also:
-
-
Constructor Details
-
AbstractDomainPath
public AbstractDomainPath()
-
-
Method Details
-
resolve
public SqlAstNode resolve(QuerySpec ast, TableGroup tableGroup, String modelPartName, SqlAstCreationState creationState) - Specified by:
resolve
in interfaceOrderingExpression
-
resolve
public Expression resolve(ModelPart referenceModelPart, QuerySpec ast, TableGroup tableGroup, String modelPartName, SqlAstCreationState creationState) -
apply
public void apply(QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortDirection sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState) Description copied from interface:OrderingExpression
Apply the SQL AST sort-specifications associated with this ordering-expression- Specified by:
apply
in interfaceOrderingExpression
-
apply
public void apply(ModelPart referenceModelPart, QuerySpec ast, TableGroup tableGroup, String collation, String modelPartName, SortDirection sortOrder, NullPrecedence nullPrecedence, SqlAstCreationState creationState)
-