Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-07deleted everything but the .project since these project were renamed, ready t...kmoore193-90282/+0
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore150-213/+213
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore85-7211/+257
2011-01-28rename some methodsbvosburgh30-817/+817
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore3-12/+12
2011-01-25rename JoiningStrategy to RelationshipStrategybvosburgh16-141/+141
2011-01-24rename RelationshipReference to Relationshipbvosburgh30-910/+909
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.bvosburgh140-4954/+5106
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 ...kmoore1-3/+8
2010-10-20added package annotation testing apipfullbright3-15/+92
2010-10-20refactored resource testcase hierarchypfullbright49-90/+124
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-12327609 - refactor Member hierarchy to include an AnnotatedElement interface i...kmoore7-305/+305
2010-09-28jpt changes to accommodate jaxbpfullbright6-7/+13
2010-09-10fixing an NPE that happens with invalid nested annotationskmoore4-3/+9
2010-08-24132216 - Adding entity class related validation errorskmoore2-17/+17
2010-08-24323005 - NPE in AnnotationContainerToolskmoore1-2/+25
2010-08-16refactored jpaPlatforms extension point, added jpaPlatformGrouppfullbright5-16/+14
2010-08-16don't install the utility facet, this seems to solve our failing test issueskmoore1-4/+3
2010-08-16uncomment these failing tests now that M1 has gone out. Will make an attempt ...kmoore1-140/+145
2010-08-10comment out tests that fail intermittently for the 3.0M1 buildkmoore1-145/+140
2010-08-04added JpaFacet APIpfullbright8-17/+22
2010-07-30added ResourceLocator implementationpfullbright49-100/+104
2010-07-21320509 - change PersistenceUnit.addSpecifiedClassRef, JarFileRef, MappingFile...kmoore1-6/+6
2010-07-12294670 - More helpful UI for validation group persistence.xml propertiestle2-20/+336
2010-06-24312905 - fixing some incorrect defaults on virtual ORM attribute mappingskmoore6-6/+564
2010-05-25313766 - StackOverflowError with a self-referential ElementCollection or Embe...kmoore4-1/+136
2010-05-25313810 - final should not prevent an entity from being persistable, use valid...kmoore1-1/+1
2010-05-11312096 - fixed index out of bounds exception adding attributeskmoore13-34/+42
2010-05-04311221 - split up core tests for the build, so that DNF is less likelykmoore3-26/+41
2010-04-14309196 - only cast to JpaFactory2_0 when in a 2.0 projectkmoore3-10/+10
2010-04-12301437 - uni-directional 1-m mapping using target foreign key is validated in...kmoore2-5/+254
2010-03-31307113 - incorrect default class names in virtual orm.xml attribute mappingskmoore3-13/+13
2010-03-23fixed copyrightspfullbright26-26/+26
2010-03-18rename JDTTools to ASTToolsbvosburgh3-12/+13
2010-03-09303547 - map key attribute overrides supportkmoore4-5/+1569
2010-03-09fixed copyrightskmoore5-3/+23
2010-03-09Added Cascade.DETACH tests (and Java Cascade tests in general)pfullbright7-2/+498
2010-03-08updating @version and @since tags on core provisional apiskmoore2-46/+46

Back to the top