Uses of Enum
org.apache.cayenne.access.sqlbuilder.sqltree.NodeType
Packages that use NodeType
Package
Description
-
Uses of NodeType in org.apache.cayenne.access.sqlbuilder.sqltree
Fields in org.apache.cayenne.access.sqlbuilder.sqltree declared as NodeTypeMethods in org.apache.cayenne.access.sqlbuilder.sqltree that return NodeTypeModifier and TypeMethodDescriptionNode.getType()
OrderByNode.getType()
SelectNode.getType()
static NodeType
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 NodeTypeModifier and TypeMethodDescriptionprotected boolean
TrimmingColumnNode.isParentOfType
(NodeType nodeType) Constructors in org.apache.cayenne.access.sqlbuilder.sqltree with parameters of type NodeType -
Uses of NodeType in org.apache.cayenne.access.translator.select
Fields in org.apache.cayenne.access.translator.select with type parameters of type NodeTypeModifier and TypeFieldDescriptionprotected final Map
<NodeType, ChildProcessor<Node>> TypeAwareSQLTreeProcessor.byNodeTypeProcessors
Methods in org.apache.cayenne.access.translator.select with parameters of type NodeTypeModifier and TypeMethodDescriptionprotected void
TypeAwareSQLTreeProcessor.registerProcessor
(NodeType nodeType, ChildProcessor childProcessor)