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
|
f278834897
|
up+dated contents
|
2008-08-26 17:55:23 +00:00 |
|
Timo Westkämper
|
2ec28c7728
|
updated docs
|
2008-08-15 11:18:18 +00:00 |
|
Timo Westkämper
|
2e28f0000e
|
updated documentation
|
2008-08-15 09:14:44 +00:00 |
|
Timo Westkämper
|
9549a13103
|
updated documentation
|
2008-08-15 09:00:30 +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 |
|
Timo Westkämper
|
58557adc19
|
moved PathMetadata out of Types
|
2008-03-11 19:09:34 +00:00 |
|
Timo Westkämper
|
5cc1cf54c8
|
added test for querydsl-apt
|
2008-03-11 17:34:52 +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
|
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
|
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
|
76af7c7bdf
|
added tests for reserved words
|
2008-03-06 21:43:02 +00:00 |
|
Timo Westkämper
|
4121c37e43
|
added null checks
|
2008-03-06 20:36:03 +00:00 |
|
Timo Westkämper
|
71da0ac3c0
|
fixed Visitor dispatch
|
2008-03-06 18:32:49 +00:00 |
|
Timo Westkämper
|
a4b801029c
|
Renamed remotely
|
2008-03-06 17:26:51 +00:00 |
|