Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-14This commit was manufactured by cvs2svn to create tag 'v200708140001'.v200708140001nhauge148-46425/+0
2007-07-25[184479] accessing the model from non-UI threads when model is visible in the UIbvosburgh1-17/+21
2007-07-25Created IJava*Mapping interfaces for use in the future IJpaFactory for extens...kmoore1-1/+1
2007-07-19Cleaning up fileContentProvider singletonskmoore1-1/+8
2007-07-19code clean-upbvosburgh1-28/+18
2007-07-19moved attributeMappingUiProviders to IJpaPlatformUikmoore1-11/+1
2007-07-18moving typeMappingUiProviders to IJpaPlatformUikmoore1-8/+0
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
2007-05-11[181471] added more code-completionbvosburgh1-1/+1
2007-05-10added mappedBy validationpfullbright5-3/+79
2007-05-10137799 - model support for IdClass - no validation or UIkmoore6-8/+281
2007-05-09186271 - MapKey model support for 1-m and m-m mappings , no default or valida...kmoore14-10/+188
2007-05-09145373 - added ability to specify a table in the join column dialogkmoore2-0/+11

Back to the top