Uses of Interface
org.apache.cayenne.access.sqlbuilder.sqltree.ChildProcessor
Package
Description
-
Uses of ChildProcessor in org.apache.cayenne.access.sqlbuilder.sqltree
-
Uses of ChildProcessor in org.apache.cayenne.access.translator.select
Modifier and TypeFieldDescriptionprotected final Map
<String, ChildProcessor<ColumnNode>> TypeAwareSQLTreeProcessor.byColumnTypeProcessors
protected final Map
<NodeType, ChildProcessor<Node>> TypeAwareSQLTreeProcessor.byNodeTypeProcessors
protected final Map
<String, ChildProcessor<ValueNode>> TypeAwareSQLTreeProcessor.byValueTypeProcessors
Modifier and TypeMethodDescriptionprotected ChildProcessor
<ColumnNode> TypeAwareSQLTreeProcessor.getColumnProcessor
(DbAttribute attr) protected ChildProcessor
<ValueNode> TypeAwareSQLTreeProcessor.getValueProcessor
(DbAttribute attr) Modifier and TypeMethodDescriptionprotected void
TypeAwareSQLTreeProcessor.registerColumnProcessor
(Class<?> columnType, ChildProcessor childProcessor) protected void
TypeAwareSQLTreeProcessor.registerProcessor
(NodeType nodeType, ChildProcessor childProcessor) protected void
TypeAwareSQLTreeProcessor.registerValueProcessor
(Class<?> columnType, ChildProcessor childProcessor)