Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-21Bug 374658 - In Package Explorer CCE converting java ↵kmoore1-4/+24
queries/generators/converters to XML - patch from Nan
2012-03-21Bug 371112 - EclipseLink converter validation appearing on xml, when ↵kmoore21-55/+265
converter defined in java - patch from Nan
2012-03-21Bug 374898 - some attribute mapping level refactorings are not happening in ↵kmoore7-21/+108
an eclipselink-orm.xml
2012-03-20removed unnecessary JPA node from the propertyPages extension point, already ↵kmoore1-14/+0
specified in org.eclipse.jpt.jpa.ui plugin.xml
2012-03-20dynamic flag should only be true if EclipseLink version 2.1 or higherkmoore1-2/+4
2012-03-20cleaning up enablement codekmoore6-46/+1
2012-03-20added new packages to the manifest export-packageskmoore3-4/+10
2012-03-15Update version numbers for 3.2 M6nhauge48-58/+58
2012-03-15Add open mapping file after Dynamic Entity Generation and update ↵nhauge2-55/+119
persistence.xml if necessary after generation.
2012-03-15Add mapping file name/location selection to Dynamic Entity Gen plus a couple ↵nhauge8-12/+221
other minor fixes.
2012-03-15fixed missing property stringkmoore1-0/+1
2012-03-15Bug 370497 - [EclipseLink] JPA Details add attribute-type class chooser widgetskmoore26-26/+290
2012-03-14bug 373990 - fixed default jpa platform on default prefspfullbright6-93/+106
2012-03-14fix NPE when "Finish" pressed on "Select JPA Project" pagebvosburgh1-0/+5
2012-03-14deleting dead codekmoore3-170/+0
2012-03-14fix NPE when nothing selected when wizard openedbvosburgh1-50/+27
2012-03-14minor change to validation text range for a version mappingkmoore1-1/+1
2012-03-14fixed NPE where there is no underlying java attribute, but the entity is not ↵kmoore1-1/+1
dynamic
2012-03-13Added check for target entity and return the entity's type insteadpfilion1-1/+15
2012-03-13add JpaProjectsModel public APIbvosburgh3-0/+44
2012-03-12Fix referencedColumnName attribute name.nhauge1-2/+2
2012-03-10351497 - JPA Entities from Tables shouldn't allow default packagestle1-2/+2
2012-03-09cleaning up formatting issues in dynamic entity generationkmoore1-2/+2
2012-03-09cleaning up formatting issues in regular entity generationkmoore6-20/+19
2012-03-09cleaning up formatting issues in dynamic entity generationkmoore11-97/+87
2012-03-08xml join nodes mapping iconpfullbright3-0/+4
2012-03-08use the org.eclipse.ui.edit.delete command for removing persistent classes ↵kmoore1-29/+25
and persistent attributes from orm.xml in the JPA structure view
2012-03-08Added provisioning Javadocpfilion6-0/+31
2012-03-08Fix problem with new entityGenPrefManager usage for default package name. ↵nhauge1-2/+6
Fixes NPE when generating with schema for first time.
2012-03-08added .xjb file associationpfullbright1-0/+4
2012-03-08added extension point schema to source buildpfullbright1-0/+1
2012-03-08Generate Dynamic Entities no longer showing on non-projectspfullbright1-5/+12
2012-03-08372876 - Dynamic Entities from Tables feature.nhauge39-163/+1133
2012-03-08cache resource annotation text rangesbvosburgh319-2534/+3302
2012-03-07tweak testbvosburgh2-17/+16
2012-03-07tweak testbvosburgh1-7/+19
2012-03-07Refactored JPQL Identifiers preferences supporttle8-90/+183
2012-03-07XmlJoinNode/s mapping tolerancepfullbright4-2/+118
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh140-521/+5072
2012-03-07added attribute type chooser to the 'Add Virtual Attribute' dialogkmoore4-7/+157
2012-03-07bug 372345 - sort after testing config enablementpfullbright1-22/+15
2012-03-07combine the JPQL and orm.xml file completion proposal extension points so ↵kmoore1-29/+11
that we only have one 'JPA Proposal' category
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge80-80/+1739
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge21-15/+1823
2012-03-06Bug 373414 - [EclipseLink] support DDL generation for dynamic classes using ↵kmoore3-33/+58
the DynamicClassLoader
2012-03-06fixed 'add virtual attribute' handler and menu item to only appear when the ↵kmoore1-3/+3
eclipselink-orm.xml file is version 2.1 or greater
2012-03-06fixed 'add virtual attribute' handler and menu item to only appear when the ↵kmoore3-11/+62
eclipselink-orm.xml file is version 2.1 or greater
2012-03-05cleaned up getFullyQualifiedName() so that we don't give incorrect ↵kmoore1-23/+35
validation for byte[], char[] etc as an attribute-type
2012-03-05Update plugin version for bug fix in head.nhauge1-1/+1
2012-03-05Bug 373150 - [EclipseLink] JPA Structure 'Add Virtual Attribute' actionkmoore13-53/+463

Back to the top