Commit Graph

83 Commits

Author SHA1 Message Date
Timo Westkämper
508c02dd21 2009-05-22 12:16:38 +00:00
Timo Westkämper
ceec611d3b huge refactorings :
* Expr, Path and Operation subtypes as top level types and into separate packages
* Hql -> HQL
* Sql -> SQL
* each module has now com.mysema.query.<modulename>... for all packages
updated version to 0.3.5-SNAPSHOT
2009-05-21 17:58:06 +00:00
Timo Westkämper
8bd5674071 2009-05-19 18:22:38 +00:00
Timo Westkämper
12829c4077 updated to version 0.3.1 2009-05-12 10:31:14 +00:00
Timo Westkämper
a5216c764c updated javadocs 2009-04-16 12:19:28 +00:00
Timo Westkämper
d29ee4a66d added distinctList and distinctIterator methods to Projectable
changed Query/Projectable implementations to support them
2009-04-15 18:42:20 +00:00
Timo Westkämper
b5d47a44c8 2009-04-13 08:21:46 +00:00
Timo Westkämper
927aba818a 2009-04-07 09:31:30 +00:00
Timo Westkämper
ad6f103e72 updated operator set 2009-04-07 06:58:22 +00:00
Timo Westkämper
f5cad99dd9 changes to QueryMetadata interface 2009-04-06 07:02:48 +00:00
Timo Westkämper
e7c2b2c778 added QueryBaseWithProjection for Query implementations with projection
modified ColQuery, HqlQuery and SqlQuery to extend QueryBaseWithProjection
modified Serializer implementations to user QueryMetadata instead of individual query fields
2009-04-05 09:44:07 +00:00
Timo Westkämper
804bf841de added validation for Expr types 2009-04-02 10:29:05 +00:00
Timo Westkämper
a6b6660519 made Operation types immutable 2009-04-01 14:24:45 +00:00
Timo Westkämper
5336f5a24e added DefaultMetadata and QueryMetadata
updated Serializers and Query implementations to use them
2009-03-31 06:56:17 +00:00
Timo Westkämper
ed168bce70 2009-03-30 08:03:29 +00:00
Timo Westkämper
df22b89562 fixed full join usage in querydsl-hql 2009-03-30 07:19:02 +00:00
Timo Westkämper
a47f681143 2009-03-27 14:51:06 +00:00
Timo Westkämper
c7af7e1173 introduced Projectable interface 2009-03-27 13:13:35 +00:00
Timo Westkämper
d154c8a7df added OperationPatterns / Visitor based abstract syntax which is accessible via Expr.toString() 2009-03-26 14:03:22 +00:00
Timo Westkämper
cd29524891 fixed Grammar.typeOf usage 2009-03-18 11:03:55 +00:00
Timo Westkämper
9240618583 added IteratorFactory and default implementation 2009-03-03 09:30:54 +00:00
Timo Westkämper
b4ae8b0391 organized imports 2009-03-02 13:30:31 +00:00
Timo Westkämper
44891d61b2 added some TODO comments 2009-02-27 08:16:19 +00:00
Timo Westkämper
e2a5ea7bfd updated Iterator implementations in querydsl collections 2009-02-26 18:12:34 +00:00
Timo Westkämper
9a5707369c unified names for sub types 2009-02-24 15:41:41 +00:00
Timo Westkämper
55aafdf901 2009-02-24 15:20:03 +00:00
Timo Westkämper
96da149f60 renamed grammar.types.Constructor -> EConstructor
organized imports
2009-02-24 13:29:46 +00:00
Timo Westkämper
f31d63acb4 2009-02-23 14:35:34 +00:00
Timo Westkämper
dd58a146e7 added tests for cast methods in querydsl-collections and querydsl-sql 2009-02-10 10:54:10 +00:00
Timo Westkämper
97f2546061 bug #326650 : further improvements to issue 2009-02-10 09:14:12 +00:00
Timo Westkämper
bd8b22e8cf bug #327113 : some additional Comparable usage changes 2009-02-09 12:26:57 +00:00
Timo Westkämper
eedf638185 bug #327113 : changed usage of Comparable<SomeType> to Comparable<? super SomeType> 2009-02-09 12:12:50 +00:00
Timo Westkämper
560a54b1be tried to fix bug #326650 2009-02-07 20:53:56 +00:00
Timo Westkämper
e670d5ac0c updated 2009-02-02 14:18:54 +00:00
Timo Westkämper
5367f618fa updated 2009-02-02 10:56:16 +00:00
Timo Westkämper
403586d507 2009-01-30 14:22:03 +00:00
Timo Westkämper
a4cbc2f87f 2009-01-29 12:36:13 +00:00
Timo Westkämper
bfb0fd8e83 added QDateTime and QString expression libraries
updated tests for HSQLDB and MySQL
2009-01-20 12:27:58 +00:00
Timo Westkämper
f81eef314b introduced ENumber subtype for EComparable 2009-01-20 08:30:20 +00:00
Timo Westkämper
0c531271fe added math methods to QMath
added subquery and union support to querydsl-sql
moved SubQuery to querydsl-core
2009-01-19 15:11:08 +00:00
Timo Westkämper
7315715a40 added test stubs for alias cases 2009-01-16 14:08:13 +00:00
Timo Westkämper
e6ef20527b moved aggregate functions to querydsl-core 2009-01-16 13:34:51 +00:00
Timo Westkämper
864ea1f0dd added count methods 2009-01-15 09:01:37 +00:00
Timo Westkämper
762aa398f2 added entityName proproperty to entity path types
added stub for querydsl-sql
added basic SQL serialization
2009-01-13 14:32:58 +00:00
Timo Westkämper
4a6d803f04 2009-01-13 07:57:24 +00:00
Timo Westkämper
a13d55f34e 2009-01-04 14:32:14 +00:00
Timo Westkämper
a74d2cb915 improved Query interface by adding varargs for where and other methods 2009-01-04 14:26:53 +00:00
Timo Westkämper
08bc0107ed improved MiniApi with factory methods for paths 2009-01-04 14:08:53 +00:00
Timo Westkämper
75356f6173 2008-12-18 17:46:33 +00:00
Timo Westkämper
3bc1be14c2 added javadocs for packages 2008-12-17 08:43:48 +00:00