Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-04294077 [JPA 2.0] Add validation for usage of EclipseLink entity caching prope...tle1-0/+27
2010-03-03Cascade.DETACH context model supportpfullbright1-3/+2
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright1-10/+10
2010-02-25301436 - added JoinTable support to 1-1 and m-1 mappings in the 2.0 platformkmoore10-179/+290
2010-02-23301437 - refactored 1-m relationship reference joinColumnJoiningStrategy to r...kmoore2-173/+4
2010-02-23301437 - added joinColumns support to generic 2.0 1-1 mappingskmoore3-8/+6
2010-02-22fixed npe for case when java type mapping for defaults is nullpfullbright2-2/+12
2010-02-22258513 - MapKeyColumn model, code assist, validation support in both java and...kmoore1-3/+3
2010-02-20primary key validationpfullbright6-19/+102
2010-02-15refactored column validation and added new validationkmoore1-11/+11
2010-02-02removing unnecessary EclipseLink2_0PersistenceUnit in favor of a factory meth...kmoore2-3/+15
2010-01-29predominant joining strategy updates on resource model API changespfullbright2-8/+12
2010-01-20added getTypeName()pfullbright1-1/+1
2010-01-20258710 - [EclipseLink] persistence unit property for ORM_SCHEMA_VALIDATIONtle1-1/+37
2010-01-20300091 - metamodel generation support for Maps, handle MapKey and MapKeyClass...kmoore2-29/+0
2010-01-19299639 - validation exception when an entity is added to the eclipselink-orm....kmoore1-11/+13
2010-01-14297591 - [EclipseLink] support exclusive connection persistence unit propertiestle1-2/+79
2010-01-07298646 - Unable to unset eclipselink logging file in persistence.xmltle1-4/+7
2010-01-07298647 - Unable to unset eclipselink DDL generation location in persistence.xmltle1-4/+7
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle1-4/+5
2010-01-05utility workbvosburgh3-8/+8
2010-01-04refactored specifiedConverter further: removed the default converter and forg...kmoore9-54/+54
2009-12-31removed defaultConverter support from ConvertibleMapping, this wasn't really ...kmoore9-110/+54
2009-12-18Added targetClass support to element collection and refactored to create a Co...kmoore2-2/+2
2009-12-03295613 - Persistence.xml > Customization Tab - Add Descriptor Customizer rec...tle2-2/+22
2009-12-01bug 295881 - Eclipselink 1.2 platform supportkmoore2-64/+87
2009-12-01[293976] various metamodel generation problemsbvosburgh7-54/+50
2009-11-30258515 - OrderColumn support in both orm and javakmoore2-0/+12
2009-11-24renamed some 2_0 xml resource model classes to fit the existing patternkmoore3-6/+6
2009-11-18refactored orphan-removal a little further to remove the 2_0 context model ob...kmoore5-10/+55
2009-11-17294899 - collapse the PersistenceUnit context model to fix errors related to ...kmoore3-12/+27
2009-11-11294899 - refactoring in an effort to support default Cacheable againkmoore2-4/+12
2009-11-11[293723] fix metamodel generation problem with Map attributesbvosburgh1-0/+5
2009-11-10294770 - removed the validation mode property, only support elementkmoore1-24/+0
2009-11-05294377 - a less destructive fix for default cacheable. still get defaults in...kmoore2-4/+2
2009-11-03Added menu item to upgrade document version of legacy xml documentspfullbright1-16/+2
2009-10-29279098 - handles default cacheable for mapped-superclasses in eclipselinkkmoore4-24/+64
2009-10-28279098 - first pass at Cacheable support for EclipseLink 2.0 entitieskmoore5-13/+106
2009-10-27validation for xml document versionspfullbright1-0/+21
2009-10-26258533 - [JPA 2.0] Orphan-Removal supporttle2-3/+6
2009-10-22fixed metamodel generation for eclipselink 2.0 projectskmoore1-0/+20
2009-10-13fixed problem in eclipselink 2.0 orm.xml files, the ui was not displaying acc...kmoore1-1/+1
2009-10-05Metamodel generation, part 4bvosburgh7-27/+27
2009-09-30collapsed eclipselink orm resource models, eclipselink orm file creation wizardspfullbright1-3/+1
2009-09-30Refactored property migration processtle2-0/+60
2009-09-30290585 - 1.0 EclipseLink persistence.xml using 2.0 property stringstle1-111/+43
2009-09-29Big check-in: collapsed orm/persistence resource models, reworked resource cr...pfullbright2-8/+8
2009-09-24creating PersistenceXmlDefinition so that we can support multiple persistence...kmoore3-1/+91
2009-09-21Beginning to collapse the JPA 2.0 context model into the 1.0 modelkmoore11-82/+45
2009-09-17Metamodel generation, part 3bvosburgh1-6/+4

Back to the top