Class PerAttributeChildProcessor<T extends Node>
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.PerAttributeChildProcessor<T>
- Type Parameters:
- T- type of the node to process
- All Implemented Interfaces:
- ChildProcessor<T>
- Since:
- 4.2
- 
Field SummaryFields inherited from interface org.apache.cayenne.access.sqlbuilder.sqltree.ChildProcessorEMPTY
- 
Constructor SummaryConstructorsConstructorDescriptionPerAttributeChildProcessor(Function<T, DbAttribute> attributeMapper, Function<DbAttribute, ChildProcessor<T>> processorFactory) 
- 
Method Summary
- 
Constructor Details- 
PerAttributeChildProcessorpublic PerAttributeChildProcessor(Function<T, DbAttribute> attributeMapper, Function<DbAttribute, ChildProcessor<T>> processorFactory) 
 
- 
- 
Method Details- 
process- Specified by:
- processin interface- ChildProcessor<T extends Node>
 
 
-