querydsl/querydsl-core/etc
Timo Westkämper 83443b42df
2009-08-20 07:01:32 +00:00
..
readme.txt 2009-08-20 07:01:32 +00:00

REFACTORING

* move types.operation.* and types.expr.* into types

* split queries into two implementation categories :

  - real queries (Query + Projectable)
  - detached queries (Query + Detachable)

IDEAS

 * all fields : 
 
  from(customer).list(customer.allFields()) // SQL wildcard projection