You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for the amazing work that you guys are doing!
I'm currently working on an update query that excludes certain columns, I did find a feature that provides excluding them by using ExcludeColumn. However, I was wondering if there's a feature like "updatable" in JPA, where if you set 'false' to the column that you don't mean to update, it doesn't when updating. Thank you again!
We don't have such feature, but there is a similar request to add ,selectonly / ,selectable so perhaps we should add something similar for updates too - see #374
I like that with updatatable / selectable we can combine options together like ,selectable,updatable etc.
Hi,
First of all, thank you for the amazing work that you guys are doing!
I'm currently working on an update query that excludes certain columns, I did find a feature that provides excluding them by using ExcludeColumn. However, I was wondering if there's a feature like "updatable" in JPA, where if you set 'false' to the column that you don't mean to update, it doesn't when updating. Thank you again!
here's the reference for this feature : https://docs.jboss.org/hibernate/jpa/2.1/api/javax/persistence/Column.html
The text was updated successfully, but these errors were encountered: