What is the proper way to make an Entity read-only with JPA ? I wish my database table to never be modified at all programmatically.
I think I understand that I sho
Eclipselink implementation also offers you the @ReadOnly annotation at the entity level
@ReadOnly