Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-28373870 - Should support table generation for OSGi persistence bundle projecttle1-3/+23
2012-03-28initializing simple defaults during construction, might as well do it before ...kmoore6-17/+17
2012-03-21Bug 371112 - EclipseLink converter validation appearing on xml, when converte...kmoore19-51/+244
2012-03-21Bug 374898 - some attribute mapping level refactorings are not happening in a...kmoore7-21/+108
2012-03-20dynamic flag should only be true if EclipseLink version 2.1 or higherkmoore1-2/+4
2012-03-14minor change to validation text range for a version mappingkmoore1-1/+1
2012-03-08cache resource annotation text rangesbvosburgh54-305/+520
2012-03-07[353149] metadata conversion - patch from Nanbvosburgh23-108/+273
2012-03-07188940 - Content assist for XML Mapping Files. Patch from Nan.nhauge8-6/+147
2012-03-06Bug 373414 - [EclipseLink] support DDL generation for dynamic classes using t...kmoore1-19/+31
2012-03-05Bug 373150 - [EclipseLink] JPA Structure 'Add Virtual Attribute' actionkmoore3-33/+41
2012-03-05Bug 369940 - [EclipseLink] dynamic persistence validation for parent-class at...kmoore4-47/+113
2012-03-01[372431] rework "combination" annotationsbvosburgh1-4/+4
2012-02-29moved typeIsBasic to JPA MappingTools, this is JPA specific code, not commonkmoore1-1/+2
2012-02-29bug 369944 - dynamic persistence - added validation for attribute-type on emb...kmoore16-52/+645
2012-02-28370895 - Static weaving results in infinite builder loop when enabledtle1-0/+6
2012-02-22Added support for dynamic entitiespfilion1-0/+10
2012-02-21cleaned up targetEmbeddable so that it works more like targetEntitykmoore1-6/+0
2012-02-17bug 369964 - dynamic persistence supportkmoore17-46/+1066
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore2-11/+1
2012-02-15Rework validation resources etc.uid84281-48/+71
2012-02-10rework JpaProjectManagerbvosburgh2-38/+24
2012-02-10tweak annotation adaptersbvosburgh1-2/+2
2012-02-09370342 - cleaned up how we resolve to ITypes in both xml(to remove partial pa...kmoore11-167/+192
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.xmlkmoore8-33/+83
2012-02-02Bug 370342 - partial package in the package element should not be supported i...kmoore1-0/+19
2012-01-27Refactored Hermes integration, JpaPlatform now returns the JPQL grammar and n...pfilion17-482/+75
2012-01-26315949 - Support Static Weaving through Dali Eclipse Plug-intle3-301/+2
2012-01-20added preliminary support for EclipseLink access-methods and VIRTUAL access typekmoore13-41/+723
2012-01-19removed use of reflection for persistence.xml enum property valueskmoore1-12/+12
2012-01-19Initial check-in.tle3-0/+471
2012-01-17changed access type to a String in the ORM resource model, preparing to suppo...kmoore1-3/+2
2012-01-05Bug 236087 - validation for IdClass - patch from Nankmoore2-2/+20
2011-12-21Bug 367325 - [EclipseLink] Multitenant include-criteria supportkmoore6-146/+193
2011-12-20Hermes JPQL parser 2 integration (needs EclipseLink 2.4.0) - patch from Pascaltle17-80/+579
2011-12-20Bug 361866 - [EclipseLink] add primary-key checkbox to tenant-discriminator-c...kmoore11-1/+52
2011-12-15364071 - [EclipseLink] partial model support for Structure and Array attribut...kmoore28-257/+1494
2011-12-05bug 331960 - plural converter annotations added in EclipseLinkkmoore92-1194/+3243
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-21359690 - converter validation too strict if converters are named the same but...nhauge13-1/+125
2011-10-21360594 - EclipseLink multitenancy UIkmoore7-21/+54
2011-10-19[335596] named query support on mapped superclasses (where applicable). Patc...nhauge1-0/+21
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 superclasskmoore6-18/+35
2011-10-10changed CollectionContainer to have the client call initialize, virtuals shou...kmoore7-12/+47
2011-10-07remove EclipseLink 2.4 platform supportkmoore5-148/+146
2011-10-07removing excess EclipseLink packages, mainly related to EclipseLink versionkmoore101-849/+755
2011-10-07356468 - EclipseLink Cache isolation supportkmoore5-2/+174

Back to the top