Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-14This commit was manufactured by cvs2svn to create tag 'v201109140000'.v201109140000nhauge3599-557512/+0
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore138-744/+4690
2011-09-14fixed "unboxed" warningkmoore1-1/+1
2011-09-13[357542] fix CCE when gathering up EL convertersbvosburgh1-1/+4
2011-09-13XmlElementRef(s) and XmlElementDecl validationpfullbright44-1107/+2466
2011-09-12Table and Column design documentationbvosburgh2-0/+0
2011-09-12[356331] Editor remains dirty after savesdimov6-9/+43
2011-09-08356292 - Validation error for entities with @AttributeOverride on attribute m...kmoore4-20/+77
2011-09-02updated java multitenant resource model to support include-criteria for eclip...kmoore6-4/+181
2011-09-02updated orm resource model for the 2.4 eclipselink-orm.xml schemakmoore36-363/+8705
2011-09-01removed unused methodskmoore2-25/+0
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh68-789/+1133
2011-08-30Bug 354013 - adding interface XmlBaseDiscriminatorColumnkmoore11-264/+526
2011-08-30removed getTypeMapping() from ReadOnlyNamedColumn, it is unnecessarykmoore29-104/+26
2011-08-29[356088] Corrupted diagramsdimov5-82/+115
2011-08-26fix translatorkmoore1-1/+1
2011-08-26bug 355978 - NPE adding persistence-unit-defaults element to eclipselink-orm....kmoore1-1/+5
2011-08-26removed ANNOTATION_NAME from annotation interfacespfullbright142-716/+661
2011-08-26XmlElementRefsMapping context model and testspfullbright3-296/+500
2011-08-25XmlMixed support and testspfullbright11-33/+732
2011-08-25added default name testingpfullbright1-3/+75
2011-08-25XmlElementRef validation (and refactoring to support it)pfullbright6-179/+298
2011-08-25renamed package strings, added JAXB_ELEMENTpfullbright1-69/+81
2011-08-25added back content assit and validation for name/namespacepfullbright1-0/+29
2011-08-25fixed xsd type retrieval for anonymous/ root element typespfullbright1-1/+17
2011-08-25added getRegistry()pfullbright2-2/+17
2011-08-25added compilation unit creation methodpfullbright1-0/+4
2011-08-25cleaning up target-entity validation for consistency with target-class map-ke...kmoore2-25/+48
2011-08-25bug 355502 - Invalid ORM id-class validation with package elementkmoore1-8/+9
2011-08-25bug 354676 - MapKeyClass validation needed for 1-m and m-m mappingskmoore12-21/+134
2011-08-25bug 354444 - Invalid ORM ElementCollection target-class validation with packa...kmoore3-12/+58
2011-08-25354780 - add backwards compatibility for old metadata values.nhauge1-3/+29
2011-08-23@XmlMixed allowed to be used with @XmlElementRefspfullbright1-1/+2
2011-08-23changed "SchemaComponentRef" -> "QName"pfullbright35-410/+410
2011-08-22XmlElementRef base context modelpfullbright8-4/+1079
2011-08-22303527 - Map key join column model support and validationkmoore20-24/+2840
2011-08-22added 'required' support to XmlElementRef annotationpfullbright6-7/+161
2011-08-22moved EclipseLinkConvert validation to a validator object to reduce code dupl...kmoore4-99/+109
2011-08-19removed unused validation messagekmoore5-5/+0
2011-08-18XmlElements and XmlIDREF validationpfullbright8-106/+222
2011-08-18tweaked commentspfullbright2-6/+4
2011-08-18changed column owner api and implementations so that MapKeyJoinColumn can bui...kmoore4-24/+0
2011-08-18changed column owner api and implementations so that MapKeyJoinColumn can bui...kmoore44-80/+68
2011-08-17added XmlBaseColumn interfacekmoore9-255/+595
2011-08-17refactoring to allow JavaJoinColumn to be used for MapKeyJoinColumnskmoore12-63/+57
2011-08-17added validation for XmlElement.type being subtype of attribute base typepfullbright1-0/+1
2011-08-17moved Context interface from XmlElement interface to impl class - only an imp...pfullbright4-16/+17
2011-08-17Update feature version number for 3.1.nhauge2-2/+2
2011-08-17Updated Eclipselink versiontle3-7/+7
2011-08-16Updated org.eclipse.persistence.jpa.jpql bundle dependency.tle1-2/+2

Back to the top