Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-31This commit was manufactured by cvs2svn to create tag 'v200901300001'.v200901300001nhauge2977-499289/+0
2009-01-31Reverted 211489 - Internal API usage DTPUiToolstle2-34/+42
2009-01-30[252293] - added trigger point conditionpfullbright1-8/+12
2009-01-30Reverting changes made in attempt to fix the buildtle1-4/+0
2009-01-29removal of resourceModelProviders extension pointkmoore13-534/+17
2009-01-29removed fully qualfied class name, added importkmoore3-3/+6
2009-01-29cleaned up formattingpfullbright1-8/+9
2009-01-29211489 - Internal API usage DTPUiToolstle2-42/+34
2009-01-29Updated dependencies to point directly to required bundlestle1-0/+4
2009-01-29Tweak for Paul's platformUi extension point changes..nhauge1-10/+8
2009-01-29Changes to jpaPlatformUis extension pointpfullbright5-47/+48
2009-01-29Library provider integrationpfullbright19-561/+1465
2009-01-28fixed some problems I caused with EclipseLink propertiesbvosburgh1-42/+16
2009-01-28renamed the resourceModelProviders schemakmoore1-1/+4
2009-01-28fixed the factoryClass interface, it has changed and the schema was not updatedkmoore1-1/+1
2009-01-28added java support for mixed access persistent attributeskmoore6-12/+110
2009-01-28fixed tests after changing the PersistentType.Owner of a JavaPersistentType, ...kmoore1-3/+2
2009-01-28cleaning up for Brian ;) Needed to change to a CollectionChangeListenerkmoore1-21/+11
2009-01-28Removed com.ibm.icu pre-reqstle1-7/+0
2009-01-28added access annotation support for eclipselink 1.1 persistent types, refacto...kmoore35-372/+1808
2009-01-28[197069] support for entities in jars prep - reworked PersistenceUnitbvosburgh93-3184/+2889
2009-01-27259827 - cannot set connection schema when generating tables from entitiestle6-229/+142
2009-01-27Version updates for 2.2 M5.nhauge13-15/+15
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 to...kmoore34-237/+383
2009-01-27can just call getSpecifiedMapping(), cleaning things upkmoore1-1/+1
2009-01-27temporary icu change to try and get current build to pass.nhauge1-0/+7
2009-01-26first pass at an EclipseLink1_1 jpa platformkmoore9-0/+305
2009-01-26226570 - changing the jpaPlatform core and ui extension pointskmoore48-533/+1333
2009-01-24a little more refactoring of the update processkmoore8-50/+54
2009-01-24created an XmlTypeMapping interface and changed OrmPersistentType/Mapping to ...kmoore71-759/+966
2009-01-24renamed EntityMappings.ormPersistentTypes() to persistentTypes()kmoore59-785/+785
2009-01-24remove unused importskmoore3-8/+0
2009-01-24removed unused importskmoore1-6/+0
2009-01-23refactored to create AbstractOrmPersistentTypekmoore3-796/+821
2009-01-23formattingkmoore1-0/+1
2009-01-23reduced visibility of abstract constructorkmoore1-1/+1
2009-01-23more access type work, created an Owner for ormPersistentAttributes to handle...kmoore14-125/+302
2009-01-22change to virtual orm persistent attributes to build the wrapped javaPersiste...kmoore27-219/+250
2009-01-22reduced visibility of initialize(GeneratorAnnotation)kmoore1-1/+1
2009-01-22257529 - DTPConnectionProfileWrapper cuts off the user nametle1-3/+17
2009-01-21refactoring JavaAttributeMapping hierarchy in preparation for change to orm v...kmoore23-429/+382
2009-01-21fixed copyrightkmoore1-1/+1
2009-01-20start of 2.0 accessType support, added getDefaultAccess() to PersistentType a...kmoore6-539/+576
2009-01-20refactored filtering of projectsbvosburgh2-30/+36
2009-01-20have the toString() for the persistentType.name, don't also need to append th...kmoore1-6/+0
2009-01-16added comment about where this wizard is referencedkmoore1-0/+4
2009-01-16renamed JpaAnnotationProviderImpl to GenericJpaAnnotationProviderbvosburgh6-11/+11
2009-01-16renamed JpaCompilationUnit to JavaResourceCompilationUnitbvosburgh12-77/+95
2009-01-15reworked adapter factoriesbvosburgh10-189/+178

Back to the top