Commit Graph

51 Commits

Author SHA1 Message Date
Jan-Willem Gmelig Meyling
43df111565 Support generic query type mappings in TypeMapping (fixes #2561) 2020-04-12 12:20:16 +02:00
Timo Westkämper
d060c978d9 Add tests 2016-06-11 12:48:03 +03:00
John Tims
6b45acd631 Remove reference to junit.framework 2015-12-26 17:18:42 -07:00
Timo Westkämper
2c195ffa62 Get rid of capitalized test method names 2015-11-30 20:05:56 +02:00
Ruben Dijkstra
18fd0ad71d Remove compiler warnings
SuppressWarnings moved to smaller scope
Generic array creations avoided
A lot of rawtypes warnings removed
Suppress more warnings in generated code - `all` is an Eclipse extension
2015-10-21 19:03:00 +02:00
Ruben Dijkstra
705759b019 Update unsafe class names test
This allows classes to be loaded that begin with com.sun or com.apple
which are not in those packages.
2015-09-13 16:09:46 +02:00
Marcello Romano
377f8261b1 Default variable name customization 2015-09-06 14:48:45 +02:00
John Tims
b0c60d009d Suppress warnings on methods 2015-08-27 21:26:40 -04:00
Jan Boerner
239f6a9f59 Added an option to switch between field and getter return types. 2015-08-14 12:01:52 +02:00
Timo Westkämper
2a6e23d573 Reduce System.out usage 2015-06-26 21:12:09 +03:00
Timo Westkämper
ca78d65733 Add more codegen assertions 2015-06-26 20:46:52 +03:00
John Tims
994a2deda9 Merge pull request #1371 from querydsl/i1368
Enable customization of serializer config
2015-05-31 07:45:17 -04:00
Timo Westkämper
4cc6cfa6c4 Enable customization of serializer config 2015-05-28 22:44:43 +03:00
Timo Westkämper
2f1c5f74c3 Fix whitespace for querydsl-codegen 2015-05-13 23:08:23 +03:00
Timo Westkämper
6b18460a75 Fix braces 2015-05-13 23:07:06 +03:00
Timo Westkämper
ea42efbd03 Extend Checkstyle checks for tests 2015-05-10 00:39:35 +03:00
John Tims
97cb156134 Remove trailing whitespace in querydsl-codegen 2015-05-09 00:56:32 -04:00
John Tims
d6bc3bd25b Optimize imports in querydsl-codegen 2015-05-08 23:36:25 -04:00
Timo Westkämper
01e2a718cf Update copyright 2015-05-08 19:05:24 +03:00
Baris Cubukcuoglu
cef798cc0f Delete Line ".setMetadataAdapter(new JavaReflectionAdapter()));" and move SomeOtherClass.java
and SomeOtherClass2.java to com.querydsl.codegen package.
2015-04-14 21:35:27 +02:00
Baris Cubukcuoglu
2fcc638910 Move ClassPathUtils to querydsl-codegen with required dependencies. Restore Reflection API dependency scope to test. Change package names in troubleshooting.xml. 2015-04-11 11:28:23 +02:00
Timo Westkämper
1a1845165c Generics improvements 2015-03-26 19:22:23 +02:00
Timo Westkämper
1ed736b468 Combine package contents 2015-03-26 19:22:22 +02:00
Timo Westkämper
fa07c83658 Changes to Expression instance creation 2015-03-26 19:19:59 +02:00
Ruben Dijkstra
bdae3b15ea Add verification test for Override annotation 2015-02-28 23:00:03 +01:00
Timo Westkämper
cfd73c9738 Remove type parameter 2015-02-01 00:25:43 +02:00
Timo Westkämper
3a882b72a9 Move packages from com.mysema.query to com.querydsl 2015-01-20 23:56:59 +02:00
Ruben Dijkstra
aea01551e9 Use of EnumMaps instead of HashMaps for enums. 2014-05-03 11:27:24 +02:00
Timo Westkämper
dd44bfc254 Reduce logging 2014-04-30 10:43:42 +03:00
Timo Westkämper
0a676a9c02 Reduce logging 2014-04-30 10:12:21 +03:00
Timo Westkämper
b59aa68a32 Use types instead of classes 2014-04-22 11:26:27 +03:00
Timo Westkämper
4aa045bdee Improve projection handling 2014-04-07 16:31:04 +03:00
Timo Westkämper
92b8c36579 Add interface serialization #558 2013-11-16 12:18:43 +02:00
Timo Westkämper
25c175d033 Fix primitive handling in code generation #472
Make sure that GenericExporter and APT based codegen are in sync
2013-08-09 17:56:39 +03:00
Timo Westkämper
49e8a0af2f #414 Fix primitive array handling 2013-05-16 21:28:01 +03:00
Timo Westkämper
49eae3f6ec Format code 2013-03-19 13:17:12 +02:00
fanste
aa4624bfa5 Implemented support for a user defined name of the default variable in query types using the @Config annotation 2013-02-11 13:55:10 +01:00
Timo Westkämper
3f94fbb977 fix test 2012-12-20 13:27:24 +02:00
Timo Westkämper
8ec91dc542 simplified generics handling in codegen module 2012-11-12 12:35:22 +02:00
Timo Westkämper
ecbc3b4765 #272 fix for primitive expression equality 2012-11-07 18:31:52 +02:00
Timo Westkämper
cc5718341a #257 improved generics handling for HibernateDomainExporter 2012-10-23 23:50:34 +03:00
Timo Westkämper
a175b0a0b1 #236 fixed code generation for recursive generics 2012-09-25 00:04:53 +03:00
Timo Westkämper
dc60275b41 #231 fixed handling of recursive types in GenericExporter 2012-09-19 22:42:51 +03:00
Timo Westkämper
234e4b7e74 #181 added collection.any() projection support for jpa and collections module 2012-06-27 23:22:43 +03:00
Timo Westkämper
c5787a656a simplified docs 2012-06-22 11:51:47 +03:00
Timo Westkämper
f927912081 added tests 2012-06-22 11:41:12 +03:00
Timo Westkämper
1d73123a94 findbugs fixes 2012-05-05 23:34:08 +03:00
Timo Westkämper
bd359f8568 changed Property.inits to use List instead of String[] 2012-05-05 15:03:24 +03:00
Timo Westkämper
6f40c2e427 #135 improved Scala code generation configuration 2012-04-27 17:24:52 +03:00
Timo Westkämper
86d23b5f8b #127 replaced commons deps with Guava deps 2012-04-19 22:51:51 +03:00