Uses of Class
org.eclipse.persistence.queries.ReadAllQuery.Direction
-
Packages that use ReadAllQuery.Direction Package Description org.eclipse.persistence.internal.expressions org.eclipse.persistence.queries -
-
Uses of ReadAllQuery.Direction in org.eclipse.persistence.internal.expressions
Fields in org.eclipse.persistence.internal.expressions declared as ReadAllQuery.Direction Modifier and Type Field Description protected ReadAllQuery.DirectionSQLSelectStatement. directionMethods in org.eclipse.persistence.internal.expressions that return ReadAllQuery.Direction Modifier and Type Method Description ReadAllQuery.DirectionSQLSelectStatement. getDirection()INTERNAL:Methods in org.eclipse.persistence.internal.expressions with parameters of type ReadAllQuery.Direction Modifier and Type Method Description voidSQLSelectStatement. setHierarchicalQueryExpressions(Expression startWith, Expression connectBy, List<Expression> orderSiblingsExpressions, ReadAllQuery.Direction direction)INTERNAL: takes the hierarchical query expression which have been set on the query and sets them here used to generate the Hierarchical Query Clause in the SQL -
Uses of ReadAllQuery.Direction in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as ReadAllQuery.Direction Modifier and Type Field Description protected ReadAllQuery.DirectionReadAllQuery. directionMethods in org.eclipse.persistence.queries that return ReadAllQuery.Direction Modifier and Type Method Description static ReadAllQuery.DirectionReadAllQuery.Direction. getDefault(DatabaseMapping mapping)PUBLIC: Returns the default hierarchy traversal direction for the specified mapping.
For OneToOne mappings, source in parent object goes to target in child object, collections are the opposite way.ReadAllQuery.DirectionReadAllQuery. getDirection()PUBLIC:static ReadAllQuery.DirectionReadAllQuery.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static ReadAllQuery.Direction[]ReadAllQuery.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.queries with parameters of type ReadAllQuery.Direction Modifier and Type Method Description voidReadAllQuery. setHierarchicalQueryClause(Expression startWith, Expression connectBy, List<Expression> orderSiblingsExpressions, ReadAllQuery.Direction direction)PUBLIC: Set the Hierarchical Query Clause for the query, specifying the hierarchy traversal direction
-