Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-02-11This commit was manufactured by cvs2svn to create branch 'R2_3_5_patches'.v201102172310Root_R2_3_5_patchesnhauge206-96165/+0
2010-08-23323005 - NPE in AnnotationContainerTools with invalid nested annotation namekmoore1-2/+25
2010-08-12comment out tests that fail intermittently for the 2.3.2 buildkmoore1-144/+138
2010-06-24312905 - fixing some incorrect defaults on virtual ORM attribute mappingskmoore6-6/+564
2010-05-25313766 - StackOverflowError with a self-referential ElementCollection or ↵kmoore4-1/+136
Embedded
2010-05-25313810 - final should not prevent an entity from being persistable, use ↵kmoore1-1/+1
validation instead
2010-05-11312096 - fixed index out of bounds exception adding attributeskmoore13-34/+42
2010-05-04311221 - split up core tests for the build, so that DNF is less likelykmoore3-26/+41
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 ↵kmoore2-5/+254
incorrectly
2010-03-31307113 - incorrect default class names in virtual orm.xml attribute mappingskmoore3-13/+13
2010-03-23fixed copyrightspfullbright26-26/+26
2010-03-18rename JDTTools to ASTToolsbvosburgh3-12/+13
2010-03-09303547 - map key attribute overrides supportkmoore4-5/+1569
2010-03-09fixed copyrightskmoore5-3/+23
2010-03-09Added Cascade.DETACH tests (and Java Cascade tests in general)pfullbright7-2/+498
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. ↵kmoore7-13/+22
Now .key attribute overrides are not validated, they were always invalid before
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright5-7/+7
2010-03-02304274 - java resource model for CascadeType.DETACHkmoore5-1/+1690
2010-03-01undoing accidental check-inkmoore2-6/+0
2010-02-26cleaning up some xml resource model issues, fixed cache-interceptor and ↵kmoore2-0/+6
query-redirectors. renamed some classes that weren't following the _2_0_ convention
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 ↵kmoore6-22/+615
and orm.xml
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 ↵kmoore8-16/+873
overrides for an entity
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 ↵kmoore6-2/+658
the column
2010-01-23[233567] clean up AnnotationContainer stuffbvosburgh6-97/+97
2010-01-22300428 - join table join column default name was wrong in the bidrectional ↵kmoore2-5/+371
m-m mapping case
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 ↵kmoore10-44/+2110
MapKeyClass on 1-m, m-m and element collection
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 ↵kmoore7-239/+239
forgot to renamed specifiedConverter to just converter
2009-12-31removed defaultConverter support from ConvertibleMapping, this wasn't really ↵kmoore6-104/+105
being used and was just adding extra complication
2009-12-29element collection collection table supportkmoore4-0/+1444
2009-12-22Added MapKeyJoinColumn/MapKeyJoinColumns annotation resource model supportkmoore3-0/+775

Back to the top