Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2011-11-17Update versions and version dependencies for 3.1 release.nhauge4-8/+8
2011-11-15bug 357810 - fixed dead file calculationpfullbright1-3/+10
2011-11-11This change restores compatibility for adopters who were using this API and n...nhauge2-0/+12
2011-11-11This change restores compatibility for adopters who were using this API and n...nhauge3-0/+14
2011-11-10361446 - Enabling JPQL content assist for MappedSuperclass in the Java Editor.nhauge1-7/+5
2011-11-10This change restores compatibility for adopters who were using this API and n...nhauge9-0/+91
2011-11-10This change restores compatibility for adopters who were using this API and n...nhauge6-1/+35
2011-11-09This change restores compatibility for adopters who were using JpaPersistence...nhauge2-2/+47
2011-11-09Bug 363306 - [EclipseLink] sql-script generation deletes the generated fileskmoore1-49/+0
2011-11-08355415 - Create JPA project and Add New JPA Entity and receive Stack Overflow...kmoore2-3/+8
2011-11-07downgrading TABLE_PER_TENANT validation severity since eclipselink will suppo...kmoore2-2/+2
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

Back to the top