Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-17refactoring to allow JavaJoinColumn to be used for MapKeyJoinColumnskmoore12-63/+57
2011-08-16added getJavaResourceType() API to TypeMappingkmoore3-6/+10
2011-08-16created a common interface XmlBaseJoinColumn for join columns and pk join col...kmoore9-208/+560
2011-08-16fixed CCE with virtual java association override validationkmoore1-3/+3
2011-08-15added java completion proposals for mapKeyConverterkmoore2-1/+8
2011-08-15added support for arrays and genericspfullbright1-0/+8
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore58-660/+2122
2011-08-12Bug 354669 - invalid map key class validation in orm.xml element collectionkmoore1-1/+1
2011-08-08added resource model for multi-tenancy supportkmoore8-524/+771
2011-08-04fix issue with UI not updating when a list element is removed from sourcekmoore1-0/+5
2011-08-04Bug 353575 - some supported annotations removed when changing attribute/type ...kmoore15-14/+470
2011-08-02bug 353495 - NPE in JDTPackage constructor for default packages - fix from Dm...kmoore1-6/+20
2011-08-02changing the rest of the Iterator API to Iterablekmoore110-1015/+818
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore586-18302/+7298
2011-07-13refactor specifiedAccess to simplify and remove extra PersistentType implemen...kmoore3-55/+40
2011-07-12refactor specifiedAccess to simplify and remove extra PerstistentAttribute im...kmoore8-216/+64
2011-07-12[348773] Refactored validation for duplicate entity names. Patch from Nan.nhauge6-193/+113
2011-07-08singleton toString()sbvosburgh1-1/+1
2011-07-08tweak commentsbvosburgh13-46/+49
2011-07-08rework text rangesbvosburgh3-56/+48
2011-07-08minor tweaksbvosburgh5-59/+69
2011-07-08[346005] fix EclipseLink converters (make consistent with generators/queries)bvosburgh4-3/+38
2011-07-08[339432] fix validation of virtual overridesbvosburgh312-3066/+5779
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-29349071- updating eclipselink orm and oxm 2.3 schemas. updating orm 2.3 ecore ...kmoore4-475/+543
2011-06-283.1 - 311945 - removed unused unset*DerivedIdentity() API methodskmoore5-49/+0
2011-06-24349337 - [API] CCE generating metamodel classeskmoore3-8/+7
2011-06-24347814 - NPE: Change a mapping to many-to-one or one-to-one mapping - added n...kmoore1-7/+12
2011-06-24347219 - NullPointerException: Change a mapping to element collection mappingkmoore1-1/+1
2011-06-24339560 - Invalid package does not trigger validation of mapped classeskmoore1-1/+8
2011-05-25[347209] fix orm.xml version compare hack to handle eclipselink-orm.xml versionsbvosburgh1-2/+8
2011-05-25bug 346535 - fixed isVirtual calc and removed converter construction for virt...pfullbright1-6/+4
2011-05-17[341415] fix orm.xml 1.0 inside JPA 2.0 projectbvosburgh13-41/+122
2011-05-12[336296] fix validation of virtual attribute mappings 2 - fix messagesbvosburgh88-1414/+1733
2011-05-04bug 312444 (for Nan) - fixed JPA problems severities so they revert to actual...pfullbright1-2/+2
2011-04-28remove extraneous importbvosburgh2-5/+2
2011-04-28minor tweaksbvosburgh2-9/+15
2011-04-28fix commentbvosburgh1-1/+4
2011-04-28[336296] fix validation of virtual attribute mappingsbvosburgh134-911/+1095
2011-04-27339243 - fix stack overflow in IdClass ref. Patch from Nan.nhauge7-5/+93
2011-04-26339603 - Fix NPE with override validation. Patch from Nan.nhauge1-1/+33
2011-04-26335741 - Update validation prefs for 3.0.nhauge1-177/+198
2011-04-21[339298] Fix ElementCollection Map attribute overrides. Patch from Nan.nhauge2-13/+6
2011-04-21[313174] Don't mark table invalid if table definition is simply redeclaring t...nhauge2-9/+21
2011-04-12[337930] - Content assist and validation for JPQL Named Queries. Includes as...nhauge36-55/+3831
2011-04-04refactor mapping definitions to use delegation rather than inheritancebvosburgh30-684/+623
2011-04-01clarify comments in buildJoinColumnDefaultName(...)bvosburgh1-9/+18
2011-03-30[340175] Re-institute support for custom variables for the JPA facet. These ...nhauge4-3/+51
2011-03-03fix the implementation of getName(), this needs to be the fully qualified nam...kmoore1-0/+3

Back to the top