Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2012-12-26393448 - convert our plugin.xml popupMenus and actionsSets to thev201212262036Tran Le8-0/+722
2012-12-26393448 - convert our plugin.xml popupMenus and actionsSets to theTran Le6-388/+260
2012-12-26Renamed org.eclipse.jpt.jpa.ui.internal.commands package.Tran Le16-16/+16
2012-12-26Fixed JPA project equals null.Tran Le1-1/+4
2012-12-21changed getAnnotatedJavaSourceClassNames() to getAnnotatedJavaSourceTypes(), ...Karen Butzke3-29/+19
2012-12-21Revert "Bug 365474 - 'Show In' menu for JPA perspective for java and xml file...Karen Butzke2-204/+0
2012-12-20added JPA 2.1 Converter annotation supportv201212202323Karen Butzke13-11/+528
2012-12-20commenting some of the api on JpaPlatformUiKaren Butzke1-0/+24
2012-12-20Moved JpaPlatformUiProvider.getDetailsProviders() to ResourceUiDefinitionKaren Butzke42-452/+299
2012-12-20Refactoring to remove JavaUiFactory and OrmXmlUiFactory, replaced with JpaUiF...Karen Butzke333-6498/+4699
2012-12-20fixed inifinite generation of metamodel classesKaren Butzke1-1/+1
2012-12-19merge JptPrintWriter into IndentingPrintWriterBrian Vosburgh1-5/+3
2012-12-19added persistence.xml 2.1 support, also temporarily adding orm_2_1.xsd and pe...Karen Butzke11-3/+285
2012-12-19Removed code that is now in Hermes, added content assist extension for table ...Pascal Filion11-931/+409
2012-12-10JavaResourceAnnotatedElement.Kind renamed to JavaResourceAnnotatedElement.Ast...Karen Butzke93-1282/+1286
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 re...Karen Butzke12-67/+114
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 TODOs...Karen Butzke16-82/+78
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
2012-11-20Bug 315445 - persistence.xml editor layout, finally got the all the add remov...Karen Butzke1-13/+12
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 ma...Karen Butzke38-63/+1050
2012-11-16putting sequence-generator end tag on the next line (like table-generator). i...Karen Butzke1-1/+0
2012-11-16cleaning up some warningsKaren Butzke9-16/+18
2012-11-16removing another reference to the deprecated AST.JLS3, made ASTTools.newParse...Karen Butzke1-41/+37
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 attrib...Karen Butzke1-3/+7
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 fact...v201211150033Karen Butzke3-26/+41
2012-11-14Bug 393086 - [JPA 2.1] Add JPA 2.1 facet version and generic 2.1 platformKaren Butzke38-150/+1282
2012-11-13fixed enabledment of Persistence Unit labelKaren Butzke1-1/+1
2012-11-12bug 393592 - JPA commands are appearing in Quick Access when not appropriate...v201211130301Karen Butzke10-511/+494
2012-11-07387586 - Add product preference for "Discover Annotated Classes" mode.v201211080018Neil Hauge1-1/+13

Back to the top