Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-12refactored relationship references, added 1-M mappings with join columnspfullbright16-52/+256
2009-03-10[197069] support for entities in jars - JAR resource modelbvosburgh1-4/+4
2009-02-20refactoring the context model type mappings to use abstract superclasseskmoore3-12/+6
2009-02-18201657 - checking IReporter.isCancelled periodically during validationkmoore17-48/+65
2009-02-17cleaning up platform ui api, attribute mapping providerskmoore2-1/+39
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 ...kmoore1-0/+66
2009-02-12258487 - added access type support to orm persistent attributeskmoore32-3/+1632
2009-02-12fixed a bug with setting persistence unit metadata in eclipselink-orm.xml fileskmoore2-0/+34
2009-02-10Turns out, eclipselink 1.0 actually supports all attribute mappings in embedd...pfullbright1-0/+6
2009-02-09refactored construction of OrmPersistentAttributes and OrmPersistentTypes, pa...kmoore44-467/+277
2009-02-09reworked persistence translatorsbvosburgh10-41/+39
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file creati...kmoore19-60/+134
2009-02-05renamed XmlCaching to OrmCaching for consistencykmoore2-6/+6
2009-02-05adds a new mapping file content type, cleans up how we find and create xml re...kmoore14-43/+71
2009-02-04removed unused importkmoore1-1/+0
2009-02-03one more fix for bug 263101 - should not add converters to the persistence un...kmoore1-1/+0
2009-01-28[197069] support for entities in jars prep - reworked PersistenceUnitbvosburgh2-47/+50
2009-01-27cleaning up tests that were failing, among other things (renamed converter to...kmoore9-50/+94
2009-01-24created an XmlTypeMapping interface and changed OrmPersistentType/Mapping to ...kmoore33-235/+241
2009-01-24renamed EntityMappings.ormPersistentTypes() to persistentTypes()kmoore1-1/+1
2009-01-23refactored to create AbstractOrmPersistentTypekmoore1-3/+3
2009-01-23more access type work, created an Owner for ormPersistentAttributes to handle...kmoore1-2/+10
2009-01-22change to virtual orm persistent attributes to build the wrapped javaPersiste...kmoore7-34/+27
2009-01-15[197069] support for entities in jars prep - add JpaResourceModelbvosburgh13-37/+37
2009-01-12refactoring EclipseLinkJpaFactory to remove type checkskmoore3-3/+26
2009-01-06260006 - basic support for variable-one-to-one mapping and the default mappin...kmoore3-0/+151
2009-01-05259987 - added eclipselink-orm.xml resource model support for access-methods ...kmoore16-5/+448
2008-12-17[197069] support for entities in jars prep 2bvosburgh16-16/+606
2008-12-12258555 - caching selections not removed when shared is set to falsekmoore1-0/+12
2008-12-12258554-expiry-time-of-day not removed when setting time to live expirykmoore1-0/+3
2008-12-09258003 - Invalid problem reported for 1-M mappedBy when inverse mapping is an...kmoore1-0/+8
2008-11-11254818 - basic UI for basic-collection, basic-map, and transformation mapping...kmoore10-0/+429
2008-11-10added copyright headerkmoore1-0/+9
2008-11-06252197 - support mutable default from persistence.xml propertykmoore1-4/+8
2008-11-03moved persistence.xml-specific items to subpackagespfullbright1-1/+1
2008-10-30Added api for use with validationpfullbright1-0/+18
2008-10-30Added converters to update mechanism, and testspfullbright1-0/+8
2008-10-29check for @Convert first since that's the way Eclipselink proceses the conver...kmoore3-15/+6
2008-10-29fixed incorrect property stringkmoore1-1/+1
2008-10-29renamed Converter -> CustomConverter, refactored EL converters to add abstrac...pfullbright12-344/+314
2008-10-28246120 - resource and context model support for converters on type mappings a...kmoore15-320/+1114
2008-10-28support for change tracking on orm embeddables, entities, and mapped supercla...pfullbright4-22/+166
2008-10-28preparing for supporting converters on type mappings in the eclipselink-orm.x...kmoore5-139/+148
2008-10-28246120 - completed attribute mapping level converter support in the eclipsein...kmoore6-94/+285
2008-10-28supress warningskmoore3-7/+7
2008-10-27renamed virtual resource mapping objectskmoore7-14/+14
2008-10-27249505 - more converters support on attribute mappings, conversion-values on ...kmoore12-80/+1155
2008-10-26eclipselink-orm convert context model support for id, basic, and version mapp...kmoore7-6/+271
2008-10-25added eclipselink-orm resource model for converters and corresponding transla...kmoore3-0/+186

Back to the top