Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2011-02-03fixing NPE when the java source folder is removed from the classpath. Now we ...kmoore2-2/+2
2011-02-01334134 - fix to prevent invalid validation messages for inherited PK's in Gen...nhauge6-119/+187
2011-02-01Reverted changes for testing DBWS.tle1-25/+0
2011-02-01revert mistaken check-in - we don't want API Tooling (yet?)bvosburgh1-6/+0
2011-02-01Included Antlr plugins in the the test.tle1-0/+5
2011-02-01Included DBWS plugins for testing .tle1-2/+12
2011-01-31Included DBWS plugins for testing .tle1-0/+10
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore1707-51809/+3438
2011-01-31added x-internal to a few packageskmoore1-3/+3
2011-01-28rename some methodsbvosburgh110-1535/+1560
2011-01-28minor tweaksbvosburgh2-31/+19
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore20-157/+238
2011-01-26fix convert name combo flakiness - patch from Nanbvosburgh1-8/+7
2011-01-25[256003] Account for reserved converters in converter validation. Patch fro...nhauge2-2/+24
2011-01-25rename JoiningStrategy to RelationshipStrategybvosburgh146-946/+953
2011-01-24rename RelationshipReference to Relationshipbvosburgh296-2862/+2846
2011-01-24remove some duplicate codebvosburgh1-14/+1
2011-01-24yet another revert, with fixed method callbvosburgh1-2/+6
2011-01-24Refactored AbstractJptGeneratortle2-168/+198
2011-01-24remove unused importbvosburgh1-1/+0
2011-01-24Reverting last changes to previous revision. Changes to this file appears to...nhauge1-6/+2
2011-01-24[332673] Added validation for duplicate entities. Patch from Nan.nhauge7-45/+297
2011-01-24Reverting accidental check-in of this file.nhauge1-1/+1
2011-01-21[256003] [331610] - added validation for queries, generators, and converters....nhauge44-101/+541
2011-01-21changed PackageChooserPane to reference IJavaProject instead of JpaProject in...kmoore2-8/+8
2011-01-21changed ClassChooserPane to reference IJavaProject instead of JpaProject in p...kmoore18-88/+90
2011-01-21move JptLibraryProviderInstallOperationConfig interface to the public API pac...kmoore12-32/+44
2011-01-21added copyrightkmoore2-0/+18
2011-01-20[331558] validation added for converter class. Patch from Les.nhauge19-190/+533
2011-01-19removed getAccess() from JavaResourcePersistentType, first step to reusing th...kmoore6-183/+185
2011-01-19combo was not displaying Default(FIELD) when the access has been specified on...kmoore1-1/+1
2011-01-19remove Java 6 calls: String.isEmpty()bvosburgh1-4/+4
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh1928-72656/+76390
2011-01-11adding attribute mapping support - XmlAttribute, XmlElement, XmlTransientkmoore1-1/+18
2011-01-11Fixing NPEs in refactoring participants. Added null checks in case the persis...kmoore8-0/+24
2010-12-30added some more helper methods for testskmoore1-2/+11
2010-12-30added getName() to AnnotatedElement interface. support setter method name con...kmoore10-23/+19
2010-12-20added static adapt(..) that will synch selection model for youpfullbright1-10/+44
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore13-156/+648
2010-12-15added test infrastructure for testing enumskmoore1-0/+156
2010-12-15updated to the latest eclipselink_oxm_2_2.xsdkmoore1-9/+13
2010-12-15updated to the latest eclipselink_orm_2_2.xsd, modified ecore and translatorskmoore54-450/+17637
2010-12-13329493 - fixed no_op user library message for JAXB faceted project.nhauge1-1/+2
2010-12-09re-orged project properties/prefs; added jaxb project properties, facet versi...pfullbright6-440/+553
2010-11-29tweaked project content location in navigatorpfullbright1-0/+1
2010-11-23cosmeticpfullbright2-7/+8
2010-11-23added jaxb.ui plugin to friendspfullbright1-0/+8
2010-11-23tweaked message for logging duplicate extension valuespfullbright5-7/+7
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

Back to the top