Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-07deleted everything but the .project since these project were renamed, ready ↵kmoore760-113591/+0
to be archived
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 ↵kmoore236-785/+785
org.eclipse.jpt.utility plugins and packages
2011-02-03fixing NPE when the java source folder is removed from the classpath. Now we ↵kmoore2-2/+2
get the validation message that the persistence.xml file is not found in the project
2011-02-01334134 - fix to prevent invalid validation messages for inherited PK's in ↵nhauge4-115/+183
Generic platform. Refactored PK Validator hierarchy.
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 ↵kmoore7-113/+192
extending anything related to JPA. In preparation for creating the common plug-in
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 ↵nhauge9-32/+145
converters. Patch from Nan.
2011-01-21move JptLibraryProviderInstallOperationConfig interface to the public API ↵kmoore8-43/+25
package, appears to have belonged there all along.
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 ↵kmoore3-10/+2
the new java resource model in JAXB
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 ↵kmoore8-0/+24
persistence.xml file is null.
2010-12-30added getName() to AnnotatedElement interface. support setter method name ↵kmoore7-21/+14
converting to an attribute name
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
can follow the new update/sync approach
2010-10-29(REQUIRES 10/29 I-BUILD) - bug 326960 - removed temporary library provider ↵pfullbright5-399/+4
changes now that wtp code is released
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 ↵kmoore136-1356/+1648
in preparation for package annotation support.
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 ↵kmoore23-34/+492
validation support
2010-09-03148262 - added support for primary key join column validation on 1-1 ↵kmoore8-29/+141
mappings in java and orm
2010-09-02fixed validation when table is defined in java single-table inheritance ↵kmoore1-3/+7
hierarchy, entity overriden in orm.xml
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