Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-12-18This commit was manufactured by cvs2svn to create tag 'v200812180210'.v200812180210nhauge171-33667/+0
2008-12-16[258302] - fixed reversion for resolving mapping files within dynamic web ↵pfullbright1-1/+1
projects
2008-12-15258701 - [EclipseLink] persistence.xml transaction-type is not being read ↵kmoore1-9/+10
correctly
2008-12-10[257406] - fixed problem where mapping file refs could point to real files ↵R2_1_0pfullbright1-46/+55
with unsupported content
2008-12-09257742 - circular inheritance hierarchy causes infinite updatekmoore2-6/+30
2008-12-09257629 - Invalid Problem reported for multi-relationship mapping when join ↵kmoore8-33/+172
table doesn't resolve
2008-12-03[255271] - rebuild context model when there's a major change to resource modelpfullbright4-11/+57
2008-12-03257413 - added null check in getShortName() since getName() can return nullkmoore1-1/+1
2008-11-25bug 256454 -fiddled around with the initialization order some more, broke ↵kmoore1-1/+1
this when i changed the order a few weeks back.
2008-11-21255992 - problems setting mappedBy/fetch/targetEntity on default 1-m and 1-1kmoore1-5/+35
2008-11-20255962 - incorrect validation warning for multiple persistence unit defaults ↵kmoore1-4/+8
defined
2008-11-14255149 - Bogus property merging in GenericPersistenceUnit.updateProperties()tle1-19/+29
2008-11-11added getParent() override to return PersistenceXmlkmoore1-0/+4
2008-11-11254818 - basic UI for basic-collection, basic-map, and transformation ↵kmoore11-52/+21
mapping for eclipselink
2008-11-10moved getName() setName() up to abstract VirtualXmlAttributeMappingkmoore12-139/+14
2008-11-03changed default join column name calculation to use reference column name ↵kmoore1-4/+3
instead of reference column. discussed this with Brian and it seems to make sense now that we are not using the database identifier
2008-11-03252893 - problem with default joinTable in eclipselink-orm.xmlkmoore3-19/+20
2008-10-30fix NPE in initializing converter repository, switch to an abstract class, ↵kmoore2-1243/+1261
have subclasses call the initialize method
2008-10-29refactored query/generator updatingpfullbright9-85/+8
2008-10-28246120 - resource and context model support for converters on type mappings ↵kmoore1-1/+5
and entity-mappings
2008-10-28remove resource model parameter from some update methods, unnecessary since ↵kmoore4-69/+66
it won't change
2008-10-27removed unused update methodskmoore3-12/+0
2008-10-24added a comment about the XmlConvertibleMapping interfacekmoore2-0/+4
2008-10-24reorged imports after XmlContextNode package changepfullbright10-10/+1
2008-10-24Added getEResource() to XmlContextNode, moved XmlContextNode out of ↵pfullbright29-31/+70
persistence package
2008-10-24231930 - Use short name for type display labels.nhauge2-0/+8
2008-10-24don't pass resource model object around, just reference the instance variablekmoore1-61/+61
2008-10-24251754 - support for virtual attribute mappings in eclipselinkkmoore18-263/+162
2008-10-24cleaning up compiler warningskmoore21-242/+208
2008-10-23orm model changes to the initialization/update processkmoore53-1180/+764
2008-10-23tweaked commentbvosburgh26-26/+26
2008-10-23minor tweaksbvosburgh1-4/+2
2008-10-20[197069] support for entities in jars prepbvosburgh30-378/+321
2008-10-17defaults support, don't check java persistent type if metadataComplete is truekmoore3-0/+42
2008-10-16only swallow the casting CCE, not the random ones that are caused by ↵kmoore1-1/+3
programmer error building the context
2008-10-16fixed problem when no file name is specifiedpfullbright1-1/+1
2008-10-16added read-only support to mapped-superclass in the eclipselink-orm.xmlkmoore1-0/+8
2008-10-14removed orm references from core and persistence context codepfullbright11-220/+307
2008-10-14cleaned up formatpfullbright1-1/+0
2008-10-13237657 - EclipseLink default 1-1 and 1-m mappingskmoore1-3/+3
2008-10-13added PersistenceUnit.getEntity(String) apikmoore2-7/+14
2008-10-13Changed API from "specified" to "override" to more accurately describe behaviorpfullbright4-5/+5
2008-10-10Context model separation - preparation for Eclipselink orm context modelpfullbright16-162/+256
2008-10-06cleaned up validation of the specifiedConverterkmoore3-0/+9
2008-10-02cleaned up imports using DaliEMFFormatterpfullbright16-16/+1
2008-10-02Refactored to allow for EclipseLink orm context modelpfullbright52-200/+195
2008-09-29toString() considered helpfulbvosburgh9-7/+47
2008-09-29fixed spelling of property stringkmoore2-10/+10
2008-09-26fixed javadoc method namekmoore3-3/+3
2008-09-26removed unused importskmoore5-5/+0

Back to the top