Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-29more orm/eclipselink ecore model updates to match recent changes. Refactored ...v201301300022Karen Butzke15-887/+1043
2013-01-29clean up messages in common.core, common.ui, and common.eclipselink.coreBrian Vosburgh2-3/+3
2013-01-28[379755] lock individual projects (instead of the entire workspace) whenv201301290232Brian Vosburgh3-81/+36
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh68-1557/+1165
2013-01-28move JpaPlatformConfig and JpaPlatformGroupConfig into JpaPlatform asBrian Vosburgh27-298/+258
2013-01-23 394284 - JPA 2.1 orm.xml resource model and EL 2.5 eclipselink-orm.xml resou...v201301232244Karen Butzke75-646/+16043
2013-01-23[386570] JPA modelgen creates invalid metamodel classes with dynamicv201301230101Tran Le8-23/+94
2013-01-22rename ProjectResourceLocator methodsBrian Vosburgh3-3/+3
2013-01-22[392601] fix JpaNavigatorContentProvider leakBrian Vosburgh3-21/+33
2013-01-17add null checks for values return by getAdapter(Class)Brian Vosburgh18-33/+58
2013-01-17fix IllegalStateException that occurs when validation executes afterBrian Vosburgh1-2/+21
2013-01-17tie together top-level global state and add null checksBrian Vosburgh10-61/+81
2013-01-16performance improvements related to when we build an astRootv201301170344Karen Butzke1-2/+2
2013-01-16Bug 396954 - renaming Java Entity open in the jpa views causes a ResourceNotF...Karen Butzke1-4/+19
2013-01-14my facetedReferencingProjects property tester was not checking *this* project...Karen Butzke1-1/+1
2013-01-11rework constantsBrian Vosburgh5-88/+50
2013-01-10Bug 391360 - jdt refactoring extensions load the jpa.core plug-in even when t...Karen Butzke1-26/+63
2013-01-10fix CME in JpaProjectManager (whoops)Brian Vosburgh1-1/+2
2013-01-10397606 - JPA Java Change Event Handler (Waiting) - limit the number of these ...Karen Butzke2-19/+136
2013-01-08removed JpaProject.Manager.log(...) and .getExceptionHandler() methods;Brian Vosburgh5-80/+5
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh22-229/+323
2013-01-03fixed code involved in recent refactoring - was causing invalid validation wh...Karen Butzke1-1/+1
2012-12-21changed getAnnotatedJavaSourceClassNames() to getAnnotatedJavaSourceTypes(), ...Karen Butzke3-29/+19
2012-12-20added JPA 2.1 Converter annotation supportv201212202323Karen Butzke12-7/+524
2012-12-20Refactoring to remove JavaUiFactory and OrmXmlUiFactory, replaced with JpaUiF...Karen Butzke21-42/+192
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 Butzke5-1/+101
2012-12-19Removed code that is now in Hermes, added content assist extension for table ...Pascal Filion5-708/+280
2012-12-10JavaResourceAnnotatedElement.Kind renamed to JavaResourceAnnotatedElement.Ast...Karen Butzke13-34/+38
2012-12-07change table generator "table" to "table name"Brian Vosburgh3-61/+61
2012-12-07change column "table" to "table name"Brian Vosburgh24-185/+183
2012-12-07fix JpaPreferences JavaDocBrian Vosburgh1-1/+1
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 Butzke9-67/+108
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 Butzke12-61/+59
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 Butzke15-84/+1578
2012-11-27Updated file to match an upcoming update of Hermesv201211271710Pascal Filion1-581/+583
2012-11-19Bug 263954 - [EclipseLink] EclipseLink 1.1 support for generators on basic ma...Karen Butzke12-36/+114
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.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-14Bug 393086 - [JPA 2.1] Add JPA 2.1 facet version and generic 2.1 platformKaren Butzke17-90/+444
2012-11-12bug 393592 - JPA commands are appearing in Quick Access when not appropriate...v201211130301Karen Butzke1-0/+18
2012-11-07387586 - Add product preference for "Discover Annotated Classes" mode.v201211080018Neil Hauge1-1/+13

Back to the top