Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-21This commit was manufactured by cvs2svn to create tag 'v201109210000'.v201109210000nhauge5983-950884/+0
2011-09-21bug 357948 - Annotations added via the context model were not being initializedkmoore1-0/+1
2011-09-21Fix version range of the newly added org.eclipse.core.filesystem dependencysdimov1-1/+1
2011-09-20357691- issue with removing a container annotation and it still exists in our...kmoore1-1/+6
2011-09-20[350474] Cannot create JPA Diagram because Eclipse try to puts XML file in th...sdimov3-9/+36
2011-09-19added method signature validation to XmlElementDeclpfullbright3-0/+24
2011-09-19added getParameterTypeName(int index) to apipfullbright4-120/+158
2011-09-19356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsdkmoore35-226/+1994
2011-09-19added copyright statementkmoore1-0/+9
2011-09-19Bug 357954 - CCE creating eclipselink-orm.xml file with access type setkmoore1-2/+1
2011-09-19Bug 357941 - ArrayIndexOutOfBoundsException when switching from PrimaryKeyJoi...kmoore18-107/+17
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

Back to the top