Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2011-08-08added resource model for multi-tenancy supportkmoore47-667/+3225
2011-08-05Update feature version numbers for 3.1 M1.nhauge6-16/+28
2011-08-05Update plugin version numbers for 3.1 M1.nhauge9-9/+9
2011-08-05removed a few more ListIterators from UI codekmoore5-29/+23
2011-08-04Bug 353883 - [EclipseLink] Add 1-m, m-m, 1-1, element-collection, m-1 to xml ...kmoore5-5/+7
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 ...kmoore42-81/+4078
2011-08-03bug 353146 - Make Persistent Wizard: Cannot select mapping file from the fold...kmoore3-30/+16
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...kmoore1-6/+20
2011-08-02changing the rest of the Iterator API to Iterablekmoore173-1667/+1444
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore996-33778/+22259
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge1-1/+4
2011-07-25341971 - Generate Custom Entities dialog not using a background process to re...tle3-87/+178
2011-07-25updated eclipselink-orm schema for tenant-discriminator-column mistake - bug ...kmoore12-182/+182
2011-07-14Fix for bug#351196pfilion1-1/+2
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-08[346005] fix EclipseLink converters (make consistent with generators/queries)bvosburgh1-3/+0
2011-07-08singleton toString()sbvosburgh1-1/+1
2011-07-08tweak commentsbvosburgh14-48/+51
2011-07-08rework text rangesbvosburgh3-56/+48
2011-07-08minor tweaksbvosburgh7-61/+71
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-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-283.1 - 311945 - removed unused unset*DerivedIdentity() API methodskmoore5-49/+0
2011-06-24349071 - [EclipseLink] eclipselink 2.3 schemas not up to dateR3_0_0_maintenancekmoore51-188/+7444
2011-06-24349337 - [API] CCE generating metamodel classeskmoore3-8/+7
2011-06-24348143 - NullPointerException: Add entity to XML - set the synchronizers to s...kmoore1-54/+116
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-24345293 - Add JPA entity - Create new mapping file (orm.xml) cannot continuekmoore2-29/+22
2011-06-24339560 - Invalid package does not trigger validation of mapped classeskmoore1-1/+8
2011-06-23[349722] Fix NPE after deleting Generator from Generator Name combo. Patch f...nhauge1-1/+1
2011-06-23[346997] - Fix customization of entity superclass and interfaces. Patch from...nhauge1-6/+20
2011-06-09Reverted fix for 348790 - Need to fix build scripts, so we do not sign javax....tle1-0/+5
2011-06-09348790 - Need to fix build scripts, so we do not sign javax.persistencetle1-5/+0
2011-05-26bug 346535 - fixed isVirtual calc and removed converter construction for virt...pfullbright4-84/+34
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...pfullbright2-11/+36

Back to the top