Uses of Enum Class
org.apache.cayenne.access.sqlbuilder.sqltree.NodeType
Packages that use NodeType
Package
Description
-
Uses of NodeType in org.apache.cayenne.access.sqlbuilder.sqltree
Subclasses with type arguments of type NodeType in org.apache.cayenne.access.sqlbuilder.sqltreeFields 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 NodeTypeReturns the enum constant of this class with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cayenne.access.sqlbuilder.sqltree with parameters of type NodeTypeModifier and TypeMethodDescriptionprotected booleanTrimmingColumnNode.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.byNodeTypeProcessorsMethods in org.apache.cayenne.access.translator.select with parameters of type NodeTypeModifier and TypeMethodDescriptionprotected voidTypeAwareSQLTreeProcessor.registerProcessor(NodeType nodeType, ChildProcessor childProcessor)