Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-29moved typeIsBasic to JPA MappingTools, this is JPA specific code, not commonkmoore1-1/+2
2012-02-29bug 369944 dynamic persistence - put attributeType at the top of the EL XmlAt...kmoore14-1192/+37
2012-02-29bug 369944 - dynamic persistence - added validation for attribute-type on emb...kmoore35-688/+1749
2012-02-28370895 - Static weaving results in infinite builder loop when enabledtle1-0/+6
2012-02-22Added checks for a null/empty type namepfilion1-2/+7
2012-02-22Added support for dynamic entitiespfilion9-4/+778
2012-02-21cleaned up targetEmbeddable so that it works more like targetEntitykmoore1-6/+0
2012-02-20Refactored preferences support with JpaPreferencesManagertle1-71/+26
2012-02-17bug 369964 - dynamic persistence supportkmoore50-608/+1963
2012-02-16cleaned up NamedColumn hierarchy isVirtual() and isDefault() as part of an ef...kmoore3-14/+2
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...kmoore15-204/+206
2012-02-09Bug 370877 - missing java eclipselink customizer validationkmoore1-32/+30
2012-02-07315949 - Support Static Weaving through Dali Eclipse Plug-intle1-3/+3
2012-02-02Bug 277017 - class chooser widgets don't work if package is set in orm.xmlkmoore12-44/+137
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...pfilion18-503/+102
2012-01-26315949 - Support Static Weaving through Dali Eclipse Plug-intle3-301/+2
2012-01-26Initial check-in.tle2-0/+344
2012-01-20added preliminary support for EclipseLink access-methods and VIRTUAL access typekmoore20-46/+982
2012-01-19removed use of reflection for persistence.xml enum property valueskmoore16-252/+335
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 supportkmoore10-181/+236
2011-12-20Hermes JPQL parser 2 integration (needs EclipseLink 2.4.0) - patch from Pascaltle19-80/+741
2011-12-20Bug 361866 - [EclipseLink] add primary-key checkbox to tenant-discriminator-c...kmoore14-2/+74
2011-12-15364071 - [EclipseLink] partial model support for Structure and Array attribut...kmoore41-269/+3102
2011-12-05bug 331960 - plural converter annotations added in EclipseLinkkmoore129-4182/+4915
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

Back to the top