Uses of Interface
org.apache.cayenne.access.sqlbuilder.sqltree.ChildProcessor
-
Packages that use ChildProcessor Package Description org.apache.cayenne.access.sqlbuilder.sqltree org.apache.cayenne.access.translator.select -
-
Uses of ChildProcessor in org.apache.cayenne.access.sqlbuilder.sqltree
Classes in org.apache.cayenne.access.sqlbuilder.sqltree that implement ChildProcessor Modifier and Type Class Description classPerAttributeChildProcessor<T extends Node>Fields in org.apache.cayenne.access.sqlbuilder.sqltree declared as ChildProcessor Modifier and Type Field Description static ChildProcessor<?>ChildProcessor. EMPTY -
Uses of ChildProcessor in org.apache.cayenne.access.translator.select
Fields in org.apache.cayenne.access.translator.select with type parameters of type ChildProcessor Modifier and Type Field Description protected Map<String,ChildProcessor<ColumnNode>>TypeAwareSQLTreeProcessor. byColumnTypeProcessorsprotected Map<NodeType,ChildProcessor<Node>>TypeAwareSQLTreeProcessor. byNodeTypeProcessorsprotected Map<String,ChildProcessor<ValueNode>>TypeAwareSQLTreeProcessor. byValueTypeProcessorsMethods in org.apache.cayenne.access.translator.select that return ChildProcessor Modifier and Type Method Description protected 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 ChildProcessor Modifier and Type Method Description protected voidTypeAwareSQLTreeProcessor. registerColumnProcessor(Class<?> columnType, ChildProcessor childProcessor)protected voidTypeAwareSQLTreeProcessor. registerProcessor(NodeType nodeType, ChildProcessor childProcessor)protected voidTypeAwareSQLTreeProcessor. registerValueProcessor(Class<?> columnType, ChildProcessor childProcessor)
-