Package | Description |
---|---|
org.apache.cayenne.access.sqlbuilder.sqltree | |
org.apache.cayenne.access.translator.select |
Modifier and Type | Class and Description |
---|---|
class |
PerAttributeChildProcessor<T extends Node> |
Modifier and Type | Field and Description |
---|---|
static ChildProcessor<?> |
ChildProcessor.EMPTY |
Constructor and Description |
---|
PerAttributeChildProcessor(Function<T,DbAttribute> attributeMapper,
Function<DbAttribute,ChildProcessor<T>> processorFactory) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ChildProcessor<ColumnNode>> |
TypeAwareSQLTreeProcessor.byColumnTypeProcessors |
protected Map<NodeType,ChildProcessor<Node>> |
TypeAwareSQLTreeProcessor.byNodeTypeProcessors |
protected Map<String,ChildProcessor<ValueNode>> |
TypeAwareSQLTreeProcessor.byValueTypeProcessors |
Modifier and Type | Method and Description |
---|---|
protected ChildProcessor<ColumnNode> |
TypeAwareSQLTreeProcessor.getColumnProcessor(DbAttribute attr) |
protected ChildProcessor<ValueNode> |
TypeAwareSQLTreeProcessor.getValueProcessor(DbAttribute attr) |
Modifier and Type | Method and Description |
---|---|
protected void |
TypeAwareSQLTreeProcessor.registerColumnProcessor(Class<?> columnType,
ChildProcessor childProcessor) |
protected void |
TypeAwareSQLTreeProcessor.registerProcessor(NodeType nodeType,
ChildProcessor childProcessor) |
protected void |
TypeAwareSQLTreeProcessor.registerValueProcessor(Class<?> columnType,
ChildProcessor childProcessor) |
Copyright © 2001–2021 Apache Cayenne. All rights reserved.