Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-02This commit was manufactured by cvs2svn to create tag 'v201204020000'.v201204020000nhauge92-10748/+0
2012-03-28initializing simple defaults during construction, might as well do it before ...kmoore2-3/+3
2012-03-21Bug 371112 - EclipseLink converter validation appearing on xml, when converte...kmoore19-51/+244
2012-03-08cache resource annotation text rangesbvosburgh8-29/+37
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh10-58/+128
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge1-2/+11
2012-02-29moved typeIsBasic to JPA MappingTools, this is JPA specific code, not commonkmoore1-1/+2
2012-02-17bug 369964 - dynamic persistence supportkmoore4-9/+12
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore1-6/+1
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore5-34/+1
2012-02-09Bug 370877 - missing java eclipselink customizer validationkmoore1-32/+30
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore4-24/+52
2011-12-21Bug 367325 - [EclipseLink] Multitenant include-criteria supportkmoore1-27/+53
2011-12-20Bug 361866 - [EclipseLink] add primary-key checkbox to tenant-discriminator-c...kmoore5-0/+25
2011-12-15364071 - [EclipseLink] partial model support for Structure and Array attribut...kmoore5-101/+511
2011-12-05bug 331960 - plural converter annotations added in EclipseLinkkmoore51-622/+2010
2011-11-07downgrading TABLE_PER_TENANT validation severity since eclipselink will suppo...kmoore1-1/+1
2011-10-25added some more validation for multitenancy as well as a checkbox in the UI t...kmoore1-7/+44
2011-10-21359690 - converter validation too strict if converters are named the same but...nhauge6-0/+59
2011-10-21360594 - EclipseLink multitenancy UIkmoore2-6/+23
2011-10-13Bug 360731 - [Multi-Tenancy] Invalid validation against default tenant discri...kmoore1-6/+9
2011-10-12360725 - [Multi-Tenancy] Invalid validation message against mapped superclasskmoore3-9/+17
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore2-2/+6
2011-10-07remove EclipseLink 2.4 platform supportkmoore1-27/+27
2011-10-07removing excess EclipseLink packages, mainly related to EclipseLink versionkmoore27-22/+2430
2011-10-07356468 - EclipseLink Cache isolation supportkmoore1-1/+35
2011-09-19Bug 357941 - ArrayIndexOutOfBoundsException when switching from PrimaryKeyJoi...kmoore1-5/+1
2011-09-14354013 - partial single-table multitenancy support - supporting specified mul...kmoore2-0/+86
2011-09-14fixed "unboxed" warningkmoore1-1/+1
2011-09-01clean up generator, query, and EclipseLink converter codebvosburgh5-13/+86
2011-08-22moved EclipseLinkConvert validation to a validator object to reduce code dupl...kmoore1-51/+15
2011-08-16changed JDTTools.typeNamedImplementsInterfaceNamed(..) to typeIsSubType(..) a...pfullbright1-1/+1
2011-08-16moved EclipseLink type mapping validators to internal.context, not sure why ...kmoore4-6/+6
2011-08-12Bug 354054 - [JPA2.0] MapKeyTemporal and MapKeyEnumerated model supportkmoore1-14/+6
2011-08-12Moved ClassExtractorAnnotation to v2_1 packageskmoore1-2/+2
2011-08-04Bug 353575 - some supported annotations removed when changing attribute/type ...kmoore3-0/+205
2011-08-02changing the rest of the Iterator API to Iterablekmoore1-11/+10
2011-08-01consolidation of the java resource model for JAXB and JPA. Changing API to I...kmoore19-166/+150
2011-07-27[351975] Fix NPE's for special characters and unresolved classes. Patch fro...nhauge1-1/+4
2011-07-12refactor specifiedAccess to simplify and remove extra PerstistentAttribute im...kmoore1-14/+0
2011-07-11245431 - Add cache default property to persistence.xml. Patch from Les.nhauge1-5/+23
2011-07-08minor tweaksbvosburgh1-1/+1
2011-07-08[346005] fix EclipseLink converters (make consistent with generators/queries)bvosburgh9-277/+371
2011-05-25bug 346535 - fixed isVirtual calc and removed converter construction for virt...pfullbright1-5/+32
2011-05-12[336296] fix validation of virtual attribute mappings 2 - fix messagesbvosburgh2-3/+3
2011-05-10344170 - fix struct converter validation. Patch from Les.nhauge1-2/+2
2011-04-28[336296] fix validation of virtual attribute mappingsbvosburgh13-37/+80
2011-04-19[330619] [277138] [330619] - Class validation for various EclipseLink Customi...nhauge1-12/+27
2011-04-04refactor mapping definitions to use delegation rather than inheritancebvosburgh12-140/+201
2011-02-25[336135] Version validation. Patch from Nan.nhauge1-0/+18

Back to the top