Uses of Interface
org.apache.cayenne.access.sqlbuilder.sqltree.ChildProcessor
Packages that use ChildProcessor
Package
Description
-
Uses of ChildProcessor in org.apache.cayenne.access.sqlbuilder.sqltree
Classes in org.apache.cayenne.access.sqlbuilder.sqltree that implement ChildProcessorFields in org.apache.cayenne.access.sqlbuilder.sqltree declared as ChildProcessor -
Uses of ChildProcessor in org.apache.cayenne.access.translator.select
Fields in org.apache.cayenne.access.translator.select with type parameters of type ChildProcessorModifier 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
Methods in org.apache.cayenne.access.translator.select that return ChildProcessorModifier and TypeMethodDescriptionprotected ChildProcessor<ColumnNode>
TypeAwareSQLTreeProcessor.getColumnProcessor
(DbAttribute attr) protected ChildProcessor<ValueNode>
TypeAwareSQLTreeProcessor.getValueProcessor
(DbAttribute attr) Methods in org.apache.cayenne.access.translator.select with parameters of type ChildProcessorModifier 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)