Updatable / Insertable at hibernate entity level

Viewed 11

I have a View in my Oracle DB.

Then on my Java application I defined a Hibernate entity.

I marked all columns as updatable = false and insertable = false.

This is a bit redundant: do we have a way to achieve the same result with just some class level annotation?

0 Answers
Related