Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-05-15This commit was manufactured by cvs2svn to create tag 'v200905150000'.v200905150000nhauge518-81384/+0
2009-05-14275325 - Inherited attributes aren't being resolved in the EclipseLink platfo...kmoore4-1/+59
2009-05-12255995 - [EclipseLink] incorrect default join fetch in orm.xml filekmoore4-18/+14
2009-05-04230880 - orm.xml DiscriminatorColumn length and type default not taken from j...kmoore1-0/+8
2009-04-27252899 - added code assist for Convert value to Id and Version mappingskmoore4-36/+89
2009-04-24272964 - changing properties in persistence.xml source does not properly upda...kmoore12-750/+562
2009-04-22fixed "null" validation error for converterClasskmoore1-0/+4
2009-04-20Renamed method getConvertResource()tle1-3/+3
2009-04-14252899 - Add code assist for GeneratedValue(generator) and Convert(value)tle1-5/+7
2009-04-13default variable 1-1 was throwing an UnsupportedOperationExceptionkmoore2-1/+37
2009-04-13252899 - Add code assist for GeneratedValue(generator) and Convert(value)tle5-1/+70
2009-04-08[197069] support for entities in jars - resource modelbvosburgh108-3427/+6035
2009-04-06reworked enumsbvosburgh5-181/+170
2009-04-06minor tweaksbvosburgh21-111/+112
2009-04-01removed unnecessary castingkmoore3-9/+6
2009-04-01[269581] - replaced calls to internal classes with calls to new API interfacespfullbright4-8/+14
2009-03-24235428 - Dali expects inner classes to be listed using '.' instead of '$' in ...kmoore6-3/+30
2009-03-24[269256] - changed isOwnedBy(RelationshipMapping) implementationpfullbright1-1/+1
2009-03-23269591 - exception with turkish locale, need to do english locale translation...kmoore1-1/+2
2009-03-19expanded on Karen's fix for strategy add/remove orderingpfullbright2-2/+0
2009-03-16268868 - 1-many using mappedBy, switch to joinColumns and an exception occurskmoore2-5/+7
2009-03-12refactored relationship references, added 1-M mappings with join columnspfullbright40-513/+1121
2009-03-12add the launch listener before launching, otherwise you run the risk of not r...kmoore1-1/+3
2009-03-12262437 - Use Galileo EclipseLink in Platform - Handling missing bundlestle1-23/+43
2009-03-10removing @Access support from EclipseLink1.1 platformkmoore2-20/+18
2009-03-10[197069] support for entities in jars - JAR resource modelbvosburgh18-99/+186
2009-03-05Tweaked exception message.tle1-1/+1
2009-03-05262437 - [EclipseLink] Use Galileo EclipseLink in Platformtle1-78/+187
2009-03-05validation error if table-per-class inheritance strategy is used in the Eclip...kmoore2-0/+20
2009-02-27266166 - EclipseLinkDDLGenerator creates hardcoded classpaths that point to E...tle1-13/+28
2009-02-20refactoring the context model type mappings to use abstract superclasseskmoore6-24/+12
2009-02-19created an AbstractJavaBasicMapping classkmoore1-2/+2
2009-02-18201657 - checking IReporter.isCancelled periodically during validationkmoore34-116/+150
2009-02-17cleaning up platform ui api, attribute mapping providerskmoore3-1/+46
2009-02-17oops should be creating embedded mapping resource model object, not basickmoore2-2/+2
2009-02-17making XmlTransientMapping implement XmlAttributeMapping so that we can cast ...kmoore12-7/+707
2009-02-13cleaning up JpaPlatformUi: structureProviders to work using a PlatformUiProvi...kmoore1-19/+13
2009-02-12258487 - added access type support to orm persistent attributeskmoore49-133/+1984
2009-02-12fixed a bug with setting persistence unit metadata in eclipselink-orm.xml fileskmoore3-0/+40
2009-02-10Turns out, eclipselink 1.0 actually supports all attribute mappings in embedd...pfullbright5-82/+13
2009-02-10JPA 2.0 tolerance for attribute mappings in embeddablespfullbright3-7/+95
2009-02-10removed @SuppressWarnings("unused")kmoore1-1/+1
2009-02-09refactored construction of OrmPersistentAttributes and OrmPersistentTypes, pa...kmoore45-514/+324
2009-02-09reworked persistence translatorsbvosburgh64-271/+275
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file creati...kmoore88-114/+14566
2009-02-05renamed XmlCaching to OrmCaching for consistencykmoore3-8/+8
2009-02-05adds a new mapping file content type, cleans up how we find and create xml re...kmoore26-246/+213
2009-02-04removed unused importkmoore1-1/+0
2009-02-03one more fix for bug 263101 - should not add converters to the persistence un...kmoore2-2/+0
2009-02-02backing out removal of resourceModelProviders extension point, will remove it...kmoore2-1/+28

Back to the top