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 Summary
Fields inherited from interface org.apache.cayenne.access.sqlbuilder.sqltree.ChildProcessor
EMPTY
-
Constructor Summary
ConstructorDescriptionPerAttributeChildProcessor
(Function<T, DbAttribute> attributeMapper, Function<DbAttribute, ChildProcessor<T>> processorFactory) -
Method Summary
-
Constructor Details
-
PerAttributeChildProcessor
public PerAttributeChildProcessor(Function<T, DbAttribute> attributeMapper, Function<DbAttribute, ChildProcessor<T>> processorFactory)
-
-
Method Details
-
process
- Specified by:
process
in interfaceChildProcessor<T extends Node>
-