Commit Graph

129 Commits

Author SHA1 Message Date
Timo Westkämper
b0bdb9aed2 improved path expressions and modeled them like operations 2008-03-29 00:22:09 +00:00
Timo Westkämper
b802d653aa moved domain type instances to Domain1Instances 2008-03-27 21:29:25 +00:00
Timo Westkämper
f2c9635a8d moved prevPage and nextPage properties of SearchResults to bookmarks 2008-03-26 18:06:17 +00:00
Timo Westkämper
ecbfd274bc added generic type for results in HqlQuery 2008-03-24 17:16:25 +00:00
Timo Westkämper
abc24c0b49 2008-03-20 20:20:57 +00:00
Timo Westkämper
748f920702 added license comments 2008-03-20 17:18:28 +00:00
Timo Westkämper
18227fb8b4 added license comments 2008-03-20 17:18:26 +00:00
Timo Westkämper
63c86fcbbe added license comments 2008-03-20 17:18:20 +00:00
Timo Westkämper
a658fe9e74 removed mysema commons dependencies 2008-03-20 17:06:09 +00:00
Timo Westkämper
b6173f4365 removed mysema commons dependencies 2008-03-20 17:01:29 +00:00
Timo Westkämper
782490194d removed mysema commons dependencies 2008-03-20 17:01:24 +00:00
Timo Westkämper
4ac9288810 removed mysema commons dependencies 2008-03-20 17:01:21 +00:00
Timo Westkämper
0d5ee28949 removed mysema commons dependencies 2008-03-20 17:01:17 +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
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