Class SourceItemTransformerChain

java.lang.Object
net.sf.basedb.util.listable.SourceItemTransformerChain
All Implemented Interfaces:
SourceItemTransformer

public class SourceItemTransformerChain
extends Object
implements SourceItemTransformer
Chains together one or more source item transformers. Each step in the chain should take over from the previous in the sense that the SourceItemTransformer.getSourceItemType() of step N+1 must match the SourceItemTransformer.getTargetItemType() of step N.
Since:
3.5
Author:
Nicklas