Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-29This commit was manufactured by cvs2svn to create tag 'v201111290000'.v201111290000nhauge644-131161/+0
2011-11-07downgrading TABLE_PER_TENANT validation severity since eclipselink will suppo...kmoore2-2/+2
2011-10-25added some more validation for multitenancy as well as a checkbox in the UI t...kmoore3-22/+100
2011-10-25361987 - added target-server and target-database options that are now support...kmoore2-1/+13
2011-10-24added tests for Multitenant.VPD and fixed an error in the java context modelkmoore2-5/+7
2011-10-21359690 - converter validation too strict if converters are named the same but...nhauge15-13/+331
2011-10-21360594 - EclipseLink multitenancy UIkmoore11-28/+138
2011-10-20fixed multitenant xml resource modelkmoore2-3/+3
2011-10-19[335596] named query support on mapped superclasses (where applicable). Patc...nhauge2-0/+24
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-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore7-12/+47
2011-10-07remove EclipseLink 2.4 platform supportkmoore7-183/+181
2011-10-07removing excess EclipseLink packages, mainly related to EclipseLink versionkmoore167-1316/+1211
2011-10-07356468 - EclipseLink Cache isolation supportkmoore7-4/+216
2011-10-04single-table multitenancy defaults for tenant discriminator columnskmoore31-49/+1984
2011-09-19356226 - [EclipseLink] 2.4 platform support including eclipselink-orm.xsdkmoore23-188/+1670
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...kmoore2-10/+2
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore41-217/+2705
2011-09-14fixed "unboxed" warningkmoore1-1/+1
2011-09-13[357542] fix CCE when gathering up EL convertersbvosburgh1-1/+4
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 schemakmoore31-344/+3091
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh17-192/+283
2011-08-30Bug 354013 - adding interface XmlBaseDiscriminatorColumnkmoore4-46/+92
2011-08-26fix translatorkmoore1-1/+1
2011-08-26bug 355978 - NPE adding persistence-unit-defaults element to eclipselink-orm....kmoore1-1/+5
2011-08-22moved EclipseLinkConvert validation to a validator object to reduce code dupl...kmoore4-99/+109
2011-08-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright4-7/+7
2011-08-16moved EclipseLink type mapping validators to internal.context, not sure why ...kmoore14-20/+20
2011-08-15Bug 354550 - [EclipseLink] ElementCollection Convert annotation and convert o...kmoore4-17/+47
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore2-23/+21
2011-08-12bug 354055 - EclipseLink MapKeyConvert annotation supportkmoore10-115/+454
2011-08-12Moved ClassExtractorAnnotation to v2_1 packageskmoore9-13/+45
2011-08-08added resource model for multi-tenancy supportkmoore27-125/+1933
2011-08-04Bug 353883 - [EclipseLink] Add 1-m, m-m, 1-1, element-collection, m-1 to xml ...kmoore5-5/+7
2011-08-04Bug 353575 - some supported annotations removed when changing attribute/type ...kmoore16-44/+793
2011-08-02changing the rest of the Iterator API to Iterablekmoore7-76/+56
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore148-1443/+1019
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge1-1/+4
2011-07-25updated eclipselink-orm schema for tenant-discriminator-column mistake - bug ...kmoore10-170/+170
2011-07-13refactor specifiedAccess to simplify and remove extra PersistentType implemen...kmoore3-110/+2
2011-07-12refactor specifiedAccess to simplify and remove extra PerstistentAttribute im...kmoore9-161/+7
2011-07-11245431 - Add cache default property to persistence.xml. Patch from Les.nhauge3-7/+63
2011-07-08[346005] fix EclipseLink converters (make consistent with generators/queries)bvosburgh1-3/+0
2011-07-08tweak commentsbvosburgh1-2/+2
2011-07-08minor tweaksbvosburgh2-2/+2
2011-07-08[346005] fix EclipseLink converters (make consistent with generators/queries)bvosburgh27-587/+938
2011-07-08[339432] fix validation of virtual overridesbvosburgh4-15/+9

Back to the top