Class DefaultMatchConditionFactory

java.lang.Object
de.calamanari.adl.sql.cnv.DefaultMatchConditionFactory
All Implemented Interfaces:
MatchConditionFactory

public class DefaultMatchConditionFactory extends Object implements MatchConditionFactory
The DefaultMatchConditionFactory provides integrated caching, so the exact same comparison or (NOT) IN-clause won't be prepared twice which also reduces the number of different parameters.
Author:
Karl Eilebrecht