Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-21This commit was manufactured by cvs2svn to create tag 'v201109210000'.v201109210000nhauge3452-464636/+0
2011-09-19added getParameterTypeName(int index) to apipfullbright1-13/+18
2011-09-19356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsdkmoore34-225/+1937
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...kmoore126-743/+3728
2011-09-14fixed "unboxed" warningkmoore1-1/+1
2011-09-13[357542] fix CCE when gathering up EL convertersbvosburgh1-1/+4
2011-09-12Table and Column design documentationbvosburgh2-0/+0
2011-09-08356292 - Validation error for entities with @AttributeOverride on attribute m...kmoore2-0/+10
2011-09-02updated java multitenant resource model to support include-criteria for eclip...kmoore5-4/+131
2011-09-02updated orm resource model for the 2.4 eclipselink-orm.xml schemakmoore34-362/+3177
2011-09-01removed unused methodskmoore2-25/+0
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh66-789/+1078
2011-08-30Bug 354013 - adding interface XmlBaseDiscriminatorColumnkmoore11-264/+526
2011-08-30removed getTypeMapping() from ReadOnlyNamedColumn, it is unnecessarykmoore29-104/+26
2011-08-26fix translatorkmoore1-1/+1
2011-08-26bug 355978 - NPE adding persistence-unit-defaults element to eclipselink-orm....kmoore1-1/+5
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-22303527 - Map key join column model support and validationkmoore14-24/+1357
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-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-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright4-7/+7
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-15added support for arrays and genericspfullbright1-0/+8
2011-08-15Bug 354550 - [EclipseLink] ElementCollection Convert annotation and convert o...kmoore9-38/+337
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore66-693/+2171
2011-08-12bug 354055 - EclipseLink MapKeyConvert annotation supportkmoore11-115/+459
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-08added resource model for multi-tenancy supportkmoore41-665/+2738
2011-08-05Update plugin version numbers for 3.1 M1.nhauge6-6/+6
2011-08-05removed a few more ListIterators from UI codekmoore5-29/+23
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 sourcekmoore1-0/+5
2011-08-04Bug 353575 - some supported annotations removed when changing attribute/type ...kmoore31-58/+1263
2011-08-03bug 353146 - Make Persistent Wizard: Cannot select mapping file from the fold...kmoore3-30/+16

Back to the top