querydsl/querydsl-core/etc
Timo Westkämper 34e86a76f7 added some improvements to code generation
simple code serialization
2009-08-23 18:11:19 +00:00
..
readme.txt added some improvements to code generation 2009-08-23 18:11:19 +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)