Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-26Revert "Updated EclipseLink tests jars"Tran Le17-2/+7942
This reverts commit f3ce73267dfbbbcf5ca2e6032649d211afcf3962.
2013-02-12Updated EclipseLink tests jarsTran Le17-7942/+2
2012-08-22Update version numbers for 3.2 SR1nhauge1-1/+1
2012-08-02.cvsignore -> .gitignoreKaren Butzke1-0/+0
2012-04-25Renamed StaticWeavingBuilderConfiguratortle1-3/+3
2012-04-21Fixed metadata tests.tle1-1/+1
2012-04-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright14-140/+127
2012-04-03change required JUnit bundle version to 4.0.0bvosburgh1-1/+1
2012-04-02Added preference metadata tests.tle5-2/+104
2012-03-15Update version numbers for 3.2 M6nhauge1-1/+1
2012-03-08cache resource annotation text rangesbvosburgh9-102/+102
2012-03-07tweak testbvosburgh1-12/+11
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh3-0/+835
2012-03-05Bug 373150 - [EclipseLink] JPA Structure 'Add Virtual Attribute' actionkmoore1-9/+47
2012-03-05Bug 369940 - [EclipseLink] dynamic persistence validation for parent-class ↵kmoore4-2/+188
attribute
2012-02-18rename ValueModels to Modifiable* from Writable*bvosburgh6-32/+32
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type ↵kmoore23-503/+773
'virtuals' to 'defaults' - removed OrmPersistentType.addSpecifiedAttribute only used by tests
2012-02-17bug 369964 - dynamic persistence support - rename ORM persistent type ↵kmoore2-4/+4
'virtuals' to 'defaults'
2012-01-20added preliminary support for EclipseLink access-methods and VIRTUAL access typekmoore5-2/+880
2012-01-13change OrmPersistenceUnitDefaults and EntityMappings to implement ↵kmoore1-16/+16
AccessHolder, thus unifying all places that use access type so that extension is simpler
2011-12-21Bug 367325 - [EclipseLink] Multitenant include-criteria supportkmoore2-107/+107
2011-12-05bug 331960 - plural converter annotations added in EclipseLinkkmoore18-750/+706
2011-10-25added some more validation for multitenancy as well as a checkbox in the UI ↵kmoore2-9/+1
to turn off multitenancy
2011-10-24added tests for Multitenant.VPD and fixed an error in the java context modelkmoore2-0/+22
2011-10-21360594 - EclipseLink multitenancy UIkmoore2-8/+8
2011-10-07remove EclipseLink 2.4 platform supportkmoore3-143/+143
2011-10-07removing excess EclipseLink packages, mainly related to EclipseLink versionkmoore78-1086/+419
2011-10-07356468 - EclipseLink Cache isolation supportkmoore3-5/+163
2011-10-04single-table multitenancy defaults for tenant discriminator columnskmoore2-2/+449
2011-09-27cleaning up EclipseLink orm test hierarchykmoore45-524/+318
2011-09-14354013 - partial single-table multitenancy support - supporting specified ↵kmoore9-1/+939
multitenancy and tenant discriminator columns, no virtuals yet
2011-09-02updated java multitenant resource model to support include-criteria for ↵kmoore1-0/+50
eclipselink 2.4
2011-08-15Bug 354550 - [EclipseLink] ElementCollection Convert annotation and convert ↵kmoore2-0/+182
orm.xml support
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore6-0/+651
2011-08-12bug 354055 - EclipseLink MapKeyConvert annotation supportkmoore5-1/+174
2011-08-11comment out new eclipselink tests for m1 buildkmoore1-2/+1
2011-08-08added resource model for multi-tenancy supportkmoore6-2/+487
2011-08-05Update plugin version numbers for 3.1 M1.nhauge1-1/+1
2011-08-02changing the rest of the Iterator API to Iterablekmoore19-334/+334
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to ↵kmoore68-3410/+3435
Iterables instead of Iterators
2011-07-11245431 - Add cache default property to persistence.xml. Patch from Les.nhauge3-0/+468
2011-07-08[339432] fix validation of virtual overridesbvosburgh4-55/+55
2011-06-29349071- updating eclipselink orm and oxm 2.3 schemas. updating orm 2.3 ecore ↵kmoore2-9/+8
model and translators
2011-05-26bug 346535 - fixed isVirtual calc and removed converter construction for ↵pfullbright4-84/+34
virtual attributes
2011-04-04restore project-specific compiler compliance (1.5) settings - just need to ↵bvosburgh2-3/+13
be careful when adding new projects/plug-ins
2011-03-22clean up .cvsignore filesbvosburgh1-4/+0
2011-03-02remove project-specific settingsbvosburgh2-10/+0
2011-02-22clean up x-friends, access rules, etc.bvosburgh15-46/+44
2011-02-10updating access rules and x-friendskmoore1-1/+3
2011-02-10added @SuppressWarnings("nls")kmoore7-0/+7

Back to the top