Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa/tests
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore145-15100/+327
2011-01-28rename some methodsbvosburgh44-1230/+1230
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore10-38/+40
2011-01-25rename JoiningStrategy to RelationshipStrategybvosburgh17-143/+143
2011-01-24rename RelationshipReference to Relationshipbvosburgh44-1390/+1386
2011-01-21[256003] [331610] - added validation for queries, generators, and converters....nhauge1-1/+1
2011-01-19removed getAccess() from JavaResourcePersistentType, first step to reusing th...kmoore2-167/+183
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh220-7529/+7919
2011-01-11adding attribute mapping support - XmlAttribute, XmlElement, XmlTransientkmoore1-1/+18
2010-12-30added some more helper methods for testskmoore1-2/+11
2010-12-15added test infrastructure for testing enumskmoore1-0/+156
2010-11-22added context model support for the XmlType annotation along with testskmoore1-0/+4
2010-11-17added tests for jaxb GenericRootContextNode packageskmoore1-1/+16
2010-11-15used shortcut method for downcasting values()kmoore1-3/+2
2010-11-04added context model XmlSchemaType support to JaxbPackageInfokmoore1-2/+28
2010-11-02more test helper methods for modifying JDT annotationskmoore1-0/+90
2010-11-01helper methods for editing JDT annotations directlykmoore1-1/+126
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore4-8/+12
2010-10-20added package annotation testing apipfullbright3-15/+92
2010-10-20refactored resource testcase hierarchypfullbright50-92/+126
2010-10-20fix tests in build by not attempting to add the JPA jars to JAXB resource mod...kmoore1-2/+9
2010-10-14265087 - package-level annotation supportkmoore1-2/+2
2010-10-13cleaning up manifest dependency versionskmoore2-4/+4
2010-10-12327609 - refactor Member hierarchy to include an AnnotatedElement interface i...kmoore7-305/+305

Back to the top