Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
We don't need that "second layer" factory mechanism
currently we have a
- interface QueryBuilder
- QueryBuilderFactory
- 3 implementations of QueryBuilder
- QueryInvocation ( + QueryInvocationLiteral)
- A QueryInvocation on each QueryBuilder
the factory is actually enough to decide which QueryBuilder should be used - there is no QueryInvocation etc. required
The performance will be better, too