Class SqmOrderByClause
java.lang.Object
org.hibernate.query.sqm.tree.select.SqmOrderByClause
- All Implemented Interfaces:
Serializable
,SqmCacheable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSortSpecification
(SqmExpression<?> expression) addSortSpecification
(SqmSortSpecification sortSpecification) int
copy
(SqmCopyContext context) boolean
int
hashCode()
boolean
boolean
isCompatible
(Object object) void
setSortSpecifications
(List<SqmSortSpecification> sortSpecifications)
-
Constructor Details
-
SqmOrderByClause
public SqmOrderByClause() -
SqmOrderByClause
public SqmOrderByClause(int estimateSize)
-
-
Method Details
-
copy
-
hasPositionalSortItem
public boolean hasPositionalSortItem() -
addSortSpecification
-
addSortSpecification
-
getSortSpecifications
-
setSortSpecifications
-
equals
-
hashCode
public int hashCode() -
isCompatible
- Specified by:
isCompatible
in interfaceSqmCacheable
-
cacheHashCode
public int cacheHashCode()- Specified by:
cacheHashCode
in interfaceSqmCacheable
-