Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-09-22This commit was manufactured by cvs2svn to create tag 'v200909220000'.v200909220000nhauge87-23993/+0
2009-09-09refactored eclipselink java annotation name interface to match up with xmlpfullbright44-357/+357
2009-09-04removed internal.*.platform packages since there is no corresponding public ....kmoore1-2/+2
2009-08-25258538 - [JPA 2.0] Persistence Unit propertiestle1-8/+57
2009-08-24Added EclipseLink2_0 Core Context Model Teststle1-0/+2
2009-08-24Moved EclipseLink interfaces and enums to public packagetle14-30/+31
2009-08-21Big hunk of derived id prework - small tweaks to followpfullbright34-454/+469
2009-08-21move PersistenceUnitProperties, JpaOptions2_0, and JpaConnection2_0 to public...bvosburgh14-14/+14
2009-08-14Refactored to support JPA 2.0tle16-431/+116
2009-08-04model framework changes necessary to support derived id'spfullbright3-12/+13
2009-07-31removed the remaining boolean all parameters that are no longer neededkmoore4-20/+4
2009-07-30283721 - Patch to fix our parser problems on IBM JRE. Patch contributed by D...nhauge1-4/+8
2009-07-27more renames - eclipselink Core and UIkmoore18-249/+249
2009-07-23rename Caching to EclipseLinkCachingkmoore2-39/+39
2009-07-23more refactorings: ui, eclipselink core, and some generic 2.0 changeskmoore31-1129/+1129
2009-07-22more class renames and movingkmoore1-3/+3
2009-07-21committing the changes from RefactoringPart1.xml scriptkmoore34-405/+405
2009-07-16Reverting last change so I can release this project.nhauge1-7/+4
2009-07-16uncommenting tests for HEAD, we don't want to release thesekmoore3-13/+8
2009-07-15commenting out build test failureskmoore1-7/+4
2009-07-01rework change events - tree and listbvosburgh3-27/+38
2009-07-01Refactored the remaining ORM attribute mappings to use an abstract superclasskmoore4-13/+13
2009-06-16Fixed ClassCastExceptions with transient mapping in eclipselink, added tests ...kmoore2-0/+64
2009-06-15Refactored EclipseLink 1.1 classes into separate packageskmoore14-2355/+4
2009-06-12272982 - Memory leak in EntityCachePropertiestle7-60/+155
2009-06-05refactoring emf model by removing the interfaces, this will make it easier to...kmoore5-34/+34
2009-05-12255995 - [EclipseLink] incorrect default join fetch in orm.xml filekmoore4-0/+207
2009-04-24272964 - changing properties in persistence.xml source does not properly upda...kmoore3-166/+7
2009-04-10250321- added the eclipselink-jpa jar to the test project and removed the cre...kmoore50-954/+70
2009-04-06minor tweaksbvosburgh1-1/+1
2009-04-01Added commenttle1-0/+4
2009-04-01Refactored required jar testingtle1-12/+46
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

Back to the top