| Package | Description |
|---|---|
| org.apache.cayenne.access.sqlbuilder.sqltree | |
| org.apache.cayenne.access.translator.select |
| Modifier and Type | Field and Description |
|---|---|
protected NodeType |
Node.type |
| Modifier and Type | Method and Description |
|---|---|
NodeType |
OrderByNode.getType() |
NodeType |
Node.getType() |
static NodeType |
NodeType.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.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TrimmingColumnNode.isParentOfType(NodeType nodeType) |
| Constructor and Description |
|---|
ExpressionNode(NodeType nodeType) |
Node(NodeType type) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<NodeType,ChildProcessor<Node>> |
TypeAwareSQLTreeProcessor.byNodeTypeProcessors |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TypeAwareSQLTreeProcessor.registerProcessor(NodeType nodeType,
ChildProcessor childProcessor) |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.