Package org.iplass.mtp.entity.query
Class SortSpec
java.lang.Object
org.iplass.mtp.entity.query.SortSpec
- All Implemented Interfaces:
Serializable,ASTNode
ORDER BYのソート仕様を表す。
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionSortSpec()SortSpec(String sortKeyField, SortSpec.SortType type) SortSpec(ValueExpression sortKey, SortSpec.SortType type) SortSpec(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec) -
Method Summary
Modifier and TypeMethodDescriptionaccept(ASTTransformer transformer) voidaccept(QueryVisitor visitor) booleangetType()inthashCode()nulls(SortSpec.NullOrderingSpec nullOrderingSpec) voidsetNullOrderingSpec(SortSpec.NullOrderingSpec nullOrderingSpec) voidsetSortKey(ValueExpression sortKey) voidsetType(SortSpec.SortType type) toString()
-
Constructor Details
-
SortSpec
public SortSpec() -
SortSpec
-
SortSpec
-
SortSpec
public SortSpec(ValueExpression sortKey, SortSpec.SortType type, SortSpec.NullOrderingSpec nullOrderingSpec)
-
-
Method Details
-
accept
-
accept
-
getSortKey
-
setSortKey
-
getType
-
setType
-
getNullOrderingSpec
-
setNullOrderingSpec
-
nulls
-
toString
-
hashCode
public int hashCode() -
equals
-