Class OrderByFragmentImpl
java.lang.Object
org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
- All Implemented Interfaces:
OrderByFragment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(QuerySpec ast, TableGroup tableGroup, SqlAstCreationState creationState) Apply the ordering to the given SQL AST
-
Constructor Details
-
OrderByFragmentImpl
-
-
Method Details
-
getFragmentSpecs
-
apply
Description copied from interface:OrderByFragment
Apply the ordering to the given SQL AST- Specified by:
apply
in interfaceOrderByFragment
- Parameters:
ast
- The SQL ASTtableGroup
- The TableGroup the order-by is applied "against"creationState
- The SQL AST creation state
-