Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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 ↵kmoore1-1/+3
reconnecting to the database since you wouldn't receive notification that the launch terminated
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 ↵kmoore2-0/+20
EclipseLink 1.0 platform, warning if used in the Generic platform
2009-02-27266166 - EclipseLinkDDLGenerator creates hardcoded classpaths that point to ↵tle1-13/+28
Eclipses plugins dir
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
it appropriately in the eclipselink 1_1 model
2009-02-13cleaning up JpaPlatformUi: structureProviders to work using a ↵kmoore1-19/+13
PlatformUiProvider, caching JpaPlatformUis, cleaned up plugin singleton methods
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 ↵pfullbright5-82/+13
embeddables
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, ↵kmoore45-514/+324
passing the resource model object in to the constructor
2009-02-09reworked persistence translatorsbvosburgh64-271/+275
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file ↵kmoore88-114/+14566
creation wizard is included
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 ↵kmoore26-246/+213
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 ↵kmoore2-2/+0
unit converters list during initialize
2009-02-02backing out removal of resourceModelProviders extension point, will remove ↵kmoore2-1/+28
it in M6 instead
2009-02-02263101 - exceptions initializing converters because of order of ↵kmoore2-4/+6
initialization of PersistenceUnit
2009-01-29removal of resourceModelProviders extension pointkmoore2-28/+1
2009-01-29removed fully qualfied class name, added importkmoore1-1/+2
2009-01-28fixed some problems I caused with EclipseLink propertiesbvosburgh1-42/+16
2009-01-28added java support for mixed access persistent attributeskmoore1-6/+8
2009-01-28added access annotation support for eclipselink 1.1 persistent types, ↵kmoore2-25/+95
refactored other access support to make this easier
2009-01-28[197069] support for entities in jars prep - reworked PersistenceUnitbvosburgh15-431/+321
2009-01-27whoops, changed the id, forgot to change it herekmoore1-1/+1
2009-01-27cleaning up tests that were failing, among other things (renamed converter ↵kmoore18-133/+241
to customConverter in java)
2009-01-26first pass at an EclipseLink1_1 jpa platformkmoore3-0/+206
2009-01-26226570 - changing the jpaPlatform core and ui extension pointskmoore3-35/+94
2009-01-24created an XmlTypeMapping interface and changed OrmPersistentType/Mapping to ↵kmoore36-238/+244
mirror the initialization/updating of OrmPersistentAttribute/Mapping
2009-01-24renamed EntityMappings.ormPersistentTypes() to persistentTypes()kmoore1-1/+1
2009-01-24remove unused importskmoore1-1/+0
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-21refactoring JavaAttributeMapping hierarchy in preparation for change to orm ↵kmoore7-69/+62
virtual attribute mappings
2009-01-20refactored filtering of projectsbvosburgh1-20/+14
2009-01-16renamed JpaAnnotationProviderImpl to GenericJpaAnnotationProviderbvosburgh1-2/+2
2009-01-15refactored JpaAnnotationProvider per Brian's suggestionkmoore3-28/+20

Back to the top