Interface ConditionFactory
- All Known Implementing Classes:
ConditionFactoryImpl
public interface ConditionFactory
-
Method Summary
Modifier 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
-
processNode
Apply all necessary processors so that the node is ready to be used by the query builder.
-