Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-11This commit was manufactured by cvs2svn to create tag 'v200903110001'.v200903110001nhauge1738-269632/+0
2009-03-11266535 - UI Catalog support - User Default Catalog Override and Entity Genera...tle1-1/+1
2009-03-11267260 - discriminator column validated on an entity with no actual inheritancekmoore24-103/+463
2009-03-11211489 - Internal API usage DTPUiToolstle3-43/+35
2009-03-11Removing accidental check-in.nhauge1-59/+0
2009-03-11[251293] Initial check-in for entity generation contribution. Added dependen...nhauge105-7/+11432
2009-03-11266535 - UI Catalog support - User Default Catalog Override and Entity Genera...tle10-26/+618
2009-03-10removing @Access support from EclipseLink1.1 platformkmoore7-382/+389
2009-03-10267925 - persistence unit defaults determined incorrectlykmoore4-32/+102
2009-03-10[197069] support for entities in jars - JAR resource modelbvosburgh116-2487/+5711
2009-03-06added some more information to exceptionsbvosburgh2-3/+7
2009-03-05Tweaked exception message.tle1-1/+1
2009-03-05262437 - [EclipseLink] Use Galileo EclipseLink in Platformtle2-79/+204
2009-03-05removed unnecessary synchronizationkmoore1-1/+1
2009-03-05removed unnecessary synchronizationkmoore1-1/+1
2009-03-05validation error if table-per-class inheritance strategy is used in the Eclip...kmoore14-10/+186
2009-03-04completed table-per-class support, enabling/disabling table/discriminator col...kmoore15-510/+769
2009-03-03fixed annotation test failures that were a result of the latest platform buil...kmoore58-686/+735
2009-03-03262802 - Add Driver Library classpath in JPA Project Wizard should add DTP Li...tle6-42/+19
2009-03-02removed unnecessary casting to AccessHolderkmoore2-2/+2
2009-03-02removed all the extra *defaultEmpty messages, most of them weren't used anywaykmoore3-7/+2
2009-03-02removed all the extra *defaultEmpty messages, most of them weren't used anywaykmoore12-68/+33
2009-02-27266166 - EclipseLinkDDLGenerator creates hardcoded classpaths that point to E...tle1-13/+28
2009-02-27initialize collections before the type mapping, caused problems initializing ...kmoore1-1/+1
2009-02-27258691- table-per-class support for attribute overrides from entitieskmoore8-195/+387
2009-02-27added stringsAreEqual(..) methodspfullbright2-2/+55
2009-02-26synchronized some methodsbvosburgh1-11/+14
2009-02-26tweaked commentsbvosburgh1-2/+2
2009-02-26added validation of the orm discriminator column namekmoore1-0/+23
2009-02-26258691 - table-per-class inheritance support, defaulting the table name corre...kmoore40-102/+357
2009-02-26removed unnecessary override of isResolved in Column, it already exists in Na...kmoore1-5/+0
2009-02-25233289 - discriminator value default, 190297 - validation on discriminator co...kmoore17-76/+432
2009-02-24190294 - correctly defaulting the discriminator column name and validating itkmoore16-625/+610
2009-02-24257619 - mappedby combo should display <None> not Default ()kmoore1-2/+2
2009-02-20refactoring the context model type mappings to use abstract superclasseskmoore19-4457/+4570
2009-02-19created an AbstractJavaBasicMapping classkmoore3-295/+317
2009-02-18201657 - checking IReporter.isCancelled periodically during validationkmoore98-330/+448
2009-02-18231258 - "JPA Tools -> Convert to JPA Project" menu item should move to new "...kmoore2-9/+5
2009-02-18258487 - added access type choosers on eclipselink 1.1 orm attribute mappingskmoore40-129/+2054
2009-02-17cleaning up platform ui api, attribute mapping providerskmoore46-1109/+1286
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 ...kmoore15-11/+716
2009-02-16cleaning up platform ui api, type mapping providerskmoore24-687/+444
2009-02-16preliminary work to collapse the MapAsComposite hierarchykmoore3-79/+58
2009-02-13removed constructor commentkmoore1-3/+0
2009-02-13cleaning up JpaPlatformUi: structureProviders to work using a PlatformUiProvi...kmoore31-308/+249
2009-02-13cleaning up JpaPlatformUi, added ContentType to the ui providers, changed det...kmoore111-298/+853
2009-02-13beginning to clean up JpaPlatformUikmoore10-35/+19
2009-02-12258487 - added access type support to orm persistent attributeskmoore72-562/+3655
2009-02-12fixed a bug with setting persistence unit metadata in eclipselink-orm.xml fileskmoore12-74/+641

Back to the top