Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-12This commit was manufactured by cvs2svn to create tag 'v200903120001'.v200903120001nhauge96-27242/+0
2009-03-12refactored relationship references, added 1-M mappings with join columnspfullbright5-15/+14
2009-03-10removing @Access support from EclipseLink1.1 platformkmoore4-361/+367
2009-03-10[197069] support for entities in jars - JAR resource modelbvosburgh5-46/+46
2009-03-03fixed annotation test failures that were a result of the latest platform buil...kmoore6-46/+46
2009-02-12258487 - added access type support to orm persistent attributeskmoore7-2/+1156
2009-02-12fixed a bug with setting persistence unit metadata in eclipselink-orm.xml fileskmoore3-0/+476
2009-02-11give orm persistent types a default access of FIELD if nothing specified. Ma...kmoore1-7/+7
2009-02-09renamed GenericProperty to GenericPersistenceUnitPropertybvosburgh1-3/+3
2009-02-09reworked persistence translatorsbvosburgh4-4/+4
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file creati...kmoore7-115/+323
2009-02-05adds a new mapping file content type, cleans up how we find and create xml re...kmoore22-268/+291
2009-02-02263101 - exceptions initializing converters because of order of initializatio...kmoore2-1/+69
2009-01-28added java support for mixed access persistent attributeskmoore1-2/+57
2009-01-28added access annotation support for eclipselink 1.1 persistent types, refacto...kmoore3-0/+844
2009-01-28[197069] support for entities in jars prep - reworked PersistenceUnitbvosburgh15-444/+181
2009-01-27cleaning up tests that were failing, among other things (renamed converter to...kmoore2-2/+2
2009-01-26226570 - changing the jpaPlatform core and ui extension pointskmoore5-6/+18
2009-01-24renamed EntityMappings.ormPersistentTypes() to persistentTypes()kmoore15-140/+140
2009-01-16renamed JpaAnnotationProviderImpl to GenericJpaAnnotationProviderbvosburgh2-4/+4
2009-01-15refactored JpaAnnotationProvider per Brian's suggestionkmoore2-4/+14
2009-01-15[197069] support for entities in jars prep - add JpaResourceModelbvosburgh19-309/+291
2009-01-14added get prefix to convenience methods in testskmoore50-739/+737
2009-01-13258693 - [EclipseLink] exception typing in session customizer classtle1-6/+5
2009-01-13259979 - [EclipseLink] remove classLoader support from eclipselink persistenc...tle1-31/+1
2009-01-09JPA2.0 Access annotation support, cleaned up JpaAnnotationProvider implementa...kmoore4-3/+224
2009-01-08added @SuppressWarnings("nls") to test classeskmoore17-0/+17
2009-01-06remove unncessary castingkmoore1-7/+7
2008-12-23228213 - EclipseLink persistence.xml - other properties not supportedtle2-2/+121
2008-12-17[197069] support for entities in jars prep 2bvosburgh1-15/+7
2008-12-12258555 - caching selections not removed when shared is set to falsekmoore1-9/+49
2008-11-21255992 - problems setting mappedBy/fetch/targetEntity on default 1-m and 1-1kmoore2-0/+356
2008-11-10added implied eclipselink-orm.xml testspfullbright2-0/+111
2008-11-10refactored eclipselink-orm.xml file constructionpfullbright1-4/+9
2008-11-10added convenience overridepfullbright1-0/+7
2008-11-10228083 EclipseLink persistence.xml support eclipselink.profiler propertytle1-3/+139
2008-11-10whoops, checked in some broken testskmoore2-10/+10
2008-11-06252197 - support mutable default from persistence.xml propertykmoore6-3/+543
2008-11-06250110 - No mapping files options in persistence.xml editor add mapping file ...kmoore15-288/+88
2008-11-03252893 - problem with default joinTable in eclipselink-orm.xmlkmoore2-1/+228
2008-11-03moved persistence.xml-specific items to subpackagespfullbright29-148/+170
2008-10-30more persistence unit/converter update testingpfullbright3-66/+195
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

Back to the top