Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-15314541 - IllegalArgumentException with editing some eclipselink properties in...tle1-0/+3
2010-06-30314541 - handle empty property names. Patch from Tran.nhauge2-9/+35
2010-06-24315915 - add canonical metamodel generation for basic-collection/basic-mapkmoore4-2/+102
2010-05-11294077 [JPA 2.0] Add validation for usage of EclipseLink entity caching prope...tle1-5/+46
2010-04-23309499 - add deprecation warning for basic-map and basic-collection in an ecl...kmoore5-59/+101
2010-04-19309482- element collection join-fetch support in 2.1 and 2.0 EclipseLink plat...kmoore1-1/+1
2010-04-13clean up references to JpaFactory2_0, need to check if it's a 2.0 project bef...kmoore1-2/+9
2010-04-12301437 - uni-directional 1-m mapping using target foreign key is validated in...kmoore2-4/+4
2010-03-31307113 - incorrect default class names in virtual orm.xml attribute mappingskmoore14-58/+186
2010-03-24297531 - added just enough support for ClassExtractor to make sure we don't h...kmoore2-0/+39
2010-03-23fixed copyrightspfullbright21-21/+21
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

Back to the top