Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore7-113/+192
2011-01-25rename JoiningStrategy to RelationshipStrategybvosburgh119-709/+716
2011-01-24rename RelationshipReference to Relationshipbvosburgh190-1095/+1087
2011-01-24remove some duplicate codebvosburgh1-14/+1
2011-01-24Refactored AbstractJptGeneratortle1-33/+108
2011-01-24remove unused importbvosburgh1-1/+0
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....nhauge11-33/+151
2011-01-21move JptLibraryProviderInstallOperationConfig interface to the public API pac...kmoore10-28/+40
2011-01-20[331558] validation added for converter class. Patch from Les.nhauge2-3/+176
2011-01-19removed getAccess() from JavaResourcePersistentType, first step to reusing th...kmoore4-16/+2
2011-01-19remove Java 6 calls: String.isEmpty()bvosburgh1-4/+4
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh1169-46975/+54116
2011-01-11Fixing NPEs in refactoring participants. Added null checks in case the persis...kmoore8-0/+24
2010-12-30added getName() to AnnotatedElement interface. support setter method name con...kmoore9-22/+16
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore13-156/+648
2010-12-13329493 - fixed no_op user library message for JAXB faceted project.nhauge1-1/+2
2010-11-23tweaked message for logging duplicate extension valuespfullbright5-7/+7
2010-11-17removed unused propertypfullbright1-1/+0
2010-11-15removed redundant downcast methodkmoore1-6/+1
2010-10-29Start of the JAXB context model. Includes some changes from Brian so that we ...kmoore5-5/+5
2010-10-29(REQUIRES 10/29 I-BUILD) - bug 326960 - removed temporary library provider ch...pfullbright6-424/+8
2010-10-27added metadata cleanup on facet uninstallpfullbright2-5/+38
2010-10-26fixed commentkmoore1-1/+1
2010-10-25328509 - EclipseLink 2.2 platform and orm resource model supportkmoore1-1/+1
2010-10-20renamed "Package" -> "AnnotatedPackage"pfullbright5-11/+11
2010-10-19removed unused static fieldpfullbright1-5/+1
2010-10-18tweaked package contentpfullbright1-5/+6
2010-10-18327914 - JAXB java resource model and tests for XmlSeeAlsoAnnotationkmoore1-1/+12
2010-10-14265087 - package-level annotation supportkmoore19-141/+834
2010-10-13cleaning up manifest dependency versionskmoore1-2/+2
2010-10-12327609 - refactor Member hierarchy to include an AnnotatedElement interface i...kmoore143-1528/+1883
2010-10-06Refactored org.eclipse.jpt.jaxb.ui and move classes to org.eclipse.jpt.jaxb.coretle1-2/+2
2010-10-06removed unnecessary @SuppressWarnings("unchecked")kmoore1-1/+0
2010-09-28jpt changes to accommodate jaxbpfullbright10-27/+143
2010-09-28reworked jpa project wizardpfullbright7-575/+196
2010-09-28library validationpfullbright22-182/+852
2010-09-28temp bug 324111 workaroundpfullbright3-0/+397
2010-09-28fixed resource locator id'spfullbright1-6/+7
2010-09-28added some input validationpfullbright1-0/+7
2010-09-28added receivers to property testerpfullbright1-1/+8
2010-09-23322565 - JAXB schema from classes, can't select a different projecttle1-1/+2
2010-09-16190321 - attribute/association override name validationkmoore42-39/+783
2010-09-14190319 - completed validation on association override joinColumns and joinTablekmoore67-614/+1176
2010-09-10fixing an NPE that happens with invalid nested annotationskmoore1-4/+10
2010-09-08190319 - added association override joinTable joinColumn/inverseJoinColumn va...kmoore28-36/+533
2010-09-03148262 - added support for primary key join column validation on 1-1 mappings...kmoore9-29/+145
2010-09-02fixed validation when table is defined in java single-table inheritance hiera...kmoore1-3/+7
2010-09-02148262 - added Entity level PrimaryKeyJoinColumn validationkmoore7-16/+88

Back to the top