Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-12309236 - update eclipselink orm.xml resource model to match recent 2.1 changeskmoore1-33/+57
2010-04-16309236 - updating orm resource model to the latest eclipselink_orm_2_1.xsd ch...kmoore1-215/+635
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright1-117/+58
2010-03-02EclipseLink 2.1 resource model additions/alterationspfullbright1-110/+424
2010-02-26cleaning up some xml resource model issues, fixed cache-interceptor and query...kmoore1-26/+107
2010-02-26303547, 303548 - xml resource model support for map-key-attribute-overrides, ...kmoore1-36/+36
2010-02-26reverted changepfullbright1-2/+13
2010-02-17cache interceptor has no "class" attributepfullbright1-21/+10
2010-01-20300091 - metamodel generation support for Maps, handle MapKey and MapKeyClass...kmoore1-26/+26
2010-01-12258490 - element collection support for basic and embedded collectionskmoore1-17/+17
2009-12-01296615 - add query-redirector and cache-interceptor resource model tolerancekmoore1-79/+253
2009-11-24updated xml resource model to support order column more easilykmoore1-8/+8
2009-11-18updated eclipselink orm 2.0 schema. changes were to order-column correction-t...kmoore1-2/+2
2009-10-27changed emf resource model to have an XmlOrphanRemovable2_0 interfacekmoore1-8/+8
2009-10-21moved cacheable setting, this is support only on entities in the generic orm....kmoore1-14/+15
2009-10-14preliminary maps id context modelpfullbright1-16/+16
2009-10-13fixed the eclipselink_orm.ecore to make XmlElementCollection implement XmlAtt...kmoore1-12/+28
2009-10-12mapsId orm resource modelpfullbright1-4/+4
2009-10-02moved version and schema location to root object, added schema location to tr...pfullbright1-0/+9
2009-09-30collapsed eclipselink orm resource models, eclipselink orm file creation wizardspfullbright1-3076/+2983
2009-09-29Big check-in: collapsed orm/persistence resource models, reworked resource cr...pfullbright1-82/+390
2009-09-15refactored orm type/attribute mapping providers, removing all new "versions"pfullbright1-1/+0
2009-09-02test fix - regenerated modelpfullbright1-5/+0
2009-07-17package rename to jpa2kmoore1-1/+1
2009-06-16Fixed ClassCastExceptions with transient mapping in eclipselink, added tests ...kmoore1-12/+95
2009-06-16another refactoring of EventMethods, created EventMethodContainerkmoore1-60/+60
2009-06-12refactored translators for eclipselink 1.0 and 1.1 resource modelskmoore1-506/+207
2009-06-09refatored orm and eclipselink ecores to remove the attribute mapping interfaceskmoore1-1927/+274
2009-06-08refactored generators in the orm resource model into an XmlGeneratorContaine...kmoore1-26/+31
2009-06-08refactored queries in the orm resource model into an XmlQueryContainer to red...kmoore1-144/+179
2009-06-08fixed some mistakes in the copy policy ecore and resource model in eclipselin...kmoore1-22/+27
2009-06-05refactoring emf model by removing the interfaces, this will make it easier to...kmoore1-478/+72
2009-06-05removed generation of eclipselink 1.1 adapter factorykmoore1-0/+5
2009-06-05regenerated EMF code with EMF 2.5.0kmoore1-15/+9
2009-03-12refactored relationship references, added 1-M mappings with join columnspfullbright1-62/+57
2009-02-06eclipselink1.1 orm resource and context model support. a mapping file creati...kmoore1-0/+6
2009-01-06260006 - basic support for variable-one-to-one mapping and the default mappin...kmoore1-192/+417
2009-01-06259987 - exclude-default-mappings eclipselink-orm.xml resource model support ...kmoore1-3/+105
2009-01-06259987 - exclude-default-mappings eclipselink-orm.xml resource model supportkmoore1-55/+162
2009-01-06259987 - optimistic-locking eclipselink-orm.xml resource model supportkmoore1-62/+334
2009-01-06259987 - copy-policy, instantiation-copy-policy, clone-copy-policy eclipselin...kmoore1-57/+627
2009-01-06259987 - named-stored-procedure-query eclipselink-orm.xml resource model supportkmoore1-55/+721
2009-01-05259987 - added eclipselink-orm.xml resource model support property on entity,...kmoore1-4/+106
2009-01-05259987 - added eclipselink-orm.xml resource model support for access-methods ...kmoore1-48/+1452
2008-11-11254818 - basic UI for basic-collection, basic-map, and transformation mapping...kmoore1-6/+639
2008-11-03updated api commentspfullbright1-3/+12
2008-10-29renamed Converter -> CustomConverter, refactored EL converters to add abstrac...pfullbright1-714/+706
2008-10-28246120 - resource and context model support for converters on type mappings a...kmoore1-55/+583
2008-10-28resource and translator support for change trackingpfullbright1-47/+301
2008-10-27249505 - more converters support on attribute mappings, conversion-values on ...kmoore1-161/+596

Back to the top