Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa
AgeCommit message (Expand)AuthorFilesLines
2011-05-12This commit was manufactured by cvs2svn to create tag 'v201108092000'.v201108092000nhauge3858-594741/+0
2011-05-12[336296] fix validation of virtual attribute mappings 2 - fix messagesbvosburgh98-1469/+1836
2011-05-10344170 - fix struct converter validation. Patch from Les.nhauge4-2/+67
2011-05-04bug 312444 (for Nan) - fixed JPA problems severities so they revert to actual...pfullbright2-7/+3
2011-05-02342172 - Add Hermes JPQL parser source to SDK's buildtle1-0/+5
2011-04-28remove extraneous importbvosburgh2-5/+2
2011-04-28minor tweaksbvosburgh2-9/+15
2011-04-28fix commentbvosburgh1-1/+4
2011-04-28[336296] fix validation of virtual attribute mappingsbvosburgh165-1071/+1358
2011-04-28Partial fix for bug 342171 - Mapping One to Many - chooses override in Detail...pfilion1-15/+15
2011-04-28Updated JPQL validation strings, which are based on the latest changes made t...pfilion1-12/+26
2011-04-28Minor fix to the query text area when the subject changespfilion1-0/+4
2011-04-28Fix for bug 343686 - JPQL content assist extension point added to wrong plug-inpfilion1-1/+16
2011-04-28Fix for bug 343686 - JPQL content assist extension point added to wrong plug-inpfilion1-9/+0
2011-04-27339243 - fix stack overflow in IdClass ref. Patch from Nan.nhauge11-7/+107
2011-04-27added EclipseLink 2.3 JPA platform and UIpfullbright20-97/+436
2011-04-27moved eclipselink schemas to *.common.eclipselink.core pluginpfullbright20-48337/+2
2011-04-26340272 - ensure proper encoding for generated entities. Patch from Pascal.nhauge1-2/+4
2011-04-26339603 - Fix NPE with override validation. Patch from Nan.nhauge1-1/+33
2011-04-26335741 - Update validation prefs for 3.0.nhauge5-906/+1002
2011-04-21[339298] Fix ElementCollection Map attribute overrides. Patch from Nan.nhauge2-13/+6
2011-04-21[313174] Don't mark table invalid if table definition is simply redeclaring t...nhauge2-9/+21
2011-04-19310824 - Generate Tables should offer DDL script only generationtle11-52/+256
2011-04-19[330619] [277138] [330619] - Class validation for various EclipseLink Customi...nhauge7-15/+379
2011-04-18Reorganized dependencies on Eclipselinktle1-0/+20
2011-04-12[337930] - Content assist and validation for JPQL Named Queries. Includes as...nhauge64-169/+7123
2011-04-12Removed project’s persistence.jartle1-1/+0
2011-04-12Removed project’s persistence.jartle4-5/+2
2011-04-11Removed Optional in Features Nametle3-6/+6
2011-04-08cleaned uppfullbright2-6/+14
2011-04-04Added common features.tle4-34/+10
2011-04-04restore project-specific compiler compliance (1.5) settings - just need to be...bvosburgh24-30/+178
2011-04-04refactor mapping definitions to use delegation rather than inheritancebvosburgh54-1109/+1157
2011-04-01clarify comments in buildJoinColumnDefaultName(...)bvosburgh1-9/+18
2011-03-30[340175] Re-institute support for custom variables for the JPA facet. These ...nhauge5-4/+128
2011-03-25Added org.eclipse.persistence.jpa.jpqltle1-0/+7
2011-03-22more x-friend/access rules clean-upbvosburgh3-4/+3
2011-03-22add MySQL ANSI_QUOTES support; add check for SQL reserved words (that must be...bvosburgh6-115/+134
2011-03-22clean up .cvsignore filesbvosburgh13-43/+3
2011-03-17Changed statement to include persistence jar instead.tle1-2/+6
2011-03-16Added javax.persistence dependencytle1-8/+2
2011-03-16Added javax.persistence dependencytle1-20/+1
2011-03-09[335594] fix buildJavaNamedQuery(...) signature to override implementation in...bvosburgh2-20/+21
2011-03-09339434 - CCE adding a java entity to a mapping file - change to ReadOnlySecon...kmoore1-1/+2
2011-03-09339428 - fix NPE with null Iterator -NPE setting attribute overrides to an em...kmoore1-6/+2
2011-03-09[335343] fix combo box behavior - patch from Nanbvosburgh2-32/+17
2011-03-08338945 - isDisposed() check necessary to prevent an exception when deleting a...kmoore1-0/+3
2011-03-03fix the implementation of getName(), this needs to be the fully qualified nam...kmoore1-0/+3
2011-03-03orm virtual attribute labels were not appearing in the JPA Content project ex...kmoore1-3/+3
2011-03-03[334454] rework database stuff to handle MySQL case-sensitivity crazinessbvosburgh6-30/+35

Back to the top