Ruben Dijkstra
2be228a5fa
Move relativizing of files to Path
2015-11-29 14:55:30 +01:00
Timo Westkämper
e27ac418c0
Simplify codegen tests
2015-11-29 15:11:09 +02:00
John Tims
f204d76234
Remove GenericExporterTest from jpa-codegen
2015-10-22 18:55:50 -04:00
Marcello Romano
377f8261b1
Default variable name customization
2015-09-06 14:48:45 +02:00
Vasco Veloso
3f85f12fa7
HibernateDomainExporter and inheritance with composite-id.
2015-08-31 15:07:00 +01:00
Timo Westkämper
c3e2ea8b97
Fix whitespace for querydsl-jpa-codegen
2015-05-13 23:08:24 +03:00
Timo Westkämper
6b18460a75
Fix braces
2015-05-13 23:07:06 +03:00
Timo Westkämper
95f256ce46
Add more javadoc checks
2015-05-13 23:07:05 +03:00
Timo Westkämper
dc0a4d0d1b
Extend Checkstyle checks
2015-05-13 23:07:05 +03:00
Ruben Dijkstra
a2e2d11d0d
Make static fields final
2015-05-10 18:12:51 +02:00
Timo Westkämper
ea42efbd03
Extend Checkstyle checks for tests
2015-05-10 00:39:35 +03:00
John Tims
2011ac4b23
Remove trailing whitespace in querydsl-jpa-codegen
2015-05-09 00:56:32 -04:00
John Tims
61a9eba9b4
Optimize imports in querydsl-jpa-codegen
2015-05-08 23:36:25 -04:00
John Tims
46003b656a
Add copyright notices
2015-05-08 19:05:25 +03:00
Timo Westkämper
01e2a718cf
Update copyright
2015-05-08 19:05:24 +03:00
Timo Westkämper
91da605eab
Improve javadocs for querydsl-jpa and querydsl-jpa-codegen
2015-05-03 13:02:21 +03:00
Timo Westkämper
1a1845165c
Generics improvements
2015-03-26 19:22:23 +02:00
Timo Westkämper
3a882b72a9
Move packages from com.mysema.query to com.querydsl
2015-01-20 23:56:59 +02:00
Timo Westkämper
26d30f3c98
Replace junit.framework.Assert with org.junit.Assert
2014-12-14 13:10:51 +02:00
John Interrante
1f049a337e
Remove copyrights
2014-08-13 16:06:04 -04:00
John Interrante
75795eb3c9
Remove final modifiers
2014-08-13 15:53:36 -04:00
John Interrante
cd868abbbd
Add AntJPADomainExporter and its test files
...
Since querydsl-apt's apt-maven-plugin can't generate Querydsl query
types when the JPA metamodel is specified in a mapping file (orm.xml)
instead of using JPA annotations, add a custom Ant task which calls
JPADomainExporter to generate Querydsl query types from the JPA
metamodel in persistence.xml and orm.xml. Also add test files
(persistence.xml, orm.xml, Departments.java, and
AntJPADomainExporterTest.java) to make sure the Ant task works.
2014-08-12 19:25:51 -04:00
Timo Westkämper
968e5dc669
Use parameter normalization also for JPADomainExporter
2014-07-20 14:03:25 +03:00
Timo Westkämper
0d209cd683
Add type parameter normalization
2014-07-20 10:56:47 +03:00
Timo Westkämper
9cb1364b0e
Simplify compilation code
2014-07-19 22:48:24 +03:00
Timo Westkämper
158164ec18
Add compilation to tests
2014-07-19 22:45:02 +03:00
Timo Westkämper
718c143089
Add test for Hibernate model based codegen
2014-07-19 20:12:43 +03:00
Timo Westkämper
6e6980c637
Treat unknown types as simple types #665
2014-02-13 22:50:42 +02:00
Timo Westkämper
30b2c9476f
Add support for QuerType annotation #664
2014-02-13 22:44:35 +02:00
Timo Westkämper
5d5050611f
Improve property annotation handling
2014-02-13 21:41:44 +02:00
Timo Westkämper
4895225b69
Add try/catch for property type resolving #644
2014-02-04 21:20:01 +02:00
Timo Westkämper
b5303e7537
Fix map usage
2014-01-25 19:30:11 +02:00
Timo Westkämper
96962a6528
Fix generics usage
2013-12-15 21:22:56 +02:00
Timo Westkämper
06fb07c6a3
Remove redundant throws
2013-12-15 21:20:08 +02:00
Timo Westkämper
11f6dd1ea6
Use java classes instead of names #584
2013-12-05 21:59:12 +02:00
Timo Westkämper
f014e1d12a
Add JPADomainExporter #584
2013-12-05 21:47:00 +02:00
Timo Westkämper
831fa07de1
#403 Add date/time handling to HibernateDomainExporter
2013-05-10 16:36:14 +03:00
Timo Westkämper
b279073648
#404 Improve OneToMany Map handling
2013-04-29 18:04:14 +03:00
Timo Westkämper
70ab45e3ca
#402 Add compilation options
2013-04-24 21:31:44 +03:00
Timo Westkämper
49eae3f6ec
Format code
2013-03-19 13:17:12 +02:00
Timo Westkämper
95f49a9182
replace Arrays.asList usage with ImmutableList.of/copyOf
2012-12-10 22:22:59 +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
5d766ef2dd
#256 improved composite id handling
2012-10-26 21:57:46 +03:00
Timo Westkämper
cc5718341a
#257 improved generics handling for HibernateDomainExporter
2012-10-23 23:50:34 +03:00
Timo Westkämper
2fd82e71d1
#256 added test
2012-10-22 18:27:45 +03:00
Timo Westkämper
e89d3164d6
#240 improved type handling for custom types
2012-10-15 17:43:10 +03:00
Timo Westkämper
b5484e8a5f
#238 added enum test
2012-09-29 12:24:15 +03:00
Timo Westkämper
a5cffabbd9
#235 fixed supertype handling in HibernateDomainExporter
2012-09-27 00:27:40 +03:00
Timo Westkämper
7ad0fcc5af
further fixes
2012-09-25 23:14:26 +03:00