Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-07deleted everything but the .project since these project were renamed, ready t...kmoore470-62282/+0
2011-02-05forgot to rename the jpt.db package names along with the project nameskmoore32-96/+96
2011-02-05updating references to newly renamed org.eclipse.jpt.db and org.eclipse.jpt.u...kmoore297-837/+837
2011-01-31Phase 1 - refactoring to org.eclipse.jpt.common.*kmoore423-21471/+669
2011-01-28rename some methodsbvosburgh5-22/+22
2011-01-28refactor the JAXB SchemaFileCreationDataModelProvider so that it is not exten...kmoore3-6/+6
2011-01-25rename JoiningStrategy to RelationshipStrategybvosburgh10-94/+94
2011-01-24rename RelationshipReference to Relationshipbvosburgh39-237/+233
2011-01-21[256003] [331610] - added validation for queries, generators, and converters....nhauge10-30/+126
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...kmoore7-36/+37
2011-01-19combo was not displaying Default(FIELD) when the access has been specified on...kmoore1-1/+1
2011-01-18[233567] rework context model sync with resource model etc.bvosburgh146-1215/+1247
2010-12-20added static adapt(..) that will synch selection model for youpfullbright1-10/+44
2010-12-09re-orged project properties/prefs; added jaxb project properties, facet versi...pfullbright3-413/+520
2010-11-23cosmeticpfullbright2-7/+8
2010-11-11added null check on primaryType, this can be null for a compilation unitkmoore1-1/+4
2010-10-29(REQUIRES 10/29 I-BUILD) - bug 326960 - removed temporary library provider ch...pfullbright4-224/+0
2010-10-19[313750] Provide link to facets page on JPA properties page.nhauge2-0/+24
2010-10-06326972 - Add ability to create an ORM mapping file from the 'Make Persistent'...kmoore9-88/+261
2010-10-06minor cleaningkmoore1-1/+1
2010-10-04182849 - Add multi-select right-click menu to Java class selection to make a...kmoore6-66/+913
2010-10-04removed an unnecessary @SuppressWarningskmoore1-2/+1
2010-09-28redesigned jpa facet wizban iconpfullbright1-1/+1
2010-09-28jpt changes to accommodate jaxbpfullbright1-3/+3
2010-09-28reworked jpa project wizardpfullbright10-205/+691
2010-09-28library validationpfullbright1-28/+52
2010-09-28temp bug 324111 workaroundpfullbright4-0/+224
2010-09-17312079 - package chooser had incorrect dialog title and messagekmoore1-2/+2
2010-09-16190321 - attribute/association override name validationkmoore2-0/+16
2010-09-14190319 - completed validation on association override joinColumns and joinTablekmoore2-0/+6
2010-09-08190319 - added association override joinTable joinColumn/inverseJoinColumn va...kmoore2-0/+20
2010-09-03148262 - added support for primary key join column validation on 1-1 mappings...kmoore1-0/+4
2010-09-02148262 - added Entity level PrimaryKeyJoinColumn validationkmoore2-0/+4
2010-09-02323627 - missed one case.nhauge1-0/+1
2010-08-31323627 - feature to change connect link text based on connection status of t...nhauge3-5/+56
2010-08-25132216 - type mapping class validation errors and validation preferenceskmoore2-2/+22
2010-08-18313176 - add multi-select support for 'Upgrade XML Document Version' actionkmoore1-9/+12
2010-08-16refactored jpaPlatforms extension point, added jpaPlatformGrouppfullbright1-4/+17
2010-08-11bug 322419 - NPE when launching wizard with nothing selected (from toolbar dr...pfullbright1-4/+2
2010-08-11295727 - Added help id for metamodel.nhauge2-1/+4
2010-08-10reworked jpa project wizards/properties to handle SE vs EE casespfullbright8-83/+286
2010-08-04Refactored entity wizard to work without module facet and with project as sou...pfullbright5-94/+297
2010-08-04added JpaFacet APIpfullbright4-11/+9
2010-08-04added getRuntimeLocation(IProject, IPath) to ResourceLocatorpfullbright1-158/+58
2010-07-30added ResourceLocator implementationpfullbright10-456/+418
2010-07-21320509 - change PersistenceUnit.addSpecifiedClassRef, JarFileRef, MappingFile...kmoore3-9/+6
2010-07-13Switch progress monitoring to use "new" SubMonitorkmoore1-14/+11
2010-07-13Speed up start-up time of JptDbPlugin by lazily initializing connectionProfil...kmoore5-8/+8
2010-07-12294670 - More helpful UI for validation group persistence.xml propertiestle2-45/+300

Back to the top