Package org.neo4j.cypherdsl.core
Class Order<S extends Order<S>>
- java.lang.Object
-
- org.neo4j.cypherdsl.core.support.TypedSubtree<SortItem,S>
-
- org.neo4j.cypherdsl.core.Order<S>
-
- Type Parameters:
S- The order's entry type
- All Implemented Interfaces:
Visitable
@API(status=EXPERIMENTAL, since="1.0") public final class Order<S extends Order<S>> extends TypedSubtree<SortItem,S>Represents the list of sort items that make up the order of records in a result set.- Since:
- 1.0
- Author:
- Gerrit Meier, Michael J. Simons
-
-
Field Summary
-
Fields inherited from class org.neo4j.cypherdsl.core.support.TypedSubtree
children
-
-
Method Summary
-
Methods inherited from class org.neo4j.cypherdsl.core.support.TypedSubtree
accept, prepareVisit
-
-