138139140141142143144145146
protected ConditionFactory getConditionFactory() { if (this.conditionFactory == null) { this.conditionFactory = new ConditionFactoryImpl(); } return this.conditionFactory; }