Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-05-05311654 - fixed the ant scripts to use ant target core-test. None of the WTP ...kmoore1-2/+2
2010-05-04311221 - split up core tests for the build, so that DNF is less likelykmoore5-31/+75
2010-04-14309196 - only cast to JpaFactory2_0 when in a 2.0 projectkmoore3-10/+10
2010-04-12301437 - uni-directional 1-m mapping using target foreign key is validated in...kmoore2-0/+250
2010-03-31307113 - incorrect default class names in virtual orm.xml attribute mappingskmoore3-13/+13
2010-03-26tweak and standardize copyrightsbvosburgh3-25/+17
2010-03-23fixed copyrightspfullbright31-30/+50
2010-03-09303547 - map key attribute overrides supportkmoore3-4/+1566
2010-03-03303547,303548 - added tolerance for .key and .value attribute overrides. Now...kmoore2-4/+6
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright7-46/+50
2010-03-01updated exported packageskmoore1-1/+6
2010-02-25301436 - added JoinTable support to 1-1 and m-1 mappings in the 2.0 platformkmoore4-3/+835
2010-02-23301437 - added joinColumns support to generic 2.0 1-1 mappingskmoore2-3/+256
2010-02-22258513 - MapKeyColumn model, code assist, validation support in both java and...kmoore6-13/+608
2010-02-17element collections were not being used in determining virtual attribute over...kmoore6-15/+719
2010-02-15added PrimaryKey annotation supportpfullbright2-0/+54
2010-02-15refactored column validation and added new validationkmoore8-12/+2294
2010-02-10tweak AnnotationContainerTools: only move annotation if necessarybvosburgh1-0/+1
2010-02-01bug 301181 - proper calculation of default x-1 mappings when @Id annotation i...pfullbright1-2/+1
2010-01-29predominant joining strategy updates on resource model API changespfullbright2-2/+269
2010-01-25299547 - this fixes the order column table default and adds validation for th...kmoore6-14/+656
2010-01-20changed api: getPersistentType() -> getOwningPersistentType()pfullbright1-1/+1
2010-01-20258710 - [EclipseLink] persistence unit property for ORM_SCHEMA_VALIDATIONtle2-105/+137
2010-01-20300091 - metamodel generation support for Maps, handle MapKey and MapKeyClass...kmoore9-1/+3623
2010-01-19299639 - validation exception when an entity is added to the eclipselink-orm....kmoore1-2/+72
2010-01-19[233567] rework sync between resource model and ASTbvosburgh24-67/+272
2010-01-14297591 - [EclipseLink] support exclusive connection persistence unit propertiestle2-76/+135
2010-01-07298646 - Unable to unset eclipselink logging file in persistence.xmltle1-1/+15
2010-01-07298647 - Unable to unset eclipselink DDL generation location in persistence.xmltle1-1/+16
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle1-1/+2
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle1-0/+430
2010-01-04refactored specifiedConverter further: removed the default converter and forg...kmoore15-273/+273
2009-12-31removed defaultConverter support from ConvertibleMapping, this wasn't really ...kmoore15-189/+182
2009-12-19[258541] JPA 2.0 default delimited identifiers - modelbvosburgh5-7/+7
2009-12-18derived identity - model rework testingpfullbright4-185/+256
2009-12-10switching to the open ended unit version "3.8.0" to allow running with Junit3...kmoore1-2/+2
2009-12-10cleaning up resource preferences, jdt preferences, manifest, and classpath fi...kmoore1-0/+7
2009-12-02remove unneeded castbvosburgh1-5/+0
2009-12-02remove dangling System.out.println(...)bvosburgh1-1/+0
2009-12-01bug 295881 - Eclipselink 1.2 platform supportkmoore4-0/+234
2009-12-01[293976] various metamodel generation problemsbvosburgh22-115/+119
2009-11-17294899 - collapse the PersistenceUnit context model to fix errors related to ...kmoore8-243/+242
2009-11-16293526 - [JPA 2.0] Orphan-Removal Orm context model need to be refactoredtle4-56/+97
2009-11-10remove the 2.0 properties strings from the 1.0 Connection interface, use JpaC...kmoore1-4/+5
2009-11-10294770 - removed the validation mode property, only support elementkmoore1-65/+0
2009-11-05294377 - a less destructive fix for default cacheable. still get defaults in...kmoore4-226/+226
2009-10-29279098 - handles default cacheable for mapped-superclasses in eclipselinkkmoore5-0/+2933
2009-10-28279098 - first pass at Cacheable support for EclipseLink 2.0 entitieskmoore5-0/+3186
2009-10-27changed the emf resource model for orphan-removal to use BooleanObject instea...kmoore2-16/+16
2009-10-26258533 - [JPA 2.0] Orphan-Removal supporttle6-32/+498

Back to the top