Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-20fixed multitenant xml resource modelkmoore2-3/+3
2011-10-19minor cleaning to match other UI classeskmoore2-7/+15
2011-10-19added copyright headerkmoore1-0/+9
2011-10-19[335596] named query support on mapped superclasses (where applicable). Patc...nhauge15-20/+268
2011-10-19Fix for bug 360583 - No JPQL query validation when using undo/redo actionspfilion1-1/+3
2011-10-19Update version for 3.1M3.nhauge1-1/+1
2011-10-14[310876] [321736] - Add "do not show again" option on applicable Dali dialogs...nhauge8-69/+141
2011-10-13Bug 360731 - [Multi-Tenancy] Invalid validation against default tenant discri...kmoore2-10/+16
2011-10-12360725 - [Multi-Tenancy] Invalid validation message against mapped superclasskmoore7-18/+40
2011-10-11Fix for bug 359644 -JPQL completion causes tabs and enters to be replaced by ...pfilion2-11/+3
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore36-65/+201
2011-10-07remove EclipseLink 2.4 platform supportkmoore9-187/+185
2011-10-07Changed instanceof to use (value.getNodeType() == ASTNode.ARRAY_INITIALIZER)pfilion1-3/+3
2011-10-07removing excess EclipseLink packages, mainly related to EclipseLink versionkmoore342-1948/+1686
2011-10-07356468 - EclipseLink Cache isolation supportkmoore7-4/+216
2011-10-06360002 - NPE when you add a JPA annotation to a class constructorkmoore1-1/+1
2011-10-05Should fix bug#358106pfilion1-4/+16
2011-10-04single-table multitenancy defaults for tenant discriminator columnskmoore42-77/+2343
2011-09-30Fix for bug#357975 - Invalid JPQL error if named-query is in orm.xmlpfilion8-259/+33
2011-09-30One key was not properly converted from the ResourceBundle into the .properti...pfilion1-1/+1
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

Back to the top