Interface ConditionFactory
- All Known Implementing Classes:
- ConditionFactoryImpl
public interface ConditionFactory
- 
Method SummaryModifier and TypeMethodDescriptioncreateNodeFromCondition(Condition condition, EntityModel entityModel) processNode(Node node, EntityModel entityModel) Apply all necessary processors so that the node is ready to be used by the query builder.
- 
Method Details- 
createNodeFromCondition
- 
processNodeApply all necessary processors so that the node is ready to be used by the query builder.
 
-