Commit Graph

177 Commits

Author SHA1 Message Date
Jan-Willem Gmelig Meyling
d1d3f9dfe5 Subtree merge Mysema Codegen module 2020-12-28 13:38:41 +01:00
Jan-Willem Gmelig Meyling
8137244a2a Optimized some Path usage 2020-12-25 18:08:56 +01:00
Jan-Willem Gmelig Meyling
7f9849e86d Removed Guava Collection occurrences 2020-12-23 23:38:21 +01:00
Jan-Willem Gmelig Meyling
73e8305049 Eliminate more Guava API's 2020-11-15 20:46:10 +01:00
Jan-Willem Gmelig Meyling
c27cce644e Got rid of Guava Files 2020-11-02 16:11:34 +01:00
Jan-Willem Gmelig Meyling
33ea95a912 Replace Guava Iterables 2020-11-01 00:01:30 +01:00
Jan-Willem Gmelig Meyling
36f1299abc Replace Guava API's with Java 8 ones 2020-10-31 23:35:47 +01:00
Jan-Willem Gmelig Meyling
9f859baccc Java 6/7/8 performance upgrades and migrations 2020-10-26 22:59:40 +01:00
Kartoffelsup
1fe23e506e Allow setting a catalogPattern in MetaDataExporter
In order to extract data from multiple MySQL/MariaDB databases
which do not support schemas.

ref: https://jira.mariadb.org/browse/CONJ-16?focusedCommentId=29425&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-29425

Signed-off-by: Kartoffelsup <kartoffelsup@users.noreply.github.com>
2020-05-30 17:33:28 +02:00
John Tims
64f4ecd1bf Add tests for validation annotations 2020-05-29 16:19:22 -06:00
Jose
bf2190978f Don't add @NotNull on columns with default value
If a column on the DB has a default value it shouldn't add a @NotNull annotation on the exported Bean.
2020-05-29 12:46:10 -06:00
John Tims
47b488f1e8 Run tests against sqlserver 2020-05-27 15:27:51 -06:00
Balazs Zsoldos
39dac82a58 #2582 Keys are sorted in generated metadata classes 2020-05-11 22:43:20 +02:00
Timo Westkämper
a2106dc384
Merge pull request #2054 from danielbalog/2052
2052: Fixed problem with custom types in ant metadata exporter
2018-01-12 20:29:05 +02:00
Daniel Balog
a63b68e2d0 Added back getter/setters for backwards compatibility reasons 2016-11-18 18:47:28 +01:00
Daniel Balog
6efae5fb11 Created explicit custom type to fully support nested queries 2016-11-18 18:18:35 +01:00
Daniel Balog
fd6799f0f3 2052: Fixed problem with AntMetaDataExporter not being able to add custom types using build.xml file, or a gradle ant task 2016-11-18 16:55:15 +01:00
bmleite
dbaaf0a80d Enable AntMetaDataExporter "namingStrategyClass" and "beanSerializerClass" properties 2016-10-25 18:38:04 +01:00
Timo Westkämper
d0bae8af2f Merge pull request #1994 from querydsl/p1990
p1990: Generate constructor with variable and schema parameters
2016-08-16 20:26:22 +03:00
Ruben Dijkstra
b27625e223 Add tests for the new constructor 2016-08-12 21:18:46 +02:00
Ruben Dijkstra
8fe6e30ac9 Polish codegen usage 2016-08-12 21:16:16 +02:00
Timo Westkämper
9932b27187 Merge pull request #1987 from querydsl/i1980
Add test
2016-08-07 21:58:39 +03:00
Filipe Sousa
717ba28fff Generate constructor with variable and schema parameters.
This is for the case where each customer has its own database with the same strucure using a single connection.

Fixes #1877
2016-08-06 16:25:30 +01:00
Timo Westkämper
5789c7419b Add test 2016-08-06 10:49:59 +03:00
Balazs Zsoldos
a9d41a2132 #1955 Fix ignoring foreign keys in MetadataExporter 2016-07-06 21:47:45 +02:00
Timo Westkämper
203930a578 Merge pull request #1797 from querydsl/i1796
Fix custom type serialization
2016-05-15 23:07:13 +03:00
Timo Westkämper
eecad80a81 Merge pull request #1858 from querydsl/i1857
Add export*ForeignKeys properties
2016-05-15 22:54:04 +03:00
Timo Westkämper
a8ccf820e3 Add test 2016-05-15 21:18:20 +03:00
Timo Westkämper
1ed4fde116 Fix custom type serialization 2016-05-15 19:59:35 +03:00
Timo Westkämper
1493cc444a Add export*ForeignKeys properties 2016-05-15 19:11:13 +03:00
Tom Forster
ed1e758bf9 Added note on requirement of columnAnnotation for ExtendedBeanSerializer 2016-05-12 21:02:17 +01:00
Timo Westkämper
9d3b356dc3 Add more null guards for jdbcType 2016-03-05 23:02:27 +02:00
Timo Westkämper
4757563d8b Guard against overwriting 2016-02-29 21:37:04 +02:00
Timo Westkämper
a8bff5e0cd Use TemporaryFolder rule 2016-02-16 18:33:02 +02:00
Timo Westkämper
2fcb947ed5 Add support for multiple schemas 2016-02-15 20:18:08 +02:00
Ruben Dijkstra
fae85e7b6e Deprecate JavaSyntaxUtils in favor of SourceVersion 2016-01-26 22:48:08 +01:00
Kirill Vlasov
88a65128f3 Fixing squid:S2178 - Short-circuit logic should be used in boolean contexts 2015-12-31 16:33:40 +05:00
Timo Westkämper
2c195ffa62 Get rid of capitalized test method names 2015-11-30 20:05:56 +02:00
Ruben Dijkstra
6bdad00767 Merge pull request #1586 from attila-kiss-it/i797
Fine grained configuration possibility for Metadata Exporter
2015-10-28 20:58:15 +01:00
Timo Westkämper
50e4cd16c1 Use add* methods 2015-10-21 20:44:33 +03:00
attila.kiss
a5bd399cb5 SchemaAndTable provided as argument 2015-10-14 07:29:17 +02:00
attila.kiss
57b575bde2 Merge remote-tracking branch 'source/master' into i797 2015-10-14 07:06:37 +02:00
Timo Westkämper
2dfdae00d1 Make mapping configuration available in ant exporter 2015-10-09 21:59:44 +03:00
John Tims
457539b2e6 Create test databases in target directory 2015-10-03 19:31:21 -04:00
attila.kiss
7fd0200537 AbstractNamingStrategy.getPackage() delegates to appendSchema() 2015-09-30 10:19:08 +02:00
attila.kiss
c094586814 missing javadocs added to the new methods of NamingStrategy 2015-09-30 08:47:52 +02:00
Timo Westkämper
bbac4f4b18 Reduce cases 2015-09-29 20:54:39 -04:00
Timo Westkämper
81873f9898 Run MetaDataExporterTest case in parallel 2015-09-29 20:54:39 -04:00
Attila Kiss
214e4558c0 Merge branch 'master' into i797 2015-09-28 16:57:10 +02:00
attila.kiss
23d88a1bd7 Merge remote-tracking branch 'source/master' into i797 2015-09-28 16:56:23 +02:00