Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-02This commit was manufactured by cvs2svn to create tag 'v201108020000'.v201108020000nhauge1897-286568/+0
2011-08-02added @Override for buildASTRoot()kmoore1-0/+1
2011-08-02195832- Add option to refresh DB metadata prior to entity generationtle7-1/+37
2011-08-02bug 353495 - NPE in JDTPackage constructor for default packages - fix from Dm...kmoore2-12/+41
2011-08-02changing the rest of the Iterator API to Iterablekmoore176-1677/+1449
2011-08-02[353555] Inconsistent diagram namesdimov5-7/+15
2011-08-01removed XmlMixed mappingpfullbright5-135/+0
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore1071-33383/+24853
2011-08-01No need to check isMapped() for a superclass, references are automatically ma...kmoore3-4/+4
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge3-15/+20
2011-07-25341971 - Generate Custom Entities dialog not using a background process to re...tle3-87/+178
2011-07-25342999 - Binding file selection not consistent with Schema file selectiontle1-172/+222
2011-07-25updated eclipselink-orm schema for tenant-discriminator-column mistake - bug ...kmoore13-196/+192
2011-07-22351423 - XML Schema from Java-Class is tried to be exported to a wrong (not e...tle2-16/+24
2011-07-21added api, fixed attribute mapping defaultspfullbright19-88/+333
2011-07-15[348667] Delete diagram editor, then Save, receive errorssdimov13-106/+245
2011-07-14Fix for bug#351196pfilion1-1/+2
2011-07-13refactored JaxbPersistentAttribute to delegate to an Accessor instead of usin...kmoore14-224/+195
2011-07-13refactor specifiedAccess to simplify and remove extra PersistentType implemen...kmoore1-1/+0
2011-07-13refactor specifiedAccess to simplify and remove extra PersistentType implemen...kmoore6-165/+42
2011-07-12refactor specifiedAccess to simplify and remove extra PerstistentAttribute im...kmoore17-377/+71
2011-07-12[348773] Refactored validation for duplicate entity names. Patch from Nan.nhauge6-193/+113
2011-07-11245431 - Add cache default property to persistence.xml. Patch from Les.nhauge6-7/+531
2011-07-08removed schema validation for attribute/elementFormDefault. seems not to mat...pfullbright1-23/+21
2011-07-08[346005] fix EclipseLink converters (make consistent with generators/queries)bvosburgh1-3/+0
2011-07-08singleton toString()sbvosburgh17-238/+694
2011-07-08tweak commentsbvosburgh14-48/+51
2011-07-08rework text rangesbvosburgh16-203/+180
2011-07-08minor tweaksbvosburgh7-61/+71
2011-07-08add VersionComparatorbvosburgh3-1/+453
2011-07-08add InterruptibleCommand/Executorbvosburgh5-31/+303
2011-07-08add "lateral" iterators and iterablesbvosburgh12-107/+308
2011-07-08[346005] fix EclipseLink converters (make consistent with generators/queries)bvosburgh37-611/+1074
2011-07-08[339432] fix validation of virtual overridesbvosburgh340-3387/+6011
2011-07-07349071 - [EclipseLink] eclipselink 2.3 schemas not up to date - fixed a few m...kmoore23-186/+2361
2011-07-07fixed NPE in eclipselink testskmoore1-2/+2
2011-07-05[349218] move Customizer validation to appropriate text range. Patch from Nan.nhauge1-4/+4
2011-07-05[349330] Prevent duplicate query and generator errors when name is an empty s...nhauge1-18/+22
2011-07-05[339562] Apply warning for multiple PU metadata to the appropriate locations.nhauge1-13/+18
2011-06-30added schema component ref impl for @XmlSchemaTypepfullbright7-256/+196
2011-06-30tweaked validation messagepfullbright1-1/+1
2011-06-30added missing updates for schemaType and javaTypeAdapterskmoore1-0/+10
2011-06-29added schema component ref impl to xml root element and xml typepfullbright24-697/+459
2011-06-29added schema component ref annotation and context model supportpfullbright69-1106/+1435
2011-06-29made type signature more specificpfullbright1-2/+1
2011-06-29changed to undeprecated apipfullbright1-2/+2
2011-06-293.1 - 344645 - IllegalStateException when clicking Daily expiry radio button ...kmoore1-1/+1
2011-06-29349071- updating eclipselink orm and oxm 2.3 schemas. updating orm 2.3 ecore ...kmoore19-494/+682
2011-06-28changed CombinationIDAA constructor to take DeclarationAnnotationAdapter inte...kmoore3-9/+9
2011-06-283.1 - 311945 - removed unused unset*DerivedIdentity() API methodskmoore5-49/+0

Back to the top