Timo Westkämper
8c1c6d6a52
#624602 : renamed SubQuery to SubQueryExpression
2010-08-26 12:38:38 +00:00
Timo Westkämper
46331af351
#611577 : made entity paths implement EntityPath and embeddable paths only extends BeanPath
2010-08-19 15:54:50 +00:00
Timo Westkämper
9bc358adc0
#595612 : added common signature for Query and SubQuery types of hql, jdoql and sql modules
2010-06-30 17:03:17 +00:00
Timo Westkämper
212b3eceb4
cleaned code
2010-06-21 16:07:45 +00:00
Timo Westkämper
f669e6cd44
#593533 : refactored ForeignKey, PrimaryKey and related classes
2010-06-18 18:32:45 +00:00
Timo Westkämper
e29767c639
#593533 : added example for compact join syntax
2010-06-17 17:39:01 +00:00
Timo Westkämper
ce7abfd371
#594700 : implemented subquery joins in Querydsl SQL
2010-06-15 21:39:28 +00:00
Timo Westkämper
2143d8e2ff
#594700 : added basic support for subqueries
2010-06-15 21:06:48 +00:00
Timo Westkämper
e050ab0d6b
moved Expr base types to com.mysema.query.types.expr
2010-03-22 20:22:55 +00:00
Timo Westkämper
b3964ac7f1
moved basic types to com.mysema.query.types
...
moved constants to com.mysema.query.types.constant
2010-03-22 18:24:12 +00:00
Timo Westkämper
32720757fe
moved Path, Custom, Operation and related types to com.mysema.query.types
2010-03-22 17:45:50 +00:00
Timo Westkämper
d606f8e58a
worked on mssql dialect
...
refactored Template usage in SerializerBase
added inheritance tests
2010-03-13 17:08:10 +00:00
Timo Westkämper
4895e60747
added subquery alias support
...
added more mssql paging tests
2010-03-12 19:27:33 +00:00
Timo Westkämper
8d9beece5c
extended SQLQuery interface
...
added MSSQL paging tests
2010-03-12 15:36:03 +00:00
Timo Westkämper
7a139c5bc8
added ResultSet as a projection type to SQLQuery
2010-03-08 19:51:08 +00:00
Timo Westkämper
68aa9d2b94
#530217 : added typed variants of ObjectSubQuery
2010-03-05 15:35:31 +00:00
Timo Westkämper
77b56749a3
worked on Hibernate SQL implementation
...
* added tests
* added result transformation
* fixed Derby serialization issues
2010-02-21 13:05:06 +00:00
Timo Westkämper
62582b0b64
2010-02-19 07:34:25 +00:00
Timo Westkämper
426d9e9977
added clone also to some interfaces
2010-02-19 07:31:01 +00:00
Timo Westkämper
2f6d0e4314
refactored Query classes to use mixin style dependencies
2009-12-27 20:27:30 +00:00
Timo Westkämper
75416a1e2a
improvements to aggregate method usage
2009-11-24 13:05:00 +00:00
Timo Westkämper
62618162b5
added some improvements to CascadingBoolean
...
added javadocs
2009-11-05 13:47:43 +00:00
Timo Westkämper
ee0be4c029
splitted Detachable implementations into SQLSubQuery, JDOQLSubQuery and HQLSubQuery
2009-09-04 07:20:22 +00:00
Timo Westkämper
019e5520f2
simplified collections implementation
...
removed compile scope joda-time dependency from querydsl-core
removed compile time querydsl-apt dependency from modules
removed compile time freemarker dependency from querydsl-core
2009-08-29 06:40:19 +00:00
Timo Westkämper
e7355c2b9f
separated SQLQuery into SQLQueryImpl and SQLQuery
...
combined all Query interfaces as subinterfaces of com.mysema.query.Query
2009-08-20 07:58:11 +00:00
Timo Westkämper
ef37432baf
added new template system for query serialization
2009-08-19 19:27:16 +00:00
Timo Westkämper
145fcc0df7
2009-05-28 13:47:37 +00:00
Timo Westkämper
b78e201d48
added isEmpty, isNotEmpty, isNull and isNotNull
...
updated version to 0.3.8-SNAPSHOT
2009-05-27 08:00:25 +00:00
Timo Westkämper
46994f725a
reformatted code
2009-05-26 07:51:58 +00:00
Timo Westkämper
b0c3524af8
2009-05-22 12:18:43 +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