Add common Factory class for FactoryExpression creation
Bug #708804 reported by
Timo Westkämper
on 2011-01-27
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Querydsl |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
To be used like this
import static package.
...
QBean b = QBean.bean;
SqlQuery q = ...;
q.list(
q.list(
q.list(
Timo Westkämper (timo-westkamper) wrote : | #2 |
Released in 2.1.0
Changed in querydsl: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix commited.
Added as com.mysema. query.types. Projections.