Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2012-08-14Bug 386171 - adding comments surround jdt.ui bug 386358, plus set ourv201208161838Karen Butzke1-0/+3
2012-08-13bug 373430 - element collection with primitive target class and map keyKaren Butzke5-9/+89
2012-08-11Fix build failure.v201208112200tle1-2/+3
2012-08-09removing unnecessary(?) .cvsignore filesKaren Butzke8-13/+0
2012-08-09remove vestigial projectsKaren Butzke26-130/+0
2012-08-03Revert "test commit 3"Karen Butzke2-3/+3
2012-08-03test commit 3Karen Butzke2-3/+3
2012-08-03PersistentAttribute type name testsPaul Fullbright1-2/+58
2012-08-02382150 - ClassCastExpression in JpaMapping when the mapping type isPascal Filion1-7/+16
2012-08-02inherited attribute typePaul Fullbright12-34/+42
2012-08-02Pascal's JPQL changesPaul Fullbright11-28/+1158
2012-08-02EOL characters?Paul Fullbright3-547/+547
2012-08-01.cvsignore -> .gitignorePaul Fullbright28-14/+14
2012-07-21385224 - Schema Gen doesn’t open the right generated xsd when a namespace is...tle3-36/+0
2012-07-20rework plug-in classesbvosburgh142-2117/+1820
2012-07-20rework plug-in classesbvosburgh404-6278/+6229
2012-07-20synchronize JPA selection with updates etc.bvosburgh13-222/+338
2012-07-20clean up database combosbvosburgh9-281/+325
2012-07-20[379458] fix listener leakbvosburgh15-318/+303
2012-07-20add null checksbvosburgh1-3/+12
2012-07-20376512 - Fix enablement issue. Patch from Nan.nhauge1-2/+2
2012-07-20use getFullyQualfieidAttributeType() rather than getAttributeType()pfullbright2-2/+2
2012-07-20removed APIpfullbright2-10/+9
2012-07-20added inherited attribute apipfullbright9-27/+147
2012-07-20added commentpfullbright1-1/+5
2012-07-20added TODO for metamodel supportkmoore1-2/+2
2012-07-20changed JavaResourceNode hierarchy methods initialize, synchronizeWith, and r...kmoore3-18/+9
2012-07-20change JavaResourceAnnotationElement.getNameTextRange API to not use Compilat...kmoore3-25/+6
2012-07-20remove seemingly unnecessary call to JavaResourceCompilationUnit.resolveTypes...kmoore1-1/+0
2012-07-18removed unused code JPTToolskmoore3-482/+2
2012-07-18fixed tests to ignore java change events and had change a few tests to *not* ...kmoore2-0/+30
2012-07-18change JavaResourceAnnotatedElement.removeAnnotation(String) api to not check...kmoore2-4/+5
2012-07-18Bug 376787 - Performance - JavaResourceAnnotatedElement.getAnnotation(String)...kmoore8-23/+23
2012-07-18performance improvements - initialize/synchronize Annotations with the AST an...kmoore98-1316/+1580
2012-07-18renamed JpaProjectManager.addAsyncEventListenerFlag to addJavaEventListenerFl...kmoore3-35/+36
2012-07-18added API comment to EclipseLinkOrmPersistentType.isDynamic()kmoore1-0/+4
2012-07-18Bug 377562 - [EclipseLink] Add Virtual Attribute action does not set target-e...kmoore48-148/+744
2012-07-16bug 313632 - check for resource type support before retrieving structre providerpfullbright3-10/+15
2012-07-13352865 - SQL script generation does not open the generated scripttle13-247/+394
2012-07-12bug 362234 - changed process for updating default mappingpfullbright1-38/+31
2012-07-12Changes to resource model to incorporate new TypeBinding APIpfullbright22-116/+76
2012-07-11383809 - Correct and add new logging categories. Patch from Nan.nhauge28-383/+1453
2012-07-10Fix for bugs 384185 - WSW TCT#23 'first argument is not an Integer...' and bu...pfilion1-5/+4
2012-07-10Fix bug#384745 - WSW38 TCT#29 "any number of any number of"pfilion1-2/+2
2012-07-10Bug 378306 - 1-m JPA details view- unnecessary 'Override default' check box f...kmoore2-2/+2
2012-07-09unapplying the patch from bug 313632kmoore2-9/+10
2012-07-09Bug 379764 - JPA Details view causes SWT no more handles errorkmoore494-17457/+15622
2012-07-09313632 - IllegalArgumentException when retrieving ui for file that is not sup...kmoore2-10/+9
2012-07-09380150 - Need tolerance for EclipseLink NoSQL supportkmoore66-250/+8162
2012-07-06364197 - Fix custom M-M addition. Patch from Nan.nhauge2-14/+35

Back to the top