Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-01-06This commit was manufactured by cvs2svn to create tag 'v200901060000'.v200901060000nhauge2418-399539/+0
2009-01-06259987 - fixed translators for property supportkmoore3-5/+2
2009-01-06remove unncessary castingkmoore1-7/+7
2009-01-06[259534] reworked catalog and schema codebvosburgh38-1028/+2460
2009-01-05259987 - added eclipselink-orm.xml resource model support property on ↵kmoore9-17/+308
entity, mapped-superclass, and embeddable
2009-01-05259987 - added eclipselink-orm.xml resource model support for access-methods ↵kmoore63-109/+5949
and property
2009-01-05regenerated eclipselink ecore model, cleaning up class comments sectionkmoore52-58/+89
2009-01-05open up translator create methods for inheritancekmoore3-5/+5
2008-12-30fixed compiler warningsbvosburgh1-1/+1
2008-12-30231533 - class chooser widgetskmoore38-636/+655
2008-12-29cleaning up nls warnings and property string nameskmoore7-132/+135
2008-12-29override getParent() to return JavaPersistentTypekmoore1-1/+6
2008-12-29added @Overrideskmoore1-0/+3
2008-12-23fix layout of session customizers, added a group box so it matches the ↵kmoore2-2/+2
entities customizer list
2008-12-23Fixing layout issues, just cleaning things upkmoore25-528/+1080
2008-12-23228213 - EclipseLink persistence.xml - other properties not supportedtle16-20/+745
2008-12-23fixing warning messages for eclipselink.ui accessing eclipse.core internal ↵kmoore1-0/+1
packages
2008-12-23changed 'Change Tracking:' label to 'Change tracking:'kmoore1-1/+1
2008-12-22uncommenting testskmoore1-8/+8
2008-12-22changing interfaces from Integer to int/ Boolean to boolean where the ↵kmoore22-83/+81
returned value cannot be null.
2008-12-22changing interfaces from Integer to int/ Boolean to boolean where the ↵kmoore20-264/+233
returned value cannot be null.
2008-12-22cleaning up nls warnings and property string nameskmoore41-65/+65
2008-12-22changing interfaces from Integer to int/ Boolean to boolean where the ↵kmoore11-112/+117
returned value cannot be null.
2008-12-19added ThreadLocalCommand and other minor clean-up on CommandExecutorbvosburgh5-17/+132
2008-12-19minor tweaksbvosburgh2-2/+2
2008-12-19cleaned up JavaType and MethodSignaturebvosburgh4-31/+92
2008-12-19cleaned up Filterbvosburgh3-6/+113
2008-12-19cleaned up Command and CommandExecutorbvosburgh24-166/+378
2008-12-18259198 - update feature dependency for eclipselink featurenhauge2-14/+14
2008-12-17[197069] support for entities in jars prep 2bvosburgh140-2388/+3904
2008-12-17fixed compiler warningsbvosburgh5-11/+12
2008-12-17manifest clean-upbvosburgh6-42/+62
2008-12-17minor tweaksbvosburgh11-48/+45
2008-12-17renamed IdClass to IdClassHolder; renamed QueryHolder to QueryContainerbvosburgh10-62/+68
2008-12-16[258302] - fixed reversion for resolving mapping files within dynamic web ↵pfullbright1-1/+1
projects
2008-12-12258701 - [EclipseLink] persistence.xml transaction-type is not being read ↵kmoore1-9/+10
correctly
2008-12-12258555 - caching selections not removed when shared is set to falsekmoore2-9/+61
2008-12-12258554-expiry-time-of-day not removed when setting time to live expirykmoore1-0/+3
2008-12-12258552 - orm.xml expiry-time-of-day has closing tag, causes xml validation errorkmoore1-1/+1
2008-12-10[257406] - fixed problem where mapping file refs could point to real files ↵R2_1_0pfullbright4-48/+59
with unsupported content
2008-12-10258331 - JoinFetch and Private Owned widgets are missing from ↵kmoore5-8/+216
eclipselink-orm.xml mappings
2008-12-09258003 - Invalid problem reported for 1-M mappedBy when inverse mapping is ↵kmoore2-1/+16
an EclipseLink 1-1
2008-12-09257742 - circular inheritance hierarchy causes infinite updatekmoore2-6/+30
2008-12-09[257989] - changed adapting from IResource to IResourcePartpfullbright6-12/+71
2008-12-09257629 - Invalid Problem reported for multi-relationship mapping when join ↵kmoore15-37/+210
table doesn't resolve
2008-12-08[252891] - moved to v2 validator frameworkpfullbright11-178/+184
2008-12-05257762 - EclipseLink schemas directory not included in the build.nhauge1-2/+4
2008-12-04257604 - cleaned up labels and icons for default mappingskmoore4-0/+72
2008-12-04cleaned up attribute mapping ordering so that they are in schema orderkmoore2-2/+23
2008-12-03[255271] - rebuild context model when there's a major change to resource modelpfullbright6-14/+70

Back to the top