Posts by tiago2014 • 133 points
1 post
-
3
votes2
answers599
viewsQ: How to make Hibernate "realize" that the value of a column was set by the database
My table in the database has a column that is automatically populated by the database itself. This table is mapped as an annotated class with @Entity, called EntidadeA. The column that is…