jpa - Hibernate @DynamicUpdate not working -


i trying replace deprecated @org.hibernate.annotations.entity(dynamicupdate = true) @dynamicupdate(true) @selectbeforeupdate(true)

it not work. using hibernate version 4.3.5.final , hibernate-jpa-2.1-api 1.0.0.final

what missing?


Comments