Class ConditionFactoryImpl
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.pojo.ConditionFactoryImpl
- All Implemented Interfaces:
ConditionFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionConditionFactoryImpl(TypeManager typeManager, QueryFunctionSupport queryFunctionSupport) -
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.voidsetJdbcFunctions(List<JdbcFunction> jdbcFunctions)
-
Constructor Details
-
ConditionFactoryImpl
-
-
Method Details
-
setJdbcFunctions
-
processNode
Description copied from interface:ConditionFactoryApply all necessary processors so that the node is ready to be used by the query builder.- Specified by:
processNodein interfaceConditionFactory
-
createNodeFromCondition
Description copied from interface:ConditionFactory- Specified by:
createNodeFromConditionin interfaceConditionFactory
-