Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-09-25embedded mapping CCE fix - 258491 adding support for association overrides ↵kmoore2-0/+12
to eclipselink 2.0 embedded mappings
2009-09-24more refactoring to support persistence.xml files. creating ↵kmoore18-81/+169
PersistenceResourceUiDefinition to be used with other ResourceUiDefinitions (renamed from FileUiDefinition)
2009-09-24refactoring JpaPlatformUi to work similary to JpaPlatform. Trying to remove ↵kmoore88-2495/+1372
all the extra MappingUiProvider (now MappingUiDefinition) classes
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 ↵kmoore2-4/+4
mapping. refactored the UI to remvoe the duplication
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 ↵kmoore2-10/+29
JoinColumnComposite
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
2009-06-05256004 - tri state check boxes with defaults weren't updating correctly on ↵kmoore25-810/+743
changes to the default
2009-05-25277524 - persistence.xml: transaction type default missing from drop downkmoore1-1/+2
2009-05-19276384 - checking in patch for Paul - jar file references are not properly ↵kmoore3-1/+67
resolved in some cases
2009-05-08261107 - Update Dali docs for 2.2 releasetle51-118/+181
2009-05-05[263557] Updates for ICU4J usage.nhauge4-4/+4
2009-04-28272982 - Memory leak in EntityCacheProperties bugtle4-35/+57
2009-04-24272964 - changing properties in persistence.xml source does not properly ↵kmoore3-20/+62
update the UI - I have changed the context model to be updated more explicitly instead of via model listeners on the properties
2009-04-24change to weavingFetchGroups instead of weavingLazy, minor copy/paste errorkmoore1-6/+6
2009-04-22added jar files to persistence.xml editorpfullbright1-1/+2
2009-04-20found 2 more spinners, changed them to comboskmoore2-173/+114
2009-04-17230396 - changing spinners to combos with a default option that only accept ↵kmoore1-112/+30
integers
2009-04-17230396 - changing spinners to combos with a default option that only accept ↵kmoore6-713/+221
integers
2009-04-06minor tweaksbvosburgh1-2/+2
2009-03-24235428 - Dali expects inner classes to be listed using '.' instead of '$' in ↵kmoore5-5/+40
xml artifacts
2009-03-13move access combo after joining strategy section, this makes it match with ↵kmoore3-3/+3
the basic mappings where column comes before access.
2009-03-13whoops, missing the joining strategy compositekmoore1-1/+1
2009-03-13whoops, missing the joining strategy compositekmoore1-0/+2
2009-03-12more layout cleanupkmoore8-47/+25
2009-03-12268370 - cleaning up layout issueskmoore2-12/+6
2009-03-12refactored relationship references, added 1-M mappings with join columnspfullbright11-283/+233
2009-03-10removing @Access support from EclipseLink1.1 platformkmoore1-1/+4

Back to the top