Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa/tests
AgeCommit message (Expand)AuthorFilesLines
2009-04-20status bar updates with selectionpfullbright2-12/+17
2009-04-10250321- added the eclipselink-jpa jar to the test project and removed the cre...kmoore52-960/+79
2009-04-09commenting out testSerialization since it didn't pass in the buildkmoore1-34/+34
2009-04-08[197069] support for entities in jars - resource modelbvosburgh42-1803/+4484
2009-04-06minor tweaksbvosburgh6-21/+84
2009-04-03added ReadOnlyWritablePropertyValueModelWrapper - irony is fun!pfullbright2-0/+144
2009-04-02269230 - problem with embeddedId attribute overrides in orm.xmlkmoore4-17/+157
2009-04-01Removed the All parametertle10-86/+13
2009-04-01Added commenttle1-0/+4
2009-04-01Removed eclipselink.jar propertytle1-1/+1
2009-04-01Refactored required jar testingtle2-36/+67
2009-04-01[269581] - replaced calls to internal classes with calls to new API interfacespfullbright7-16/+14
2009-04-01Fixed extraVMargs property.tle2-6/+2
2009-03-31250321- eclipselink jpa jar needed for eclipselink teststle4-15/+46
2009-03-12refactored relationship references, added 1-M mappings with join columnspfullbright25-865/+701
2009-03-11267260 - discriminator column validated on an entity with no actual inheritancekmoore4-23/+99
2009-03-10removing @Access support from EclipseLink1.1 platformkmoore4-361/+367
2009-03-10267925 - persistence unit defaults determined incorrectlykmoore3-28/+98
2009-03-10[197069] support for entities in jars - JAR resource modelbvosburgh15-196/+205
2009-03-05validation error if table-per-class inheritance strategy is used in the Eclip...kmoore1-0/+10
2009-03-04completed table-per-class support, enabling/disabling table/discriminator col...kmoore2-25/+24
2009-03-03fixed annotation test failures that were a result of the latest platform buil...kmoore58-686/+735
2009-02-27258691- table-per-class support for attribute overrides from entitieskmoore2-115/+278
2009-02-27added stringsAreEqual(..) methodspfullbright1-1/+17
2009-02-26258691 - table-per-class inheritance support, defaulting the table name corre...kmoore3-3/+118
2009-02-25233289 - discriminator value default, 190297 - validation on discriminator co...kmoore3-51/+164
2009-02-24190294 - correctly defaulting the discriminator column name and validating itkmoore3-0/+286
2009-02-20refactoring the context model type mappings to use abstract superclasseskmoore1-3/+3
2009-02-13cleaning up JpaPlatformUi: structureProviders to work using a PlatformUiProvi...kmoore4-47/+16
2009-02-12258487 - added access type support to orm persistent attributeskmoore12-12/+1188
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...kmoore3-19/+22
2009-02-10added convenience constructorbvosburgh1-1/+1
2009-02-10fixed compiler warningsbvosburgh3-0/+3
2009-02-09renamed GenericProperty to GenericPersistenceUnitPropertybvosburgh1-3/+3
2009-02-09reworked persistence translatorsbvosburgh12-25/+25
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file creati...kmoore9-162/+324
2009-02-05adds a new mapping file content type, cleans up how we find and create xml re...kmoore68-1324/+1340
2009-02-02263101 - exceptions initializing converters because of order of initializatio...kmoore2-1/+69
2009-01-29cleaned up formattingpfullbright1-8/+9
2009-01-29Tweak for Paul's platformUi extension point changes..nhauge1-10/+8
2009-01-28added java support for mixed access persistent attributeskmoore1-2/+57
2009-01-28fixed tests after changing the PersistentType.Owner of a JavaPersistentType, ...kmoore1-3/+2
2009-01-28added access annotation support for eclipselink 1.1 persistent types, refacto...kmoore9-101/+941
2009-01-28[197069] support for entities in jars prep - reworked PersistenceUnitbvosburgh24-602/+327
2009-01-27Version updates for 2.2 M5.nhauge4-4/+4
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 pointskmoore19-73/+214
2009-01-24renamed EntityMappings.ormPersistentTypes() to persistentTypes()kmoore52-749/+749
2009-01-23more access type work, created an Owner for ormPersistentAttributes to handle...kmoore4-5/+68

Back to the top