Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-24312905 - fixing some incorrect defaults on virtual ORM attribute mappingskmoore4-3/+418
2010-05-25313766 - StackOverflowError with a self-referential ElementCollection or Embe...kmoore2-1/+68
2010-05-11312096 - fixed index out of bounds exception adding attributeskmoore2-4/+4
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-23fixed copyrightspfullbright2-2/+2
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 insteadpfullbright4-14/+15
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-15refactored column validation and added new validationkmoore6-2/+2284
2010-02-01bug 301181 - proper calculation of default x-1 mappings when @Id annotation i...pfullbright1-2/+1
2010-01-25299547 - this fixes the order column table default and adds validation for th...kmoore6-14/+656
2010-01-20300091 - metamodel generation support for Maps, handle MapKey and MapKeyClass...kmoore8-1/+3415
2010-01-19[233567] rework sync between resource model and ASTbvosburgh6-22/+90
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle1-1/+2
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle1-0/+430
2009-12-18derived identity - model rework testingpfullbright4-185/+256
2009-12-01[293976] various metamodel generation problemsbvosburgh4-7/+10
2009-11-17294899 - collapse the PersistenceUnit context model to fix errors related to ...kmoore7-242/+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 entitieskmoore4-0/+3149
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
2009-10-21cleaned up facet version strings to use JptCorePlugin insteadkmoore1-3/+4
2009-10-21290596 - added derived Id support to EclipseLink 2.0kmoore9-0/+1306
2009-10-09added JPA version change functionalitypfullbright1-2/+2
2009-10-02Added EclipseLink 2_0 Connection teststle2-0/+172
2009-09-29Big check-in: collapsed orm/persistence resource models, reworked resource cr...pfullbright2-6/+3
2009-09-29Commented out EclipseLink2_0OptionsTests until we can build a 2.0 resource fo...tle1-2/+2
2009-09-28Fixed issues when property definition and element are present in persistence.xmltle1-8/+11
2009-09-24280150 - [JPA 2.0] Validation Mode elementtle1-4/+4
2009-09-22280150 - [JPA 2.0] Validation Mode elementtle1-2/+64
2009-08-24Renamed class to EclipseLink2_0tle3-5/+5
2009-08-24Added EclipseLink2_0 Core Context Model Teststle2-0/+67
2009-08-24258538 - [JPA 2.0] Persistence Unit propertiestle2-0/+271

    Back to the top