|
In the 4.3 user manual, 5.5. Generated properties (http://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html/ch05.html#mapping-generated):
"Only versions, timestamps, and simple properties, can be marked as generated."
Your example annotates an entity property with @Generated. This may have worked in previous versions but it is not supported.
|