Hardy Ferentschik
|
4c968d7f7a
|
METAGEN-79 Adding skipGeneratedAnnotation flag. Deprecating addGeneratedAnnotation.
|
2013-11-11 20:08:11 +08:00 |
Hardy Ferentschik
|
4ac9cbfdb3
|
METAGEN-79 TestUtil#getFieldFromMetamodelFor() used now Class.getDeclaredField() to only access fields defined in the actual class
|
2013-11-11 20:08:11 +08:00 |
Hardy Ferentschik
|
2d245a3798
|
METAGEN-57 Adding support for embedded id to XmlMetaEntity and adding testcase
|
2013-11-11 20:08:11 +08:00 |
Hardy Ferentschik
|
807fa02bbf
|
METAGEN-57 import cleanup
|
2013-11-11 20:08:11 +08:00 |
Hardy Ferentschik
|
6249793c48
|
METAGEN-66 Updating testcase
|
2013-11-11 20:08:11 +08:00 |
Hardy Ferentschik
|
86ced8bbf4
|
METAGEN-66 Adding testcase
|
2013-11-11 20:08:11 +08:00 |
Hardy Ferentschik
|
66b04e8f66
|
METAGEN-67 making sure that mapped superclasses without Id annotation get a default access type
|
2013-11-11 20:08:11 +08:00 |
Hardy Ferentschik
|
6146563ee8
|
METAGEN-67 removing comment
|
2013-11-11 20:08:11 +08:00 |
Hardy Ferentschik
|
e8233364ea
|
METAGEN-67 removing obsolete method
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
434145e75d
|
METAGEN-52 Removing unused functions
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
bd37d376aa
|
METAGEN-52 Removing remaining compile time dependency for javax.persistence classes
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
214e357d13
|
METAGEN-67 Renaming tests to reflect actual problem
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
99f40d7e06
|
METAGEN-67 Removing direct access to JPA persistence
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
8d1a767b35
|
METAGEN-67 Updating testcase - mapped super class does now not contain an id
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
170d2c9bff
|
METAGEN-67 Formatting
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
eb4521b1e9
|
METAGEN-62 Package renaming
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
e67bd078f2
|
METAGEN-67 Adding testcase
|
2013-11-11 20:08:10 +08:00 |
Hardy Ferentschik
|
5c71acf923
|
METAGEN-62 Adding support for SortedMap and SortedSet
|
2013-11-11 20:08:09 +08:00 |
Hardy Ferentschik
|
f52e81f257
|
METAGEN-62 adding testcase
|
2013-11-11 20:08:09 +08:00 |
Hardy Ferentschik
|
9e9b7541b5
|
METAGEN-64 Making sure that non mapped classes in the hierarchy don't destroy the mapped class hierarchy
|
2013-11-11 20:08:09 +08:00 |
Hardy Ferentschik
|
1cfdb8a67d
|
METAGEN-50, METAGEN-63 Added processor option to add @SupressWarnings annotation
Updated documentation and made sure that documentation and implementation related to ormXml is in sync
|
2013-11-11 20:08:09 +08:00 |
Hardy Ferentschik
|
54411e47b6
|
METAGEN-50, METAGEN-63 Added processor option to add @SupressWarnings annotation
Updated documentation and made sure that documentation and implementation related to ormXml is in sync
|
2013-11-11 20:08:09 +08:00 |
Hardy Ferentschik
|
105748e7dd
|
METAGEN-65 Updating the configuration of the maven annotation processor plugin
|
2013-11-11 20:08:09 +08:00 |
Hardy Ferentschik
|
0f1cc39d9c
|
METAGEN-78 Replacing @SupportedSourceVersion(RELEASE_6) with 'public SourceVersion getSupportedSourceVersion()'
|
2013-11-11 20:08:09 +08:00 |
Hardy Ferentschik
|
f88284036f
|
METAGEN-55 Formatting
|
2013-11-11 20:08:09 +08:00 |
Hardy Ferentschik
|
05c4251b78
|
METAGEN-55 Adding license header
|
2013-11-11 20:08:08 +08:00 |
Hardy Ferentschik
|
e0e6fb0970
|
METAGEN-54 Cleaning up the code and making use of StringUtil.getPropertyName instead of adding a new helper method in XmlMetaEntity
|
2013-11-11 20:08:08 +08:00 |
Hardy Ferentschik
|
5bdd8c3311
|
METAGEN-54 Renamed test and fixed typo in test method
|
2013-11-11 20:08:08 +08:00 |
Hardy Ferentschik
|
cb900355a7
|
METAGEN-54 Added license headers
|
2013-11-11 20:08:08 +08:00 |
Martijn Blankestijn
|
29b18cb62c
|
METAGEN-54 Extra check on return type from a method
|
2013-11-11 20:08:08 +08:00 |
Martijn Blankestijn
|
643f58ef0f
|
METAGEN-54 XML-only field access type Set attribute not generated
|
2013-11-11 20:08:08 +08:00 |
Hardy Ferentschik
|
32c02d2523
|
METAGEN-48 Updating the assembly configuration
Now the metamodelgen jar gets included. We are also making sure that .git
is not included or IDE config files
|
2013-11-11 20:08:08 +08:00 |
Hardy Ferentschik
|
b73a5fd2ad
|
METAGEN-49 Making sure that elements don't get removed from the collection while iterating over it
|
2013-11-11 20:08:08 +08:00 |
Hardy Ferentschik
|
8b2c7b4909
|
METAGEN-49 changing current version
|
2013-11-11 20:08:07 +08:00 |
Emmanuel Bernard
|
ef927a664c
|
METAGEN-47 Improve documentation on IntelliJ's configuration
Reuse the same generated dir beteen IntelliJ and Maven
Add the necessary modules for generation
|
2013-11-11 20:08:07 +08:00 |
Hardy Ferentschik
|
cfc18b6cf8
|
METAGEN-45 Removed the second compilation. It should not be needed.
|
2013-11-11 20:08:07 +08:00 |
Hardy Ferentschik
|
b3a2c67317
|
METAGEN-42 Updated persistence_2_0.xsd
|
2013-11-11 20:08:07 +08:00 |
Hardy Ferentschik
|
cfba25db99
|
METAGEN-41 Updated readme and pom
|
2013-11-11 20:08:07 +08:00 |
Hardy Ferentschik
|
4cc9058b0e
|
METAGEN-41 Removed all svn keyword substitution releated tags $
|
2013-11-11 20:08:07 +08:00 |
Hardy Ferentschik
|
5f9e26746f
|
METAGEN-40 Taking care of entities in default package
|
2013-11-11 20:08:07 +08:00 |
Hardy Ferentschik
|
3e0ecf66c0
|
METAGEN-28 Unrelated coding style fixes
|
2013-11-11 20:08:07 +08:00 |
Hardy Ferentschik
|
31a5497650
|
METAGEN-28 Added check for @Type to isBasicAttribute(). Made sure @Type is not directly referenced. Added test.
|
2013-11-11 20:08:06 +08:00 |
Hardy Ferentschik
|
1720d85543
|
METAGEN-37 fixed TypeUtils.extractClosestRealTypeAsString and added test
|
2013-11-11 20:08:06 +08:00 |
Hardy Ferentschik
|
9dcc29c6ef
|
METAGEN-35 Actual code changes and tests for the issue.
|
2013-11-11 20:08:06 +08:00 |
Hardy Ferentschik
|
d01ae40533
|
METAGEN-36
|
2013-11-11 20:08:06 +08:00 |
Hardy Ferentschik
|
ba43b863f5
|
METAGEN-32 Updated documentation
|
2013-11-11 20:08:06 +08:00 |
Hardy Ferentschik
|
e83b0ca9b2
|
METAGEN-33 Added 'addGeneratedAnnotation' option
|
2013-11-11 20:08:06 +08:00 |
Hardy Ferentschik
|
000d5533f4
|
METAGEN-7 Assuming now that 'xml-mapping-metadata-complete' is specified for a pure xml configuration. This way I can be more specific in @SupportedAnnotationTypes
|
2013-11-11 20:08:06 +08:00 |
Hardy Ferentschik
|
489c46b4be
|
METAGEN-30
|
2013-11-11 20:08:06 +08:00 |
Hardy Ferentschik
|
6098243f7a
|
METAGEN-38 Added support for Blob and a corresponding test.
|
2013-11-11 20:08:06 +08:00 |