Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-02374954 - Fix multi select issue. Patch from Brian.nhauge1-8/+18
2012-05-02378288 - Tolerance for EclipseLink multitenant TABLE_PER_TENANT supportkmoore2-2/+4
2012-05-02Bug 342171 - join columns - choose 'Override Default' in Details and receive ...kmoore22-173/+259
2012-05-02Minor comment change.nhauge1-1/+2
2012-05-02Updated with EclipseLink 2.4.0 M18tle1-4/+14
2012-05-02355411 - remove cheet sheets from doc plugin as they were causing problems fo...nhauge5-209/+1
2012-05-02updated a comment about building the ASTRootkmoore1-2/+1
2012-05-01Fix usage of isEmpty.nhauge1-1/+2
2012-04-30Fix entity generation package name preference to honor the last used preference.nhauge3-9/+12
2012-04-27include JPA platform in error message about unrecognized JPA platformkmoore1-1/+1
2012-04-26Bug 367122 - [API] Invalid validation for EclipseLink collection mappingskmoore4-53/+86
2012-04-25Renamed EclipselinkStaticWeavingBuildertle3-3/+3
2012-04-25377707 - fix hardcoded platform version in dynamic entity gen.nhauge4-3/+29
2012-04-25[374825] fix infinite update when orm.xml contains class ref with a '.' at th...bvosburgh1-1/+1
2012-04-25Renamed StaticWeavingBuilderConfiguratortle3-7/+7
2012-04-25377172 - Generate Dynamic Entites dialog does not work correctly if you have ...tle2-19/+19
2012-04-24[377064] fix CCE when ITextEditor does not return an IPostSelectionProviderbvosburgh1-4/+13
2012-04-24null check for IFile, this happens for binarieskmoore1-1/+1
2012-04-24bug 372879 - [Feature] New Dynamic Entity Wizard - patch from Nankmoore20-49/+2928
2012-04-24removed unnecessary CollectionTools.addAll call, return EmptyIterable instead...kmoore1-12/+2
2012-04-24370407 - more performance improvements for cleaning a project and refactoring...kmoore3-18/+51
2012-04-18Performance enhancements for updating a JPA project - created a Map of Persis...kmoore1-19/+41
2012-04-18375120 - [Entity Generation] Default Package preference is not set if the wiz...tle5-32/+33
2012-04-18bug 377039 - Performance - enhancements for synching methods in the Java reso...kmoore1-1/+10
2012-04-18minor performance enhancementkmoore1-3/+5
2012-04-18minor performance tweaks for updating descendants and validating tableskmoore2-6/+38
2012-04-18375670 - NPE with 1.0 orm.xml one-to-many code completion - patch from Nan.nhauge1-3/+7
2012-04-18renamed mispelled methodkmoore1-3/+3
2012-04-17selectionChanged is called on the UI thread when right-clicking a project, mo...kmoore1-23/+23
2012-04-16rework plug-insbvosburgh4-160/+59
2012-04-13removed unnecessary casting to JavaPersistentkmoore1-3/+2
2012-04-13rename to PromptEclipseLink* instead of PromptEclipse*kmoore2-4/+4
2012-04-12374661 - [EclipseLink] Generate Dynamic entities requires JPA project selecti...tle4-25/+135
2012-04-11minor performance tuning to improve update timeskmoore1-4/+3
2012-04-11revert changes that reduced code duplication to fix NPEs that it was causingkmoore1-1/+35
2012-04-10removed Column.defaultName building during construction - too riskykmoore1-2/+0
2012-04-10removed unnecessary legacy CollectionTools.collection(Iterable) callskmoore1-3/+2
2012-04-10reordered setting of rootEntity, broke tests with my changes to build column ...kmoore2-4/+4
2012-04-09build some of the defaults during construction for performance when building ...kmoore5-0/+18
2012-04-09removed unnecessary legacy CollectionTools.collection(Iterable) callskmoore5-10/+8
2012-04-09removed unused codekmoore1-10/+0
2012-04-05capture sync and update stack traces for debuggingbvosburgh3-29/+37
2012-04-05376007, 375669 - MakePersistent wizard - move to batch changes in the model -...kmoore6-124/+469
2012-04-05Bug 375841 - root structure node leak when removing a class ref from the pers...kmoore2-14/+121
2012-04-05build some things during construction and reordered to minimize the number of...kmoore4-11/+19
2012-04-05Update JPQL query Hermes refactoring API - Patch from Pascaltle3-9/+74
2012-04-04tweak content assist loggingbvosburgh2-9/+2
2012-04-04tweak job namesbvosburgh1-4/+4
2012-04-03[353149] metadata conversion UIbvosburgh79-2221/+1772
2012-04-02Added preference metadata tests.tle1-1/+1

Back to the top