Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2012-05-15This commit was manufactured by cvs2svn to create tag 'v201205150000'.v201205150000nhauge1227-219849/+0
2012-05-14378883 - NPE disposing JpaJpqlContentProposalProviderkmoore1-1/+3
2012-05-14Bug 379051 - Rename a class with java queries that is listed in the orm.xml, ...kmoore2-12/+11
2012-05-11eclipselink M19.1tle1-10/+56
2012-05-10Correcting accidental commit, reverting to last version.nhauge8-107/+250
2012-05-10Fix for bug#315445 - persistence.xml editor add/remove list layout issuespfilion8-250/+107
2012-05-10bug 369684 - added library install delegate disposalspfullbright1-0/+3
2012-05-10Bug 379021 - JPA Structure view shows empty node with Generic JPA projectkmoore1-1/+0
2012-05-08Bug 378419 - JPA Structure view not updated when changing XML mapping metadat...kmoore2-4/+3
2012-05-03edited illegalStateException message to point to the correct methodkmoore1-1/+1
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 StaticWeavingBuilderConfiguratortle4-10/+10
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-21Fixed metadata tests.tle2-2/+2
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-18made ArrayIndexOutOfBoundsException throwing consistentpfullbright28-446/+402
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

Back to the top