Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-14This commit was manufactured by cvs2svn to create tag 'v200912140001'.v200912140001nhauge234-23710/+0
2009-12-03295613 - Persistence.xml > Customization Tab - Add Descriptor Customizer rec...tle2-7/+18
2009-12-01bug 295881 - Eclipselink 1.2 platform supportkmoore8-55/+217
2009-12-01258535 - [JPA 2.0] NamedQuery lockModeType supporttle4-4/+21
2009-11-30258515 - OrderColumn support in both orm and javakmoore7-45/+104
2009-11-16293526 - [JPA 2.0] Orphan-Removal Orm context model need to be refactoredtle4-9/+50
2009-11-11removed BasePersistenceXmlUiFactory and removed override of buildConnectionTa...kmoore2-26/+2
2009-11-04294080 - Eclipselink 2.0 orm.xml support for 'Orphan removal' on 1-1 and 1-m...tle5-4/+131
2009-10-29added Cacheable support to eclipselink 2.0 mapped superclass UIkmoore9-211/+347
2009-10-28Removed Entity Caching section in EclipseLink 2.0 & changed FlushClearCache b...tle4-24/+112
2009-10-28279098 - first pass at Cacheable support for EclipseLink 2.0 entitieskmoore10-14/+365
2009-10-26258533 - [JPA 2.0] Orphan-Removal supporttle4-15/+169
2009-10-21290596 - added derived Id support to EclipseLink 2.0kmoore7-5/+472
2009-10-13258490 - basic element collection mapping support for generic 2.0 and eclipse...kmoore4-4/+38
2009-10-13fixed problem in eclipselink 2.0 orm.xml files, the ui was not displaying acc...kmoore1-1/+72
2009-10-13290021 - [JPA 2.0] Shared-Cache-Mode element supporttle12-38/+276
2009-10-06renamed FileUiDefinitions methods to ResourceUiDeifntions to match the interf...kmoore3-6/+6
2009-09-30collapsed eclipselink orm resource models, eclipselink orm file creation wizardspfullbright1-47/+0
2009-09-30290592 - CCE with 2.0 persistence.xml in an EclipseLink 2.0 projecttle20-101/+210
2009-09-30Fixed type safety warningtle1-1/+1
2009-09-29Big check-in: collapsed orm/persistence resource models, reworked resource cr...pfullbright10-98/+104
2009-09-25embedded mapping CCE fix - 258491 adding support for association overrides to...kmoore2-0/+12
2009-09-24more refactoring to support persistence.xml files. creating PersistenceResou...kmoore18-81/+169
2009-09-24refactoring JpaPlatformUi to work similary to JpaPlatform. Trying to remove ...kmoore88-2495/+1372
2009-09-24280150 - [JPA 2.0] Validation Mode elementtle2-26/+41
2009-09-22280150 - [JPA 2.0] Validation Mode elementtle2-0/+93
2009-09-21Refactoring sequence generators to support schema and catalog in eclipselink 2.0kmoore22-415/+942
2009-09-15bug #258491 - added association override support to 2.0 embedded mappingskmoore2-4/+4
2009-09-10refactored AttributeOverrideContainer to work in both entity and embedded map...kmoore2-4/+4
2009-09-08Extracted buildEntityMappingsGeneratorsComposite for sub-classingtle1-12/+8
2009-09-08Refactored EntityMappings details providerstle1-6/+2
2009-09-03move some methods from CollectionTools to ArrayToolsbvosburgh2-4/+7
2009-09-02ui support for derived id + big ui package refactorpfullbright123-564/+550
2009-08-26cleaned up some of the duplicate code in the generators UIkmoore2-10/+10
2009-08-24Moved EclipseLink interfaces and enums to public packagetle72-93/+104
2009-08-24258538 - [JPA 2.0] Persistence Unit propertiestle8-16/+438
2009-08-18bug 281389 - java joinTable association override supportkmoore1-1/+4
2009-08-18Preliminary EclipseLink 2.0 platformtle2-0/+135
2009-08-13fixed memory leak in ControlEnabler/VisibilityEnablerbvosburgh2-13/+14
2009-07-29cleaned up JoinColumnsComposite so that I could remove the redundancy from Jo...kmoore2-10/+29
2009-07-27more renames - eclipselink Core and UIkmoore119-964/+964
2009-07-23rename Caching to EclipseLinkCachingkmoore14-102/+102
2009-07-23more refactorings: ui, eclipselink core, and some generic 2.0 changeskmoore84-654/+654
2009-07-21cleaning up some string references to EclipseLink classes that don't exist yetkmoore2-4/+4
2009-07-21cleaning up some string references to EclipseLink classes that don't exist yetkmoore12-14/+13
2009-07-17package rename to jpa2kmoore37-59/+59
2009-07-06removed unnecessary throws clausekmoore1-1/+1
2009-07-01rework change events - tree and listbvosburgh4-4/+4
2009-06-15Refactored EclipseLink 1.1 classes into separate packageskmoore37-59/+73
2009-06-12272982 - Memory leak in EntityCachePropertiestle10-441/+125

Back to the top