Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-09This commit was manufactured by cvs2svn to create tag 'v201003090001'.v201003090001nhauge213-93324/+0
2010-03-08updating @version and @since tags on core provisional apiskmoore2-46/+46
2010-03-03303547,303548 - added tolerance for .key and .value attribute overrides. Now...kmoore7-13/+22
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright5-7/+7
2010-03-02304274 - java resource model for CascadeType.DETACHkmoore5-1/+1690
2010-03-01updated exported packageskmoore1-0/+1
2010-03-01undoing accidental check-inkmoore2-6/+0
2010-02-26cleaning up some xml resource model issues, fixed cache-interceptor and query...kmoore2-0/+6
2010-02-25301436 - added JoinTable support to 1-1 and m-1 mappings in the 2.0 platformkmoore5-4/+855
2010-02-24removed unnecessary castkmoore2-4/+4
2010-02-23301437 - added joinColumns support to generic 2.0 1-1 mappingskmoore2-2/+238
2010-02-22258513 - MapKeyColumn model, code assist, validation support in both java and...kmoore6-22/+615
2010-02-20primary key validationpfullbright4-58/+58
2010-02-20bug 234191 - ** New I-Build needed **pfullbright2-4/+2
2010-02-17element collections were not being used in determining virtual attribute over...kmoore8-16/+873
2010-02-15refactored column validation and added new validationkmoore4-4/+820
2010-02-10tweak AnnotationContainerTools: only move annotation if necessarybvosburgh7-1/+11
2010-02-05301892 - NPE updating association overrideskmoore2-2/+74
2010-01-29predominant joining strategy updates on resource model API changespfullbright8-3/+696
2010-01-27bug 301053 - predominant derived identity calculation on UI changespfullbright4-0/+328
2010-01-25299547 - this fixes the order column table default and adds validation for th...kmoore6-2/+658
2010-01-23[233567] clean up AnnotationContainer stuffbvosburgh6-97/+97
2010-01-22300428 - join table join column default name was wrong in the bidrectional m-...kmoore2-5/+371
2010-01-21add more information to delete project exceptionbvosburgh1-1/+1
2010-01-20updated id class model testspfullbright4-105/+257
2010-01-20changed api: getPersistentType() -> getOwningPersistentType()pfullbright2-2/+2
2010-01-20removed unused codepfullbright6-19/+5
2010-01-20300091 - metamodel generation support for Maps, handle MapKey and MapKeyClass...kmoore10-44/+2110
2010-01-19[233567] rework sync between resource model and ASTbvosburgh42-104/+645
2010-01-12258490 - element collection support for basic and embedded collectionskmoore2-14/+190
2010-01-05297537 - [EclipseLink] Support logging level by category configurationtle1-4/+4
2010-01-05utility workbvosburgh6-24/+25
2010-01-04refactored specifiedConverter further: removed the default converter and forg...kmoore7-239/+239
2009-12-31removed defaultConverter support from ConvertibleMapping, this wasn't really ...kmoore6-104/+105
2009-12-29element collection collection table supportkmoore4-0/+1444
2009-12-22Added MapKeyJoinColumn/MapKeyJoinColumns annotation resource model supportkmoore3-0/+775
2009-12-21added MapKeyColumn, MapKeyEnumerated, MapKeyTemporal java resource model supportkmoore4-3/+589
2009-12-21renamed test classes for consistencykmoore3-6/+6
2009-12-19[258541] JPA 2.0 default delimited identifiers - modelbvosburgh18-112/+112
2009-12-18added MapKeyClass annotation resource model and testskmoore2-0/+112
2009-12-18Added targetClass support to element collection and refactored to create a Co...kmoore2-111/+449
2009-12-18derived identity - model rework testingpfullbright4-216/+281
2009-12-16added CollectionTable java resource model supportkmoore2-0/+499
2009-12-15removed some commented out System.err statements, the tests pass in the build...kmoore1-12/+3
2009-12-10uncommenting some of the JpaModelTests to see if they are fixed in the build ...kmoore1-30/+60
2009-12-10switching to the open ended unit version "3.8.0" to allow running with Junit3...kmoore1-2/+2
2009-12-08fix some logged test exceptionsbvosburgh1-0/+1
2009-12-02hack around problems deleting test projectbvosburgh1-1/+18
2009-12-01fixed failing OrderColumn resource model testskmoore1-5/+16
2009-12-01[293976] various metamodel generation problemsbvosburgh33-393/+407

Back to the top