Community
Participate
Working Groups
The default for these two elements is true. If both are false this is the equivalent of a read only mapping. I recommend adding the following to the UI anywhere a Column or JoinColumn is specified _[] Read Only __________ | | | [] Insertable | | [] Updatable | |________________________| If 'Read Only' is checked, then the subpanel would be disables and both insertable and updatabase would be set to false. The Insertable and Updatable widgets should be combos with the options: Default (true), true, false. With multiple joinColumns, can they each have different settings for these? If not, should we only have one widget in the UI and how do we handle if they set things differently on each joinColumn directly in the source.
Oops, I just created a separate bug (#136321) that covers the "updateable" request for the @Column support. (The reason I didn't immediately find this report is because I only looked at the reported bugs and not the enhancement requests.)
We can't use check-boxes for Insertable and Updatable. We have to use combo-boxes to support the 3 options: Default, True, False. As a result, we are not implementing the suggested "Read Only" check box. The current implementation will also take up less screen space. We can re-visit this idea in the future if it still looks desirable after using the current implementation for a while.
verified this is fixed in build R-0.5RC2-200606280020
Closing Verified Fixed bugs from 0.5.