Aaron Digulla
|
16c5442f0c
|
Allow to suppress the generation of the "hiding" option for @SuppressWarnings to get rid of the warning about unused options in @SuppressWarnings...
|
2012-06-22 16:37:49 +02:00 |
|
Aaron Digulla
|
40e941080f
|
Move getting of unique keys into a new method to allow better reuse of the code
|
2012-06-18 09:43:55 +02:00 |
|
Aaron Digulla
|
a764e59103
|
Allow extended classes to access the strategy
|
2012-06-18 09:42:35 +02:00 |
|
Aaron Digulla
|
f0c63e6253
|
Split huge generate(schema) method in several smaller ones.
Improved exception handling.
Made the code reusable in custom code generators.
|
2012-06-07 17:59:15 +02:00 |
|
Aaron Digulla
|
7fda9a03ee
|
There is no point hiding this method from custom code generators.
|
2012-06-07 17:58:10 +02:00 |
|
Aaron Digulla
|
9f7e7e7fa9
|
Use the new exception
|
2012-06-07 17:57:50 +02:00 |
|
Aaron Digulla
|
75084e61f9
|
New exception to get rid of most try-catch blocks in the code generator
|
2012-06-07 17:57:21 +02:00 |
|
Aaron Digulla
|
fe9c1fe668
|
Made StopWatch a field, so we don't have to pass it around all the time.
|
2012-06-07 16:42:54 +02:00 |
|
Lukas Eder
|
b168ff70ef
|
[#1459] Generated Keys.java static class too large (static initialiser
can become bigger than 64kb)
|
2012-06-03 13:38:29 +02:00 |
|
Lukas Eder
|
bd72bc41af
|
[#1473] Add IdentityDefinition to jooq-meta
|
2012-06-02 13:25:49 +02:00 |
|
Lukas Eder
|
2d166011d7
|
Removed unused method
|
2012-06-01 17:48:47 +02:00 |
|
Lukas Eder
|
947d2c6421
|
[#1463] Add option to let generated Record / POJO objects implement a
common generated interface
|
2012-06-01 17:47:46 +02:00 |
|
Lukas Eder
|
0e5225302e
|
[#1456] Custom generator strategy's printImplements() is called with
Mode == RECORD for tables
|
2012-06-01 17:26:58 +02:00 |
|
Lukas Eder
|
f109e734a0
|
[#1358] Compilation errors in generated source code when Oracle
overloaded procedures collide with procedures that end with numbers
|
2012-06-01 15:40:51 +02:00 |
|
Lukas Eder
|
2150f95d2c
|
[#1454] Add line breaks to generated Javadoc where appropriate
|
2012-05-25 14:56:49 +02:00 |
|
Lukas Eder
|
2dc7d8856d
|
[#1449] Generate some meaningful Javadoc into the generated
[schema-name]Factory classes
|
2012-05-25 14:34:11 +02:00 |
|
Lukas Eder
|
36d8a90508
|
Reverted recent developments around XML/CSV export of
INFORMATION_SCHEMA. Such a solution is not maintainable
|
2012-05-23 22:04:28 +02:00 |
|
Lukas Eder
|
2d2e665e80
|
[#1439] Add CSVGenerator to export TABLES.csv, COLUMNS.csv,
ROUTINES.csv, etc.
|
2012-05-22 22:09:36 +02:00 |
|
Lukas Eder
|
d905d6b9e0
|
[#875] Add XMLGenerator to export an INFORMATION_SCHEMA.xml
[#1434] Add UniqueKeyDefinition.isPrimaryKey() for completeness
[-] Removed
CONSTRAINT_COLUMN_USAGE from HSQLDB generated
INFORMATION_SCHEMA classes
|
2012-05-20 21:31:01 +02:00 |
|
Lukas Eder
|
b074cea5e8
|
[#1280] Generate DAO classes and interfaces for POJOs - some fixes
[#1428] Add DataType.convert(Object...) and
DataType.convert(Collection<?>) for convenience
|
2012-05-19 11:58:39 +02:00 |
|
Lukas Eder
|
aade4d7026
|
[#1280] Generate DAO classes and interfaces for POJOs
[#1427] Add Factory.batchStore(Collection<? extends UpdatableRecord<?>>)
for convenience
|
2012-05-18 18:37:18 +02:00 |
|
Lukas Eder
|
7d7aa5049d
|
[#1406] Compilation errors in generated source code when Postgres stored
procedure parameter is called "NAME"
|
2012-05-10 18:54:22 +02:00 |
|
Lukas Eder
|
74205afc53
|
[#1407] Compilation errors in generated source code when Postgres
data-type is "any" (with quotes!)
|
2012-05-10 18:46:20 +02:00 |
|
Lukas Eder
|
130e6b1024
|
[#1394] NullPointerException when omitting <generate/> element in code
generation configuration
|
2012-05-04 11:46:16 +02:00 |
|
Lukas Eder
|
db2b2ac946
|
[#1376] Oracle UDTs in REF CURSORs are not deserialised correctly from
procedure OUT parameters
[#1377] Oracle UDTs are not deserialised correctly when the same UDT
name is present in multiple schemata
|
2012-04-29 11:26:57 +02:00 |
|
Lukas Eder
|
7e0dd5803d
|
Fixed potential issue with default value for generation directory
|
2012-04-25 20:07:46 +02:00 |
|
Lukas Eder
|
5737e16275
|
[#1315] Let generated factories use their associated Schema as the Settings' RenderMapping's defaultSchema
|
2012-04-14 15:27:06 +00:00 |
|
Lukas Eder
|
d99b20b89c
|
[#1279] NullPointerException when leaving <inputSchema/> empty
[#1312] Allow for omitting <inputSchema/>, and generate all available schemata in that case
|
2012-04-14 13:47:05 +00:00 |
|
Lukas Eder
|
fcf396140e
|
[#1304] Add option to generate JSR-303 @NotNull and @Size annotations to generated POJO's
|
2012-04-13 09:32:40 +00:00 |
|
Lukas Eder
|
d756423efa
|
[#1298] Avoid source code generation errors when generating code for unknown, dialect-specific data types
|
2012-04-10 17:55:17 +00:00 |
|
Lukas Eder
|
874adda9cd
|
[#1255] Let generated Tables contain a protected default constructor, to be able to extend classes - Github issue #12
|
2012-04-08 13:14:24 +00:00 |
|
Lukas Eder
|
948d015c43
|
[#1270] Most databases allow for multiple identical foreign keys. This leads to compilation errors in generated source code
|
2012-04-06 09:03:54 +00:00 |
|
Lukas Eder
|
5c6a588eec
|
[#1183] Add support for DEFAULT values in Oracle stored procedure parameters
[#1252] Avoid JDBC escape syntax for stored procedure calls, where this is possible
|
2012-03-23 11:53:55 +00:00 |
|
Lukas Eder
|
7441caa7da
|
[#1243] Let generated POJOs (and Records) extend base classes
|
2012-03-21 20:59:08 +00:00 |
|
Lukas Eder
|
9bc49f23c6
|
[#1244] Cannot override class name in GeneratorStrategy in Mode.POJO
|
2012-03-20 18:26:43 +00:00 |
|
Lukas Eder
|
651d07ef19
|
Release 2.1.0 - Added some logging
|
2012-03-18 13:41:11 +00:00 |
|
Lukas Eder
|
993b79d8f6
|
[#1233] Support custom JDBC properties for jooq-codegen-maven plugin
|
2012-03-16 10:27:39 +00:00 |
|
Lukas Eder
|
15e8873b07
|
[#349] Add SQLite relations support
[#1234] Add Database.getTable(SchemaDefinition, String, boolean) to fetch tables case-insensitively
|
2012-03-16 10:25:59 +00:00 |
|
Lukas Eder
|
38c865e191
|
[#1209] Render @javax.persistence.Column(length, precision, scale) properties, if available
[#1224] Add DataTypeDefinition.getLength() to jooq-meta's type system
|
2012-03-11 12:31:07 +00:00 |
|
Lukas Eder
|
affc61d698
|
[#1013] Add integration tests for various use-cases involving custom enum types
|
2012-03-10 16:34:56 +00:00 |
|
Lukas Eder
|
54633e826d
|
[#1218] Add code generation options to generate <customTypes/> referencing a Java type and a Converter - First implementation draft
|
2012-03-04 19:07:19 +00:00 |
|
Lukas Eder
|
8663000e96
|
[#1211] Enforce method name disambiguation also when using custom strategies (regression of #182)
[#1212] Enforce identifier disambiguation also when using custom strategies (regression)
|
2012-03-03 20:28:22 +00:00 |
|
Lukas Eder
|
890cd6e89e
|
[#1194] Add ColumnDefinition.isNullable()
[#1208] Render @javax.persistence.Column(nullable = false) property, if available
|
2012-03-03 19:31:41 +00:00 |
|
Lukas Eder
|
64fd48639c
|
[#1150] Add code generation option to disable generation of records
|
2012-03-02 17:22:53 +00:00 |
|
Lukas Eder
|
d26df720d0
|
[#625] Remove dependency from generated Routines to the generator's SQLDialect
|
2012-03-02 14:47:23 +00:00 |
|
Lukas Eder
|
428108b426
|
Updated copyright date from 2009-2011 to 2009-2012
|
2012-02-27 18:40:53 +00:00 |
|
Lukas Eder
|
5951e92b69
|
[#408] Add class prefixes, suffixes and other options to the code generator - Fixed issue introduced with various GeneratorStrategy refactorings
|
2012-02-26 12:27:07 +00:00 |
|
Lukas Eder
|
d5d7991976
|
[#1179] Oracle-generated ArrayRecords need a reference to org.jooq.Schema to read TABLE of OBJECT from stored procedures
|
2012-02-24 17:11:44 +00:00 |
|
Lukas Eder
|
c782d24981
|
[#408] Add class prefixes, suffixes and other options to the code generator - added a prefix example
|
2012-02-19 15:46:08 +00:00 |
|
Lukas Eder
|
d59f78d4d4
|
[#1166] Some generated Javadoc uses naming strategy or plain output name, instead of qualified output name
[#1168] Oracle packages are generated as static, instead of static final
|
2012-02-19 11:16:28 +00:00 |
|