Uses of Class
org.apache.cayenne.access.sqlbuilder.sqltree.NodeType
-
Packages that use NodeType Package Description org.apache.cayenne.access.sqlbuilder.sqltree org.apache.cayenne.access.translator.select -
-
Uses of NodeType in org.apache.cayenne.access.sqlbuilder.sqltree
Fields in org.apache.cayenne.access.sqlbuilder.sqltree declared as NodeType Modifier and Type Field Description protected NodeTypeNode. typeMethods in org.apache.cayenne.access.sqlbuilder.sqltree that return NodeType Modifier and Type Method Description NodeTypeNode. getType()NodeTypeOrderByNode. getType()NodeTypeSelectNode. getType()static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cayenne.access.sqlbuilder.sqltree with parameters of type NodeType Modifier and Type Method Description protected booleanTrimmingColumnNode. isParentOfType(NodeType nodeType)Constructors in org.apache.cayenne.access.sqlbuilder.sqltree with parameters of type NodeType Constructor Description ExpressionNode(NodeType nodeType)Node(NodeType type) -
Uses of NodeType in org.apache.cayenne.access.translator.select
Fields in org.apache.cayenne.access.translator.select with type parameters of type NodeType Modifier and Type Field Description protected Map<NodeType,ChildProcessor<Node>>TypeAwareSQLTreeProcessor. byNodeTypeProcessorsMethods in org.apache.cayenne.access.translator.select with parameters of type NodeType Modifier and Type Method Description protected voidTypeAwareSQLTreeProcessor. registerProcessor(NodeType nodeType, ChildProcessor childProcessor)
-