Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jpa/tests
AgeCommit message (Expand)AuthorFilesLines
2008-12-17[197069] support for entities in jars prep 2bvosburgh4-102/+69
2008-12-17manifest clean-upbvosburgh2-0/+16
2008-12-12258555 - caching selections not removed when shared is set to falsekmoore1-9/+49
2008-11-26256187 - fixed problems when a project is loaded with a platform that we do n...kmoore2-4/+25
2008-11-21255992 - problems setting mappedBy/fetch/targetEntity on default 1-m and 1-1kmoore2-0/+356
2008-11-14Removed invalid test - set property name to nulltle1-21/+16
2008-11-12[243168] problems with imports etc.bvosburgh4-3/+366
2008-11-11renamed model() to getModel() and treeContentProvider() to getTreeContentProv...kmoore2-7/+7
2008-11-11minor cleanup, overriding the model() methodkmoore1-2/+12
2008-11-10added implied eclipselink-orm.xml testspfullbright2-0/+111
2008-11-10refactored eclipselink-orm.xml file constructionpfullbright1-4/+9
2008-11-10added convenience overridepfullbright1-0/+7
2008-11-10228083 EclipseLink persistence.xml support eclipselink.profiler propertytle1-3/+139
2008-11-10whoops, checked in some broken testskmoore2-10/+10
2008-11-06252197 - support mutable default from persistence.xml propertykmoore6-3/+543
2008-11-06250110 - No mapping files options in persistence.xml editor add mapping file ...kmoore15-288/+88
2008-11-03252893 - problem with default joinTable in eclipselink-orm.xmlkmoore2-1/+228
2008-11-03moved persistence.xml-specific items to subpackagespfullbright29-148/+170
2008-10-31246784 - m-m and 1-m with a type of Map did not have a default target entitykmoore2-1/+123
2008-10-30remove initialize() method from AbstractModel, only used in AbstractNode now ...kmoore1-7/+1
2008-10-30more persistence unit/converter update testingpfullbright3-66/+195
2008-10-30Added converters to update mechanism, and testspfullbright2-44/+109
2008-10-29renamed Converter -> CustomConverter, refactored EL converters to add abstrac...pfullbright6-144/+142
2008-10-28246120 - resource and context model support for converters on type mappings a...kmoore6-4/+2715
2008-10-28support for change tracking on orm embeddables, entities, and mapped supercla...pfullbright3-1/+526
2008-10-28refactored ChangeTracking before adding orm implementationpfullbright3-251/+289
2008-10-28252066 - once this bug is fixed we can uncomment these testskmoore1-30/+31
2008-10-28246120 - completed attribute mapping level converter support in the eclipsein...kmoore1-1/+207
2008-10-27249505 - more converters support on attribute mappings, conversion-values on ...kmoore5-0/+1049
2008-10-27Added EclipseLink general properties teststle3-2/+405
2008-10-27Renamed GeneralProperties teststle1-159/+0
2008-10-27251119 - [EclipseLink] needs persistence.xml editor support for eclipselink.e...tle2-0/+318
2008-10-26eclipselink-orm convert context model support for id, basic, and version mapp...kmoore3-22/+487
2008-10-24bug 245429 - added eclipselink orm expiry time of day supportkmoore1-0/+106
2008-10-24251754 - support for virtual attribute mappings in eclipselinkkmoore2-3/+255
2008-10-23suppress nls warningskmoore1-0/+1
2008-10-23orm model changes to the initialization/update processkmoore2-1/+37
2008-10-23tweaked commentbvosburgh2-2/+2
2008-10-23fixed compiler warningsbvosburgh2-3/+2
2008-10-22changed setting context value to INNER to set value on annotation, rather tha...pfullbright4-0/+32
2008-10-22added orm join fetch testspfullbright9-369/+566
2008-10-22245429 - cache expiry support for eclipselink-orm.xmlkmoore1-1/+97
2008-10-21245429 - eclipseilnk-orm.xml support for existence-checkingkmoore2-0/+187
2008-10-21removed most of the java specific eclipselink interfaces and the methods in e...kmoore1-2/+1
2008-10-21commented out testSerialization() because it doesn't work in build environmentbvosburgh1-19/+20
2008-10-21245429 - add initial caching support to the eclipselink-orm.xml, expiry and e...kmoore4-21/+1871
2008-10-21Added extension for one-to-one/one-to-many private owned in translators, cont...pfullbright5-22/+203
2008-10-20[197069] support for entities in jars prepbvosburgh97-2555/+2541
2008-10-20Added mutable to eclipselink orm basic/id/version mappingspfullbright8-30/+401
2008-10-20changed Mutable in java to only have 3 stateskmoore3-156/+54

Back to the top