Thomas Andraschko created DELTASPIKE-1267:
---------------------------------------------
Summary: Remove second factory mechanism of QueryBuilder's
Key: DELTASPIKE-1267
URL: https://issues.apache.org/jira/browse/DELTASPIKE-1267
Project: DeltaSpike
Issue Type: Improvement
Components: Data-Module
Reporter: Thomas Andraschko
Assignee: Thomas Andraschko
Fix For: 1.8.1
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
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)