Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Collapse)AuthorFilesLines
2012-12-07fun with adaptersBrian Vosburgh1-6/+3
2012-12-07rework imagesBrian Vosburgh511-9211/+5490
2012-12-07strip version restraints from test bundle manifestsBrian Vosburgh5-59/+59
2012-12-07change table generator "table" to "table name"Brian Vosburgh6-78/+78
2012-12-07change column "table" to "table name"Brian Vosburgh73-947/+933
2012-12-07fix JpaPreferences JavaDocBrian Vosburgh1-1/+1
2012-12-07added JptUIPlugin.getDialogSettings(String sectionName)Brian Vosburgh4-33/+5
2012-12-06ugh, broke tests with that last commit, forgot a null checkv201212061358Karen Butzke1-1/+1
2012-12-05broke specified class refs with last commit, also fixing validationv201212060636Karen Butzke1-35/+41
2012-12-04Bug 316034 - Interface listed in persistence.xml leads to "Class cannot be ↵Karen Butzke12-67/+114
resolved" validation error. Also change specified class refs to be built with the coresponding JavaResourceAbstractType instead of the class name
2012-11-30another refactoring to remove an instanceof related to validationv201212040155Karen Butzke4-17/+22
2012-11-30refactored validation of query/generator/converter to remove instanceof ↵Karen Butzke16-82/+78
TODOs, possible after the major validation refactoring made Java/Orm have the same API
2012-11-29removing unnecessary interface methods, they have moved up the hierarchyKaren Butzke4-46/+0
2012-11-28orm resource model for jpa 2.1 entity-mappings converters - bug 394284Karen Butzke43-593/+2288
2012-11-28show JPA details page for 2.1 entity mappingsKaren Butzke1-1/+3
2012-11-27Updated file to match an upcoming update of Hermesv201211271710Pascal Filion1-581/+583
2012-11-21Generate sample named queries for Dynamic Entities.Neil Hauge3-4/+22
2012-11-20local 'amend previous commit' did not work, original commit was pushed - v201211202255Karen Butzke2-2/+2
Bug 387630 - Convert java plural queries or converters to xml and the plural annotation is left behind
2012-11-20Bug 315445 - persistence.xml editor layout, finally got the all the add ↵Karen Butzke1-13/+12
remove panels to fill the panel correctly
2012-11-20add details support for EclipseLink orm.xml 2.5 supportKaren Butzke1-2/+4
2012-11-20removed unnecessary @SuppressWarnings("nls")Karen Butzke1-1/+0
2012-11-20removed incorrect commentKaren Butzke1-3/+1
2012-11-19Bug 263954 - [EclipseLink] EclipseLink 1.1 support for generators on basic ↵Karen Butzke38-63/+1050
mappings Bug 374404 - [EclipseLink] generators need to be supported on mapped superclasses in 2.1 and higher
2012-11-16putting sequence-generator end tag on the next line (like table-generator). ↵Karen Butzke1-1/+0
in orm 2.0 the sequence-generator element had a subelement added (description)
2012-11-16cleaning up some warningsKaren Butzke9-16/+18
2012-11-16removing another reference to the deprecated AST.JLS3, made ↵Karen Butzke1-41/+37
ASTTools.newParser() a public convenience method
2012-11-16jpt.jpa.eclipselink.core move EMF generated code to model/srcKaren Butzke229-6/+13
2012-11-16jpt.jpa.core move EMF generated code to model/srcKaren Butzke154-2/+8
2012-11-16Bug 389934 - Regression - Changing a Java attribute type such that the ↵Karen Butzke1-3/+7
attribute should be unmapped does not work
2012-11-15cleaning up NLS warningsKaren Butzke2-14/+15
2012-11-14Bug 239011 - Fixed Convert to JPA project so that it does not remove the ↵v201211150033Karen Butzke3-26/+41
facted proejct nature if it already existed before runnin the command
2012-11-14Bug 393086 - [JPA 2.1] Add JPA 2.1 facet version and generic 2.1 platformKaren Butzke38-150/+1282
Bug 393090 - Add new JPA platform for EclipseLink 2.5.x
2012-11-13fixed enabledment of Persistence Unit labelKaren Butzke1-1/+1
2012-11-12bug 393592 - JPA commands are appearing in Quick Access when not ↵v201211130301Karen Butzke10-511/+494
appropriate - cleaned up our handlers and menus
2012-11-07387586 - Add product preference for "Discover Annotated Classes" mode.v201211080018Neil Hauge1-1/+13
2012-11-06390873 - AssertionFailedException: Run "Convert to JPA Project..."Tran Le1-4/+29
command w/o selecting any project
2012-11-02removing unused imports, adding NON-NLS commentsKaren Butzke34-45/+6
2012-11-02regenerated emf model codeKaren Butzke4-3/+29
2012-10-31fixed NPE with binary class root structure nodev201210312255Karen Butzke1-1/+3
2012-10-30Fixed renamed test class.v201210302311Tran Le1-1/+1
2012-10-30Properly disposing of WidgetFactory and its wrapped FormToolkit. Deleted ↵Karen Butzke2-11/+27
PropertySheetWidgetFactory, as far as i can tell, it was unnecessary.
2012-10-30minor layout adjustmentKaren Butzke1-4/+14
2012-10-30Added new icons for the upcoming enhancement to JPQL query content assistPascal Filion4-29/+41
2012-10-29Fixed compile error in last commitv201210292233Karen Butzke1-1/+0
2012-10-29updated comments and refactored a littlev201210291941Karen Butzke1-22/+41
2012-10-29389940 - Metamodel generation should use appropriate text file lineTran Le1-4/+10
delimiters
2012-10-26Forgot to include renaming PersistenceContributor in the last commitKaren Butzke2-3/+3
2012-10-26Fixed persistence.xml editor: tabs update when resource types changes, jpa ↵Karen Butzke61-3514/+4034
project built/rebuilt, and delay creation of tab contents. Bug 375467 - Open eclipse with persistence.xml open and Persistence editor not displayed Bug 311638 - persistence.xml editor remains open after JPA facet is removed Bug 392926 - persistence.xml editor tabs should not be built until selected
2012-10-26cleaning up usages of Sections, using ExpandableComposite.EXPANDED and ↵Karen Butzke38-277/+493
ExpandableComposite.CLIENT_INDENT where appropriate. Building the sections and their clients locally instead of using Pane to built them.
2012-10-26Use a DisposeListener instead of manually disposingKaren Butzke2-15/+25

Back to the top