Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-16This commit was manufactured by cvs2svn to create tag 'v201108160001'.v201108160001nhauge3334-550492/+0
2011-08-16Updated org.eclipse.persistence.jpa.jpql bundle dependency.tle1-2/+2
2011-08-16added validation for XmlElement.type being subtype of attribute base typepfullbright2-7/+27
2011-08-16added check for type being subtype of itself, and testpfullbright2-3/+13
2011-08-16added more testspfullbright1-0/+10
2011-08-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright7-46/+106
2011-08-16added getJavaResourceType() API to TypeMappingkmoore3-6/+10
2011-08-16moved EclipseLink type mapping validators to internal.context, not sure why ...kmoore15-21/+21
2011-08-16created a common interface XmlBaseJoinColumn for join columns and pk join col...kmoore11-224/+578
2011-08-16fixed CCE with virtual java association override validationkmoore1-3/+3
2011-08-15added java completion proposals for mapKeyConverterkmoore2-1/+8
2011-08-15refactored XmlElement out to its own component; added XmlElements model and v...pfullbright45-623/+2161
2011-08-15added support for arrays and genericspfullbright12-89/+497
2011-08-15Bug 354550 - [EclipseLink] ElementCollection Convert annotation and convert o...kmoore11-38/+519
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore78-706/+3496
2011-08-12bug 354055 - EclipseLink MapKeyConvert annotation supportkmoore16-116/+633
2011-08-12Moved ClassExtractorAnnotation to v2_1 packageskmoore9-13/+45
2011-08-12Bug 354669 - invalid map key class validation in orm.xml element collectionkmoore1-1/+1
2011-08-11comment out new eclipselink tests for m1 buildkmoore1-2/+1
2011-08-10Failing test commentedsdimov1-1/+1
2011-08-10Fixing plugin version numbersdimov1-1/+1
2011-08-10[354363] Delete entity from diagram doesn't remove it from the project treesdimov1-3/+2
2011-08-09lost a few of Brian's changes related to validation virtual atributes when co...kmoore2-11/+22
2011-08-09Fixing version numberssdimov11-11/+12
2011-08-09Plugin and features incrementsdimov11-11/+11
2011-08-08Update plugin versions for M1.nhauge3-3/+3
2011-08-08Reverting the changesdimov5-5/+5
2011-08-08Fixing failing buildsdimov5-5/+5
2011-08-08Increasing versions of plugins and featuressdimov10-12/+12
2011-08-08added resource model for multi-tenancy supportkmoore47-667/+3225
2011-08-08fixed annotation removal code when changing the primary annotationkmoore1-11/+14
2011-08-08Redirecting to the last buildsdimov1-1/+1
2011-08-05Update feature version numbers for 3.1 M1.nhauge16-28/+42
2011-08-05Update plugin version numbers for 3.1 M1.nhauge18-18/+18
2011-08-05Redirecting Hudson job to the last WTP buildsdimov1-2/+2
2011-08-05removed a few more ListIterators from UI codekmoore5-29/+23
2011-08-05[353988] NPE during open diagramsdimov1-3/+7
2011-08-04Bug 353883 - [EclipseLink] Add 1-m, m-m, 1-1, element-collection, m-1 to xml ...kmoore5-5/+7
2011-08-04fix issue with UI not updating when a list element is removed from sourcekmoore2-0/+10
2011-08-04[353555] Inconsistent diagram name - testsdimov3-1/+65
2011-08-04Bug 353575 - some supported annotations removed when changing attribute/type ...kmoore42-81/+4078
2011-08-03bug 353146 - Make Persistent Wizard: Cannot select mapping file from the fold...kmoore3-30/+16
2011-08-02added @Override for buildASTRoot()kmoore1-0/+1
2011-08-02195832- Add option to refresh DB metadata prior to entity generationtle7-1/+37
2011-08-02bug 353495 - NPE in JDTPackage constructor for default packages - fix from Dm...kmoore2-12/+41
2011-08-02changing the rest of the Iterator API to Iterablekmoore176-1677/+1449
2011-08-02[353555] Inconsistent diagram namesdimov5-7/+15
2011-08-01removed XmlMixed mappingpfullbright5-135/+0
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore1071-33383/+24853
2011-08-01No need to check isMapped() for a superclass, references are automatically ma...kmoore3-4/+4

Back to the top