Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-03-09This commit was manufactured by cvs2svn to create tag 'v201003090000'.v201003090000nhauge1439-197899/+0
2010-03-08validation message parameters are swapped - leads to confusing validation mes...kmoore1-1/+1
2010-03-08tweak PauseCommandbvosburgh1-1/+5
2010-03-08updating @version and @since tags on core provisional apiskmoore512-745/+2488
2010-03-04294077 [JPA 2.0] Add validation for usage of EclipseLink entity caching prope...tle1-3/+9
2010-03-03switch to implement JavaCollectionMapping2_0kmoore4-10/+13
2010-03-03Cascade.DETACH context model supportpfullbright38-216/+477
2010-03-03303547,303548 - added tolerance for .key and .value attribute overrides. Now...kmoore37-619/+927
2010-03-03[303670] fix recursive deadlockbvosburgh1-119/+113
2010-03-03minor changesbvosburgh2-6/+4
2010-03-02moved some common translator static methods up the hierarchykmoore3-71/+37
2010-03-02Refactored several classes to use XmlClassReference insteadpfullbright23-869/+169
2010-03-02304274 - java resource model for CascadeType.DETACHkmoore35-716/+408
2010-03-02Added CascadeType - detach and XmlClassReferencepfullbright9-119/+666
2010-02-26cleaning up some xml resource model issues, fixed cache-interceptor and query...kmoore9-95/+97
2010-02-26303547, 303548 - xml resource model support for map-key-attribute-overrides, ...kmoore21-639/+796
2010-02-26fixed npe when id class does not resolvepfullbright1-0/+5
2010-02-26java completion proposals for maps idpfullbright6-0/+50
2010-02-25301436 - added JoinTable support to 1-1 and m-1 mappings in the 2.0 platformkmoore45-662/+1699
2010-02-25fix on feb 17th didn't take a null name into account. this caused npes to be...kmoore1-2/+2
2010-02-24cleaning up join table joining strategykmoore3-63/+10
2010-02-24fixed mayHaveDefaultJoinColumn, should be false for 1-m mappingskmoore3-13/+1
2010-02-24fixed incorrect error messages in validationkmoore1-2/+2
2010-02-23301437 - refactored 1-m relationship reference joinColumnJoiningStrategy to r...kmoore8-202/+106
2010-02-23301437 - added joinColumns support to generic 2.0 1-1 mappingskmoore28-31/+923
2010-02-23removed unnecessary generic typekmoore2-3/+2
2010-02-23added validation for maps-idpfullbright7-23/+83
2010-02-22258513 - MapKeyColumn model, code assist, validation support in both java and...kmoore47-210/+1771
2010-02-20primary key validationpfullbright49-756/+1289
2010-02-20bug 234191 - ** New I-Build needed **pfullbright10-96/+191
2010-02-17element collections were not being used in determining virtual attribute over...kmoore2-0/+269
2010-02-17commenting and cleaning up overridable attribute mappings codekmoore7-79/+73
2010-02-17removed unnecessary abstract classkmoore2-469/+445
2010-02-17don't validate column table info in an abstract table per class entity scenariokmoore2-0/+6
2010-02-15added validation for element collection map key classkmoore5-3/+66
2010-02-15fixed a missing validation exceptionkmoore3-5/+4
2010-02-15refactored column validation and added new validationkmoore83-1264/+3570
2010-02-10tweak AnnotationContainerTools: only move annotation if necessarybvosburgh1-3/+8
2010-02-05301892 - NPE updating association overrideskmoore2-9/+21
2010-02-02validation text range for implied attribute and association overrides was the...kmoore20-53/+76
2010-02-01update specified class refs by matching resource model objects. this causes ...kmoore3-25/+45
2010-02-01bug 301181 - proper calculation of default x-1 mappings when @Id annotation i...pfullbright2-23/+43
2010-01-29predominant joining strategy updates on resource model API changespfullbright1-2/+2
2010-01-29predominant joining strategy updates on resource model API changespfullbright11-12/+84
2010-01-27bug 301053 - predominant derived identity calculation on UI changespfullbright2-0/+18
2010-01-26300853 - connection and options setting need to be built after properties are...kmoore1-8/+6
2010-01-26Reverting fix for model disconnect on resource unload for M5.nhauge3-20/+0
2010-01-26commenting out the code that is causing exceptions on every test run until we...kmoore1-3/+3
2010-01-26299521 - fix NPE adding an entity to the orm.xml, the name can be nullkmoore3-7/+8
2010-01-25299547 - this fixes the order column table default and adds validation for th...kmoore46-120/+584

Back to the top