Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa/tests
AgeCommit message (Expand)AuthorFilesLines
2011-10-25added some more validation for multitenancy as well as a checkbox in the UI t...kmoore2-9/+1
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-14Fix for versioning blunder in maintenance stream. Maintenance was incremente...nhauge1-1/+1
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-06360002 - NPE when you add a JPA annotation to a class constructorkmoore1-0/+35
2011-10-04single-table multitenancy defaults for tenant discriminator columnskmoore2-2/+449
2011-09-27cleaning up EclipseLink orm test hierarchykmoore47-531/+349
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore9-1/+939
2011-09-08356292 - Validation error for entities with @AttributeOverride on attribute m...kmoore2-20/+67
2011-09-02updated java multitenant resource model to support include-criteria for eclip...kmoore1-0/+50
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh1-0/+6
2011-08-22303527 - Map key join column model support and validationkmoore6-0/+1483
2011-08-15Bug 354550 - [EclipseLink] ElementCollection Convert annotation and convert o...kmoore2-0/+182
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore12-13/+1325
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.nhauge3-3/+3
2011-08-04Bug 353575 - some supported annotations removed when changing attribute/type ...kmoore11-23/+2815
2011-08-02changing the rest of the Iterator API to Iterablekmoore45-525/+525
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore226-13778/+13697
2011-07-11245431 - Add cache default property to persistence.xml. Patch from Les.nhauge3-0/+468
2011-07-08[339432] fix validation of virtual overridesbvosburgh10-146/+145
2011-06-29349071- updating eclipselink orm and oxm 2.3 schemas. updating orm 2.3 ecore ...kmoore2-9/+8
2011-05-26bug 346535 - fixed isVirtual calc and removed converter construction for virt...pfullbright4-84/+34
2011-05-12[336296] fix validation of virtual attribute mappings 2 - fix messagesbvosburgh2-24/+36
2011-04-04restore project-specific compiler compliance (1.5) settings - just need to be...bvosburgh10-12/+76
2011-03-22add MySQL ANSI_QUOTES support; add check for SQL reserved words (that must be...bvosburgh1-90/+53
2011-03-22clean up .cvsignore filesbvosburgh5-13/+2
2011-03-03[334454] rework database stuff to handle MySQL case-sensitivity crazinessbvosburgh2-48/+101
2011-03-02remove project-specific settingsbvosburgh12-60/+0
2011-02-28319736 - switching a few of our Iterators to Iterableskmoore4-82/+82
2011-02-22clean up x-friends, access rules, etc.bvosburgh20-56/+55
2011-02-10updating access rules and x-friendskmoore6-9/+11
2011-02-10added @SuppressWarnings("nls")kmoore7-0/+7
2011-02-07Updating bundle versionskmoore6-20/+20
2011-02-07deleted everything but the .project since these project were renamed, ready t...kmoore412-143518/+11
2011-02-07deleted everything but the .project - moved to common component and renamed o...kmoore204-53374/+1
2011-02-07rename test suite, already renamed it in test.xml so it didn't matchkmoore2-5/+5
2011-02-06renamed org.eclipse.jpt.ui.tests to org.eclipse.jpt.jpa.ui.testskmoore10-0/+234
2011-02-06renamed org.eclipse.jpt.gen.tests to org.eclipse.jpt.jpa.gen.testskmoore11-0/+362
2011-02-06renamed org.eclipse.jpt.eclipselink.core.tests to org.eclipse.jpt.jpa.eclipse...kmoore136-0/+47481
2011-02-06renamed org.eclipse.jpt.core.tests.extension.resource to org.eclipse.jpt.jpa....kmoore21-0/+792
2011-02-06renamed org.eclipse.jpt.core.tests to org.eclipse.jpt.jpa.core.testskmoore203-0/+90495
2011-02-05forgot to rename the jpt.db package names along with the project nameskmoore15-3/+3850
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore249-397/+397
2011-02-05rename org.eclipse.jpt.db.tests to org.eclipse.jpt.jpa.db.testskmoore17-0/+331

Back to the top