Commit Graph

62 Commits

Author SHA1 Message Date
Timo Westkämper
e6f3516e04 alias features successfully moved to querydsl-core
alias features can now be used also from within querydsl-hql
2009-01-16 14:58:40 +00:00
Timo Westkämper
f6636e379e 2009-01-16 14:08:43 +00:00
Timo Westkämper
ed4f1b36dd added java-headers 2009-01-16 14:00:14 +00:00
Timo Westkämper
8ca752ed92 moved alias features to querydsl-core
MiniApi extends now GrammarWithAlias
GrammarWithAlias provides alias factory methods and extends Grammar
Grammar provides only factory methods for operations
2009-01-16 13:59:04 +00:00
Timo Westkämper
b5c68435f8 moved aggregate functions to querydsl-core 2009-01-16 13:34:52 +00:00
Timo Westkämper
4dc3d005fa moved commons-lang dependency to querydsl-core
added support for java constructor retrieval from Constructor expression
2009-01-14 12:53:12 +00:00
Timo Westkämper
989855820e added entityName proproperty to entity path types
added stub for querydsl-sql
added basic SQL serialization
2009-01-13 14:32:55 +00:00
Timo Westkämper
d2ccc3159f added reflection based FactoryMap implementation 2009-01-07 13:27:25 +00:00
Timo Westkämper
35b3dde309 2009-01-06 18:57:06 +00:00
Timo Westkämper
9aa30c5b79 2009-01-06 18:49:24 +00:00
Timo Westkämper
a32e4ce075 updated 2009-01-05 09:26:55 +00:00
Timo Westkämper
ea3d27fd53 improved Query interface by adding varargs for where and other methods 2009-01-04 14:26:52 +00:00
Timo Westkämper
5f18e19019 improved MiniApi with factory methods for paths 2009-01-04 14:08:49 +00:00
Timo Westkämper
c13105c1a0 2008-12-19 14:13:03 +00:00
Timo Westkämper
5027e03703 added javadocs for packages 2008-12-17 08:43:46 +00:00
Timo Westkämper
37b257fa51 small refactorings
added hamcrest-collections like MiniApi
moved common Expr types to querydsl-core
2008-12-13 23:15:01 +00:00
Timo Westkämper
634b9e56b6 2008-12-13 10:21:11 +00:00
Timo Westkämper
1f9ee7d633 moved querydsl-annotation contents here 2008-12-12 19:09:57 +00:00
Timo Westkämper
7d1ad9754d updated javadocs 2008-12-12 07:32:03 +00:00
Timo Westkämper
29b3885375 updated querydsl-collections 2008-12-11 20:40:34 +00:00
Timo Westkämper
744bb7586d 2008-12-08 13:46:35 +00:00
Timo Westkämper
4150d7de75 fixed handling of Locale typed properties 2008-11-21 09:28:04 +00:00
Timo Westkämper
0daa5385a7 2008-11-14 12:07:44 +00:00
Timo Westkämper
e5a1bb24f3 2008-11-06 16:02:26 +00:00
Timo Westkämper
40fa0c85bd 2008-11-06 12:01:31 +00:00
Timo Westkämper
aac38ec8b7 added Result type 2008-11-06 09:30:43 +00:00
Timo Westkämper
3a3d3288f0 added method based path expansion 2008-10-25 17:36:19 +00:00
Timo Westkämper
04f7a80e2d added support for 'inner join fetch' and 'left join fetch' 2008-07-14 13:37:14 +00:00
Timo Westkämper
777084a134 made type signature for arithmetic operations use Number & Comparable 2008-06-10 17:57:08 +00:00
Timo Westkämper
a3fbcb90d6 unified javadocs 2008-04-06 13:59:23 +00:00
Timo Westkämper
51893eccdf finished collection / list separation 2008-04-05 08:24:30 +00:00
Timo Westkämper
86d54c584e added tests for domain types 2008-04-04 23:28:28 +00:00
Timo Westkämper
a1b218ba64 updated to version 0.2.5 2008-04-04 21:06:00 +00:00
Timo Westkämper
748ccc12ce small renamings 2008-04-04 20:52:45 +00:00
Timo Westkämper
918e8c448f added support for custom expressions 2008-04-04 20:37:41 +00:00
Timo Westkämper
0dc86ac82c added annotations and sql modules
renamed Simple to Literal in Expr and Path
2008-04-04 20:01:09 +00:00
Timo Westkämper
2d25c424a8 refactored PathMetadata.PathType class and instances 2008-04-03 21:21:51 +00:00
Timo Westkämper
2cfe17028b fixed compilation errors 2008-04-03 21:04:00 +00:00
Timo Westkämper
744d4fef57 refactored type system 2008-04-03 19:42:37 +00:00
Timo Westkämper
6650971ca9 fixed PathCollection issue 2008-04-03 16:56:34 +00:00
Timo Westkämper
91978fea29 improved path expressions and modeled them like operations 2008-03-29 00:22:17 +00:00
Timo Westkämper
abc24c0b49 2008-03-20 20:20:57 +00:00
Timo Westkämper
b6173f4365 removed mysema commons dependencies 2008-03-20 17:01:29 +00:00
Timo Westkämper
57bb28a117 reduced query where to single ExprBoolean for simplification of serialization 2008-03-18 19:39:27 +00:00
Timo Westkämper
96cdeb7e70 unified handling of collections and subqueries 2008-03-17 18:00:10 +00:00
Timo Westkämper
0d272e1f8f added precedence to operation serialization 2008-03-16 13:43:03 +00:00
Timo Westkämper
e33a0c9a9a added CascadingBoolean
changed distinct from operation to own type, since it can operate on both simple and entity values
2008-03-16 09:54:07 +00:00
Timo Westkämper
4c856c50c0 fixed issue with from clause 2008-03-12 22:36:27 +00:00
Timo Westkämper
7ae47ae9d7 moved all domain types of HqlParserTest into one java file 2008-03-12 22:15:45 +00:00
Timo Westkämper
c04a2c89ed refactored path metadata to PathMetadata class 2008-03-12 19:48:07 +00:00