Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-14fix for bug 209720pfullbright2-7/+8
2007-11-09fix for bug 208147 - we no longer hang on to "edit" state for emf resourcespfullbright3-58/+120
2007-09-17192245 - indenting the end tag should depend on the delegate translator not t...R1_0_1kmoore1-0/+14
2007-09-10202545 - applied patch - editing the orm.xml file can cause the cursor to jum...kmoore1-0/+8
2007-09-05partial fix for bug 192477pfullbright8-162/+210
2007-09-05192513 - wrong default joinColumns in orm.xml with underlying java annotationskmoore3-0/+12
2007-08-27200957kmoore1-1/+3
2007-08-24191067 - more emf/translators hackery to allow elements deleted in the source...kmoore8-0/+62
2007-08-24fixed problem caused by defaultPrecision, defaultScale changes - column tag b...kmoore1-0/+9
2007-08-22199715- patch applied to maintenance stream - includes changes to use resolve...kmoore6-94/+31
2007-08-21200679 - defaultLength, defaultScale, defaultPrecision added to IColumn in an...kmoore1-3/+3
2007-08-21200679 - defaultLength, defaultScale, defaultPrecision added to IColumn in an...kmoore2-98/+205
2007-07-03186030 - applied Paul's patch - uniqueConstraints columnNames do not work in xmlkmoore37-329/+309
2007-07-02193533 - setting cascade-persist in orm.xml editor does not update details viewkmoore1-1/+1
2007-07-02192717 - Version attribute mapping in orm.xml doesn't updatekmoore1-1/+22
2007-06-12bug 191301 - fixed critical mapping change bugpfullbright7-6/+58
2007-06-07190692 - File not found on xml file deletion.nhauge1-10/+15
2007-06-07190356 - applied patch - Embedded mapping in orm.xml has wrong attribute over...kmoore1-10/+19
2007-06-06190344 - applied patch - mapping is defaulting to Basic instead of Embeddedkmoore1-14/+15
2007-05-31188937 - default target entity for one-to-many in xml is wrongkmoore2-0/+58
2007-05-30189783 - attribute override default in orm.xml is causing incorrect validatio...kmoore1-4/+12
2007-05-30bug 186031 - fixed orderBy for xmlpfullbright13-820/+198
2007-05-30188956 - NPE adding table element to new entity in orm.xmlkmoore9-35/+77
2007-05-30188901 - multiple attribute overrides in xml causes incorrect errorskmoore5-9/+251
2007-05-30189763 - insertable and updatable are inserted incorrectly in orm.xmlkmoore1-4/+4
2007-05-29188979 -secondary table pkJoinColumn defaults not appearing in orm.xmlkmoore2-0/+16
2007-05-29188905 - don't cache javaPersistentType, renames in java cause this to be inv...kmoore1-18/+8
2007-05-29188893 - entity-mappings package element updating not workingkmoore1-24/+2
2007-05-23188680 - invalid error message on GeneratedValue, issues in xmlkmoore5-11/+17
2007-05-23188493 - code completion inside of attibuteOverride not workingkmoore3-18/+19
2007-05-23187593 - NPE with empty AttributeOverride annotationkmoore2-19/+16
2007-05-22bug 186587 - added mapping notification for xml persistent attributespfullbright1-0/+5
2007-05-22187917 - Constant resynching in project with orm.xmlkmoore1-0/+8
2007-05-21187917 - Constant resynching in project with orm.xmlkmoore1-1/+9
2007-05-21bug 187855 - fixed internal referencespfullbright1-4/+1
2007-05-21188145 - fixed NPE xml embedded mapping with no corresponding java attributekmoore1-0/+3
2007-05-17187566 - problem with the EList we were using here, shouldn't use the contain...kmoore3-4/+7
2007-05-17181073 - ClassCastException switching xml type mappingskmoore9-18/+198
2007-05-16179993 - virtual mappings now updating appropriately based on metadata-comple...kmoore3-4/+3
2007-05-16186432 - prevent extra tags in orm.xml with new xml objects to be used by tra...kmoore20-72/+1841
2007-05-16fixed xml persistent attribute selection in the editorkmoore1-1/+1
2007-05-15187065 - fixed npe changing field namekmoore2-8/+11
2007-05-15186432 - fixed part of this bug, extra tags appear when adding a persistence...kmoore4-12/+18
2007-05-15[181471] added more code-completionbvosburgh3-15/+32
2007-05-15186432 - fixed part of this bug, extra tags appear when adding a persistence...kmoore3-5/+10
2007-05-15[181471] added more code-completionbvosburgh1-1/+12
2007-05-14186046 - cascade supportkmoore13-8/+951
2007-05-14Added some more "mappedBy" validationpfullbright2-0/+9
2007-05-11[181471] added more code-completionbvosburgh2-10/+0
2007-05-11176248 - added more textRange api for selection in the editorkmoore16-72/+85

Back to the top