Package org.hibernate.sql.ast.tree.cte
Class SearchClauseSpecification
java.lang.Object
org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
-
Constructor Summary
ConstructorsConstructorDescriptionSearchClauseSpecification
(CteColumn cteColumn, SortDirection sortOrder, Nulls nullPrecedence) SearchClauseSpecification
(CteColumn cteColumn, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SearchClauseSpecification
public SearchClauseSpecification(CteColumn cteColumn, SortDirection sortOrder, Nulls nullPrecedence) -
SearchClauseSpecification
@Deprecated public SearchClauseSpecification(CteColumn cteColumn, SortDirection sortOrder, NullPrecedence nullPrecedence) Deprecated.
-
-
Method Details
-
getCteColumn
-
getSortOrder
-
getNullPrecedence
-
SearchClauseSpecification(CteColumn,SortDirection,Nulls)
instead