Commit Graph

116 Commits

Author SHA1 Message Date
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
c90f5debb5 reduced query where to single ExprBoolean for simplification of serialization 2008-03-18 19:39:21 +00:00
Timo Westkämper
d6b4eb06be moved wrapForOps to HqlOps 2008-03-17 18:06:53 +00:00
Timo Westkämper
96cdeb7e70 unified handling of collections and subqueries 2008-03-17 18:00:10 +00:00
Timo Westkämper
0ba83e7ca7 unified handling of collections and subqueries 2008-03-17 18:00:02 +00:00
Timo Westkämper
f6be1fe9b6 added precedence to operation serialization 2008-03-16 13:43:09 +00:00
Timo Westkämper
0d272e1f8f added precedence to operation serialization 2008-03-16 13:43:03 +00:00
Timo Westkämper
0ab9113a25 added CascadingBoolean
changed distinct from operation to own type, since it can operate on both simple and entity values
2008-03-16 09:54:14 +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
72e10de94f added integration tests for hql queries 2008-03-14 21:04:11 +00:00
Timo Westkämper
02883d8c34 added integration tests for hql queries 2008-03-14 21:03:14 +00:00
Timo Westkämper
6b2ecb11df added integration tests for hql queries 2008-03-14 21:03:08 +00:00
Timo Westkämper
01c327e73a fixed issue with from clause 2008-03-12 22:36:31 +00:00
Timo Westkämper
4c856c50c0 fixed issue with from clause 2008-03-12 22:36:27 +00:00
Timo Westkämper
8a94a84647 moved all domain types of HqlParserTest into one java file 2008-03-12 22:16:21 +00:00
Timo Westkämper
e2e444c418 moved all domain types of HqlParserTest into one java file 2008-03-12 22:15:56 +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
a13dd45a94 added support for Map access 2008-03-12 21:54:48 +00:00
Timo Westkämper
872308d575 added support for Map access 2008-03-12 21:54:38 +00:00
Timo Westkämper
3cbf269980 refactored path metadata to PathMetadata class 2008-03-12 19:48:15 +00:00
Timo Westkämper
c04a2c89ed refactored path metadata to PathMetadata class 2008-03-12 19:48:07 +00:00
Timo Westkämper
3a0c6a2d75 refactored path metadata to PathMetadata class 2008-03-12 19:47:58 +00:00
Timo Westkämper
58557adc19 moved PathMetadata out of Types 2008-03-11 19:09:34 +00:00
Timo Westkämper
e782efa62d improved type derivation 2008-03-11 19:04:09 +00:00
Timo Westkämper
0df7d7d559 improved type derivation 2008-03-11 19:04:05 +00:00
Timo Westkämper
fe816ad7a3 updated to version 0.2.1 2008-03-11 17:36:26 +00:00
Timo Westkämper
d711d5e2ae updated to version 0.2.1 2008-03-11 17:36:24 +00:00
Timo Westkämper
4b428cfa60 updated to version 0.2.1 2008-03-11 17:36:21 +00:00
Timo Westkämper
40bf3da6b7 updated to version 0.2.1 2008-03-11 17:36:18 +00:00
Timo Westkämper
c877568387 added test for querydsl-apt 2008-03-11 17:35:02 +00:00
Timo Westkämper
5cc1cf54c8 added test for querydsl-apt 2008-03-11 17:34:52 +00:00
Timo Westkämper
2a8b9c41d9 added test for querydsl-apt 2008-03-11 17:34:44 +00:00
Timo Westkämper
5758897d43 added support for entity maps and simple maps
added min, max and size methods
import HqlParserTest from hibernate code and replaced the String queries with statically typed ones
2008-03-10 19:00:49 +00:00
Timo Westkämper
2adbd6cf27 added support for entity maps and simple maps
added min, max and size methods
import HqlParserTest from hibernate code and replaced the String queries with statically typed ones
2008-03-10 19:00:08 +00:00
Timo Westkämper
f7044a3efb added support for entity maps and simple maps
added min, max and size methods
import HqlParserTest from hibernate code and replaced the String queries with statically typed ones
2008-03-10 19:00:00 +00:00
Timo Westkämper
de9f97966c added support for entity maps and simple maps
added min, max and size methods
import HqlParserTest from hibernate code and replaced the String queries with statically typed ones
2008-03-10 18:59:47 +00:00
Timo Westkämper
220d08b998 removed deprecations 2008-03-09 18:56:34 +00:00
Timo Westkämper
07e101f8d2 removed deprecated annotation from forExample method 2008-03-09 18:02:43 +00:00
Timo Westkämper
380b1af9eb changes to field visibility of domain types
prototyped new features
2008-03-09 18:02:01 +00:00
Timo Westkämper
6543d86459 changes to field visibility of domain types
prototyped new features
2008-03-09 18:01:09 +00:00
Timo Westkämper
5408e3d71b updated 2008-03-08 16:25:14 +00:00
Timo Westkämper
1fd786a463 moved JoinExpression and JoinType out of QueryBase
moved Order and OrderSpecifier out of Types
2008-03-08 14:23:36 +00:00
Timo Westkämper
cab707f0e3 moved JoinExpression and JoinType out of QueryBase
moved Order and OrderSpecifier out of Types
2008-03-08 14:23:24 +00:00
Timo Westkämper
b8c2e3c914 moved JoinExpression and JoinType out of QueryBase
moved Order and OrderSpecifier out of Types
2008-03-08 14:23:01 +00:00
Timo Westkämper
a4b04d0b03 deprecated query level join constructs as they are to be replaced by inline joins 2008-03-07 22:14:16 +00:00
Timo Westkämper
49aac9247a formalized Path types 2008-03-07 22:12:02 +00:00
Timo Westkämper
ed4646ca9c formalized Path types 2008-03-07 22:11:59 +00:00
Timo Westkämper
982675ef0c formalized Path types 2008-03-07 22:11:48 +00:00
Timo Westkämper
0890d647ee added some more functions 2008-03-07 17:25:00 +00:00
Timo Westkämper
39129cc070 synchronized hashCode, compareTo and equals implementations 2008-03-06 21:55:49 +00:00