Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-02-23This commit was manufactured by cvs2svn to create tag 'v201002230000'.v201002230000nhauge245-24711/+0
2010-02-02removing unnecessary EclipseLink2_0PersistenceUnit in favor of a factory meth...kmoore1-2/+1
2010-01-22support order column in the ui for eclipselink 2.0 java and orm many-to-many ...kmoore3-1/+130
2010-01-20changed id class uipfullbright11-133/+156
2010-01-20258710 - [EclipseLink] persistence unit property for ORM_SCHEMA_VALIDATIONtle4-18/+162
2010-01-14297591 - [EclipseLink] support exclusive connection persistence unit propertiestle7-44/+333
2010-01-12Removed unused stringtle1-1/+0
2010-01-12Refactored to use FileDialogtle1-8/+3
2010-01-12Changed input field to FileChooserComboPanetle1-3/+13
2010-01-12Changed input field to FolderChooserComboPanetle1-3/+8
2010-01-07298646 - Unable to unset eclipselink logging file in persistence.xmltle2-2/+4
2010-01-07298647 - Unable to unset eclipselink DDL generation location in persistence.xmltle1-2/+2
2010-01-06delete FormPanebvosburgh95-530/+513
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle8-15/+349
2010-01-04refactored specifiedConverter further: removed the default converter and forg...kmoore3-45/+39
2009-12-19[258541] JPA 2.0 default delimited identifiers - modelbvosburgh20-30/+30
2009-12-18derived identity - ui reworkpfullbright4-26/+23
2009-12-18made joining strategy sections collapsablepfullbright1-11/+11
2009-12-17Fix for: 296059, 296525, 294132tle4-8/+106
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

Back to the top