Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-07deleted everything but the .project since these project were renamed, ready t...kmoore760-113591/+0
2011-02-05forgot to rename the jpt.db package names along with the project nameskmoore76-176/+176
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore236-785/+785
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...nhauge4-115/+183
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore491-11595/+1064
2011-01-28rename some methodsbvosburgh22-165/+165
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore7-113/+192
2011-01-25rename JoiningStrategy to RelationshipStrategybvosburgh48-536/+545
2011-01-24rename RelationshipReference to Relationshipbvosburgh73-643/+643
2011-01-24remove some duplicate codebvosburgh1-14/+1
2011-01-24Refactored AbstractJptGeneratortle1-33/+108
2011-01-24[332673] Added validation for duplicate entities. Patch from Nan.nhauge4-44/+258
2011-01-21[256003] [331610] - added validation for queries, generators, and converters....nhauge9-32/+145
2011-01-21move JptLibraryProviderInstallOperationConfig interface to the public API pac...kmoore8-43/+25
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...kmoore3-10/+2
2011-01-19remove Java 6 calls: String.isEmpty()bvosburgh1-4/+4
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh614-40432/+43990
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...kmoore7-21/+14
2010-12-15Refactoring and adding resource model support for Enums and EnumConstantskmoore8-145/+520
2010-11-23tweaked message for logging duplicate extension valuespfullbright4-6/+6
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...pfullbright5-399/+4
2010-10-27added metadata cleanup on facet uninstallpfullbright1-5/+3
2010-10-20renamed "Package" -> "AnnotatedPackage"pfullbright3-8/+8
2010-10-19removed unused static fieldpfullbright1-5/+1
2010-10-18327914 - JAXB java resource model and tests for XmlSeeAlsoAnnotationkmoore1-1/+12
2010-10-14265087 - package-level annotation supportkmoore10-128/+645
2010-10-12327609 - refactor Member hierarchy to include an AnnotatedElement interface i...kmoore136-1356/+1648
2010-10-06removed unnecessary @SuppressWarnings("unchecked")kmoore1-1/+0
2010-09-28jpt changes to accommodate jaxbpfullbright9-26/+136
2010-09-28reworked jpa project wizardpfullbright5-324/+39
2010-09-28library validationpfullbright17-159/+601
2010-09-28temp bug 324111 workaroundpfullbright3-0/+397
2010-09-28added some input validationpfullbright1-0/+7
2010-09-28added receivers to property testerpfullbright1-1/+8
2010-09-16190321 - attribute/association override name validationkmoore30-24/+668
2010-09-14190319 - completed validation on association override joinColumns and joinTablekmoore53-579/+1039
2010-09-10fixing an NPE that happens with invalid nested annotationskmoore1-4/+10
2010-09-08190319 - added association override joinTable joinColumn/inverseJoinColumn va...kmoore23-34/+492
2010-09-03148262 - added support for primary key join column validation on 1-1 mappings...kmoore8-29/+141
2010-09-02fixed validation when table is defined in java single-table inheritance hiera...kmoore1-3/+7
2010-09-02148262 - added Entity level PrimaryKeyJoinColumn validationkmoore6-16/+86
2010-09-01refactored column validationkmoore75-3376/+2299
2010-08-26Renamed to ValueAssociationOverrideContainerOwner for consistencykmoore1-2/+2
2010-08-25132216 - type mapping class validation errors and validation preferenceskmoore15-113/+210
2010-08-24132216 - Adding entity class related validation errorskmoore29-123/+794

Back to the top