Commit Graph

31 Commits

Author SHA1 Message Date
Timo Westkämper
53a8eba1a2 #92 added option to add schema suffix to packages 2012-02-05 12:23:15 +02:00
Timo Westkämper
d6c8e8c694 #89 fixed naming strategy behaviour for spaces in column names 2012-01-27 17:33:41 +02:00
Timo Westkämper
48efaba72a #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
Timo Westkämper
75ad932a1e #55 : added ExtendedNamingStrategy 2011-11-26 14:11:50 +02:00
Timo Westkämper
142a3f837c #53 : updated SQL, JPA and JDO modules 2011-11-26 01:12:01 +02:00
Timo Westkämper
28823a6632 reformatted code 2011-10-13 20:49:43 +03:00
Timo Westkämper
4f7f0bdcee removed support for extension methods
#724941 : added support for custom types
2011-03-03 21:08:03 +00:00
Timo Westkämper
9b4681fb88 #725547 : added basic schema serialization support 2011-02-26 13:21:11 +00:00
Timo Westkämper
6a9bf85b10 #704638 : added support for nameSuffix 2011-02-12 15:52:59 +00:00
Timo Westkämper
93769f17a1 #674917 : improved pk and fk field handling 2010-11-19 21:20:40 +00:00
Timo Westkämper
f636ebbd97 #674917 : made primary keys and foreign keys class and variable customizable 2010-11-19 19:25:25 +00:00
Timo Westkämper
14fcbef530 improvements to DefaultNamingStrategy 2010-11-10 16:36:01 +00:00
Timo Westkämper
fdc1112999 added tests 2010-11-10 16:16:54 +00:00
Timo Westkämper
9e1c054d99 improved foreign key naming 2010-09-03 09:59:56 +00:00
Timo Westkämper
17338f3906 #627376 : improved camel-case handling 2010-08-31 12:25:02 +00:00
Timo Westkämper
0bfff69ccf #604727 : improved Bean generation 2010-07-19 18:43:24 +00:00
Timo Westkämper
76c4a80a6f formatted DefaultNamingStrategy 2010-07-07 02:54:11 +00:00
Timo Westkämper
7dc612ded8 #600773 : fixed foreign key generation 2010-07-01 21:08:10 +00:00
Timo Westkämper
8e86a2b594 #600365 : added support for inverse foreign key serialization 2010-07-01 17:54:51 +00:00
Timo Westkämper
212b3eceb4 cleaned code 2010-06-21 16:07:45 +00:00
Timo Westkämper
ecbff199ab replaced tabs with spaces 2010-06-21 15:24:55 +00:00
Timo Westkämper
f9fa64c8ac #593533 : added codegen for PrimaryKey and ForeignKey data 2010-06-20 17:56:24 +00:00
Timo Westkämper
a90e15deed #586041 : added dialect specific keyword handling to default variable creation
#542913 : worked on EclipseLink support
2010-05-27 20:36:00 +00:00
Timo Westkämper
3e019bde65 reverted old NamingStategy signature 2010-05-13 16:09:26 +00:00
Timo Westkämper
5b5dda3f9f #579950 : fixed Java keyword handling 2010-05-13 13:24:35 +00:00
Timo Westkämper
729aa7bb36 changed getTableName to normalizeTableName
changed getColumnName to normalizeColumnName
2010-03-29 12:24:30 +00:00
Vesa Martilla
17d218d230 Applied patch sent by McKinley1411 regarding bug #550615 SQL MetaDataExporter and NamingStrategy Request. Classes affected are DefaultNamingStrategy, MetaDataExporter, NamingStrategy and OriginalNamingStrategy. The patch gives users more control regarding the use of quoted identifiers. 2010-03-29 12:12:27 +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
d53fa7d652 removed unused imports
replaced toLowerCase() and toUpperCase() with Locale specific variants
2010-03-11 12:22:59 +00:00
Timo Westkämper
11bd30dd98 extended NamingStrategy to support default variable naming and content
updated SQLServerTemplates and tests
2010-03-10 21:30:05 +00:00
Timo Westkämper
a0041fb545 externaling table->class and column->property conversion into NamingStrategy
improved MetaDataExporterTest
2010-03-09 12:58:57 +00:00