Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-10-30Added converters to update mechanism, and testspfullbright2-44/+109
2008-10-29renamed Converter -> CustomConverter, refactored EL converters to add abstrac...pfullbright6-144/+142
2008-10-28246120 - resource and context model support for converters on type mappings a...kmoore6-4/+2715
2008-10-28support for change tracking on orm embeddables, entities, and mapped supercla...pfullbright3-1/+526
2008-10-28refactored ChangeTracking before adding orm implementationpfullbright3-251/+289
2008-10-28246120 - completed attribute mapping level converter support in the eclipsein...kmoore1-1/+207
2008-10-27249505 - more converters support on attribute mappings, conversion-values on ...kmoore5-0/+1049
2008-10-27Added EclipseLink general properties teststle3-2/+405
2008-10-27Renamed GeneralProperties teststle1-159/+0
2008-10-27251119 - [EclipseLink] needs persistence.xml editor support for eclipselink.e...tle2-0/+318
2008-10-26eclipselink-orm convert context model support for id, basic, and version mapp...kmoore3-22/+487
2008-10-24bug 245429 - added eclipselink orm expiry time of day supportkmoore1-0/+106
2008-10-24251754 - support for virtual attribute mappings in eclipselinkkmoore2-3/+255
2008-10-23suppress nls warningskmoore1-0/+1
2008-10-22changed setting context value to INNER to set value on annotation, rather tha...pfullbright4-0/+32
2008-10-22added orm join fetch testspfullbright9-369/+566
2008-10-22245429 - cache expiry support for eclipselink-orm.xmlkmoore1-1/+97
2008-10-21245429 - eclipseilnk-orm.xml support for existence-checkingkmoore2-0/+187
2008-10-21removed most of the java specific eclipselink interfaces and the methods in e...kmoore1-2/+1
2008-10-21245429 - add initial caching support to the eclipselink-orm.xml, expiry and e...kmoore4-21/+1871
2008-10-21Added extension for one-to-one/one-to-many private owned in translators, cont...pfullbright5-22/+203
2008-10-20[197069] support for entities in jars prepbvosburgh33-502/+518
2008-10-20Added mutable to eclipselink orm basic/id/version mappingspfullbright8-30/+401
2008-10-20changed Mutable in java to only have 3 stateskmoore3-156/+54
2008-10-17228042 - [EclipseLink] needs persistence.xml editor support for eclipselink.t...tle1-2/+32
2008-10-17Renamed tests.tle1-2/+2
2008-10-17250019 - customizer eclipselink-orm.xml support in entity, mappedsuperclass, ...kmoore7-56/+507
2008-10-16added read-only support to mapped-superclass in the eclipselink-orm.xmlkmoore2-0/+189
2008-10-16added readOnly to eclipselink orm resource model and context modelpfullbright6-26/+346
2008-10-15changed ReadOnly api to use boolean instead of Boolean where possible. this ...kmoore2-8/+8
2008-10-15ReadOnly interface change to handle default settings for xmlkmoore2-11/+130
2008-10-13237657 - EclipseLink default 1-1 and 1-m mappingskmoore2-0/+73
2008-10-09240036 - added EclipseLink java ChangetTracking supportkmoore3-1/+433
2008-10-09bug 240036 - ChangeTracking java resource model supportkmoore2-0/+99
2008-10-09move the createAnnotation methods down to the eclipselink testcase as they ar...kmoore1-0/+9
2008-10-09renaming some eclipseLink classes, trying to be more consistentkmoore8-130/+130
2008-10-09renaming some eclipseLink classes, trying to be more consistentkmoore2-35/+35
2008-10-09240042 - EclipseLink Customizer annotation supportkmoore4-38/+236
2008-10-07240038 - EclipseLink ReadOnly annotation support on Entity and MappedSuperclasskmoore3-0/+194
2008-10-07added ReadOnly and Customizer annotation resource model supportkmoore3-0/+153
2008-10-07added Mutable annotation support to EclipseLink basic, version and id mappingskmoore3-0/+469
2008-10-02cleaned up imports using DaliEMFFormatterpfullbright8-8/+3
2008-10-02changed package name, elorm -> ormpfullbright1-2/+2
2008-10-02created TypeStringExpressionConverter to be used when a either a simple type ...kmoore2-0/+16
2008-09-30reducing code duplication with PrivateOwnedComposite and has-a relationship f...kmoore2-20/+28
2008-09-29added java annotation support for JoinFetch to 1-1, 1-m, m-1, m-m mappingskmoore5-0/+705
2008-09-29added privateOwned support to eclipselink 1-1 and 1-m mappingskmoore4-1/+210
2008-09-26added java resource model for JoinFetch and PrivateOwnedkmoore3-0/+157
2008-09-26objectTypeConverter defaultObjectValue supportkmoore1-1/+72
2008-09-26added object type converter conversionValues supportkmoore1-3/+225

Back to the top