Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)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
it appropriately in the eclipselink 1_1 model
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 ↵pfullbright1-0/+6
embeddables
2009-02-09refactored construction of OrmPersistentAttributes and OrmPersistentTypes, ↵kmoore44-467/+277
passing the resource model object in to the constructor
2009-02-09reworked persistence translatorsbvosburgh10-41/+39
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file ↵kmoore19-60/+134
creation wizard is included
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 ↵kmoore14-43/+71
resource model objects, also fixes bugs: 254784, 257131
2009-02-04removed unused importkmoore1-1/+0
2009-02-03one more fix for bug 263101 - should not add converters to the persistence ↵kmoore1-1/+0
unit converters list during initialize
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 ↵kmoore9-50/+94
to customConverter in java)
2009-01-24created an XmlTypeMapping interface and changed OrmPersistentType/Mapping to ↵kmoore33-235/+241
mirror the initialization/updating of OrmPersistentAttribute/Mapping
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 ↵kmoore1-2/+10
handle finding the corresponding javaPersistentAttribute
2009-01-22change to virtual orm persistent attributes to build the wrapped ↵kmoore7-34/+27
javaPersistentAttribute rather than taking it from the JavaPersistentType. Changed how java access is determined
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 ↵kmoore3-0/+151
mapping if the attribute type is an interface
2009-01-05259987 - added eclipselink-orm.xml resource model support for access-methods ↵kmoore16-5/+448
and property
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 ↵kmoore1-0/+8
an EclipseLink 1-1
2008-11-11254818 - basic UI for basic-collection, basic-map, and transformation ↵kmoore10-0/+429
mapping for eclipselink
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 ↵kmoore3-15/+6
converters
2008-10-29fixed incorrect property stringkmoore1-1/+1
2008-10-29renamed Converter -> CustomConverter, refactored EL converters to add ↵pfullbright12-344/+314
abstract superclasses
2008-10-28246120 - resource and context model support for converters on type mappings ↵kmoore15-320/+1114
and entity-mappings
2008-10-28support for change tracking on orm embeddables, entities, and mapped ↵pfullbright4-22/+166
superclasses in context model and UI
2008-10-28preparing for supporting converters on type mappings in the ↵kmoore5-139/+148
eclipselink-orm.xml file
2008-10-28246120 - completed attribute mapping level converter support in the ↵kmoore6-94/+285
eclipseink-orm.xml
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
object-type-converter still unfinished
2008-10-26eclipselink-orm convert context model support for id, basic, and version ↵kmoore7-6/+271
mappings
2008-10-25added eclipselink-orm resource model for converters and corresponding ↵kmoore3-0/+186
translators

Back to the top