Uses of Interface
de.calamanari.adl.sql.cnv.MatchConditionFactory
Packages that use MatchConditionFactory
-
Uses of MatchConditionFactory in de.calamanari.adl.sql.cnv
Classes in de.calamanari.adl.sql.cnv that implement MatchConditionFactoryModifier and TypeClassDescriptionclassTheDefaultMatchConditionFactoryprovides integrated caching, so the exact same comparison or (NOT) IN-clause won't be prepared twice which also reduces the number of different parameters.Methods in de.calamanari.adl.sql.cnv that return MatchConditionFactoryModifier and TypeMethodDescriptionprotected final MatchConditionFactoryAbstractSqlExpressionConverter.conditionFactory()protected MatchConditionFactoryAbstractSqlExpressionConverter.createMatchConditionFactory()This method allows sub-classes to replace the factory with a custom oneResettableScpContext.getConditionFactory()SqlConversionProcessContext.getConditionFactory()Methods in de.calamanari.adl.sql.cnv with parameters of type MatchConditionFactoryModifier and TypeMethodDescriptionAliasHelper.groupAliasesByTable(MatchConditionFactory conditionFactory, List<ExpressionAlias> aliases) Groups any aliases by table or table-duo (reference matches on two tables)voidResettableScpContext.setConditionFactory(MatchConditionFactory conditionFactory)