Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2011-11-01This commit was manufactured by cvs2svn to create tag 'v201111010000'.v201111010000nhauge1516-313959/+0
2011-11-01Bug 361280 - JpaFacetActionPage.setUpRuntimeListener() throws class cast exce...kmoore1-2/+2
2011-11-01Bug 362598 - generanted canonical metamodel classes all have validation warningkmoore1-0/+4
2011-11-01Bug 354804 - Can't remove @NamedNativeQuery#resultClass field from ui - patch...kmoore1-0/+3
2011-11-01local fix for bug 310720 to make the tenant discriminator columns UI work pro...kmoore1-1/+55
2011-11-01Bug 347368 - UnsupportedOperationException when element collection contains n...kmoore2-14/+6
2011-10-31 361281 - JpaFacetActionPage leaks IFacetedProjectListenerkmoore1-11/+22
2011-10-31362225 - JoinTable specified inverse join columns invalid validationkmoore1-5/+2
2011-10-31362064 - NPE changing access type to PROPERTY in orm.xml without property met...kmoore1-1/+1
2011-10-28348283 - Should only provide the list of selected tables to table 2 field. P...nhauge1-2/+16
2011-10-26Bug 313797 - More recent version of document warning does not appear until af...kmoore2-0/+16
2011-10-26349316 - 'delimited identifiers' check box appearing for 1.0 orm.xml file - p...kmoore3-3/+36
2011-10-25359430 - Generating just sql-script has unnecessary warning dialogtle2-3/+3
2011-10-25349015 - add qualifier to class with using id class.nhauge2-2/+9
2011-10-25added some more validation for multitenancy as well as a checkbox in the UI t...kmoore7-41/+131
2011-10-25361987 - added target-server and target-database options that are now support...kmoore4-1/+21
2011-10-25Reworked XML JPQL content assist, added its own content assist page and it's ...pfilion2-28/+21
2011-10-24removed 'primary key' check box for eclipselink 2.3 platformkmoore1-8/+8
2011-10-24added tests for Multitenant.VPD and fixed an error in the java context modelkmoore4-5/+29
2011-10-24Fix missing message from previous patch.nhauge1-1/+0
2011-10-21Updated Eclipselink versiontle1-4/+4
2011-10-21Minor update to global "duplicate name" validation.nhauge1-3/+3
2011-10-21359690 - converter validation too strict if converters are named the same but...nhauge45-14/+697
2011-10-21360594 - EclipseLink multitenancy UIkmoore45-265/+2587
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-14Fix for versioning blunder in maintenance stream. Maintenance was incremente...nhauge2-2/+2
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 supportkmoore12-330/+328
2011-10-07Changed instanceof to use (value.getNodeType() == ASTNode.ARRAY_INITIALIZER)pfilion1-3/+3
2011-10-07removing excess EclipseLink packages, mainly related to EclipseLink versionkmoore420-3034/+2105
2011-10-07356468 - EclipseLink Cache isolation supportkmoore10-9/+379
2011-10-06360002 - NPE when you add a JPA annotation to a class constructorkmoore2-1/+36
2011-10-05Should fix bug#358106pfilion1-4/+16
2011-10-04single-table multitenancy defaults for tenant discriminator columnskmoore44-79/+2792
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-27cleaning up EclipseLink orm test hierarchykmoore47-531/+349
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

Back to the top