Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Collapse)AuthorFilesLines
2013-01-29more orm/eclipselink ecore model updates to match recent changes. Refactored ↵v201301300022Karen Butzke32-1164/+1741
and added an XmlManagedType interface.
2013-01-29clean up messages in common.core, common.ui, and common.eclipselink.coreBrian Vosburgh45-251/+251
2013-01-28[379755] lock individual projects (instead of the entire workspace) whenv201301290232Brian Vosburgh3-81/+36
building JPA projects during startup
2013-01-28clean up utility classes (iterables and iterators in particular); addBrian Vosburgh117-2139/+1573
lots of Transformers
2013-01-28move JpaPlatformConfig and JpaPlatformGroupConfig into JpaPlatform asBrian Vosburgh44-367/+314
member interfaces
2013-01-23 394284 - JPA 2.1 orm.xml resource model and EL 2.5 eclipselink-orm.xml ↵v201301232244Karen Butzke117-2751/+18106
resource model
2013-01-23[386570] JPA modelgen creates invalid metamodel classes with dynamicv201301230101Tran Le13-29/+139
persistence
2013-01-22rename ProjectResourceLocator methodsBrian Vosburgh7-10/+10
2013-01-22add JPA perspective and view constantsBrian Vosburgh4-26/+44
2013-01-22[392601] fix JpaNavigatorContentProvider leakBrian Vosburgh13-133/+373
2013-01-17fix icon file names now that fix for bug 395126 is releasedBrian Vosburgh1-16/+7
2013-01-17add null checks for values return by getAdapter(Class)Brian Vosburgh53-168/+289
2013-01-17fix IllegalStateException that occurs when validation executes afterBrian Vosburgh1-2/+21
Dali plug-ins are stopped
2013-01-17tie together top-level global state and add null checksBrian Vosburgh26-113/+255
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 ↵Karen Butzke1-4/+19
ResourceNotFoundException
2013-01-14my facetedReferencingProjects property tester was not checking *this* ↵Karen Butzke1-1/+1
project for the given facet
2013-01-11rework constantsBrian Vosburgh39-502/+418
2013-01-11Bug 397800 - Profiler hyperlink opens new class wizard for user defined classesNan Li1-1/+1
2013-01-10Bug 391360 - jdt refactoring extensions load the jpa.core plug-in even when ↵Karen Butzke1-26/+63
there are no referencing JPA faceted projects
2013-01-10Generate Entities not from the Package Explorer (an IJavaProject selected). ↵Karen Butzke6-546/+17
This functionality was lost in the conversion to the handler framework. Deleted old *Action classes
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
jobs that are kicked off an then promptly ignored by each JpaProject - many are appearing when building the refactoring preview dialog, for every working copy created and discarded.
2013-01-09394485 - disable remove button to avoid NPEv201301092313Nan Li1-2/+4
2013-01-09Fix issue with hyperlink not working for an unqualified path expressionPascal Filion1-8/+12
2013-01-08removed JpaProject.Manager.log(...) and .getExceptionHandler() methods;Brian Vosburgh5-80/+5
as we should use the corresponding plug-in methods
2013-01-08clean up doc plug-in manifest and build propertiesBrian Vosburgh2-7/+16
2013-01-08[395211] fix shutdown deadlock etc.Brian Vosburgh45-364/+508
2013-01-04388568 - add/remove methods for one to many bidi relationships.v201301082227Chris Stodden3-0/+38
2013-01-04Converting line delimiters back to Unix style. Somehow this file wasNeil Hauge1-895/+895
switched from unix to win delimiters on a previous commit.
2013-01-04Bug 397454 - added null check to Converter TransformerKaren Butzke1-4/+4
2013-01-04Bug 397415 - ClassCastException: JavaEclipseLinkManyToOneMapping cannot be ↵Karen Butzke4-11/+11
cast to EclipseLinkManyToOneMapping2_0
2013-01-03fixed code involved in recent refactoring - was causing invalid validation ↵Karen Butzke1-1/+1
when a class was mapped and lsited in the persistence.xml
2013-01-03fixed the JPA 2.1 and EclipseLink 2.5 platform supportKaren Butzke2-3/+3
2013-01-03Draft docs/help for 3.3.0Rick Sapir182-1233/+1108
2012-12-26393448 - convert our plugin.xml popupMenus and actionsSets to thev201212262036Tran Le8-0/+722
command extension point
2012-12-26393448 - convert our plugin.xml popupMenus and actionsSets to theTran Le6-388/+260
command extension point
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
first for performance since it leads to less follow-up lookups of JavaResoursAbstractType by name and second to match the change to getMappedJavaSourceTypes().
2012-12-21Revert "Bug 365474 - 'Show In' menu for JPA perspective for java and xml ↵Karen Butzke2-204/+0
files should have JPA views" This reverts commit a19a9b1d97989c7121ec46f421b2501b3439d650.
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 ↵Karen Butzke333-6498/+4699
JpaUiFactory which is used for both. Un-genericized MappingUiDefinition and moved the filtering of them to JpaPlatformUi. Use the new api JpaPlatformUi.getAttribute(Type)MappingDefinitions(ReadOnlyPersistentAttribute) if you want a filtered list that uses MappingUiDefinition.isEnabledFor(JpaContextNode) to filter. Un-genericized JpaDetailsPageManager
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 ↵Karen Butzke11-3/+285
persistence_2_1.xsd into our plug-ins until the 2.1 spec is finalized
2012-12-19Removed code that is now in Hermes, added content assist extension for table ↵Pascal Filion11-931/+409
names, columns, enum types, enum constants.
2012-12-10JavaResourceAnnotatedElement.Kind renamed to ↵Karen Butzke93-1282/+1286
JavaResourceAnnotatedElement.AstNodeType

Back to the top