Test case: o.h.test.annotations.access.jpa.AccessTest
Ex: Gardenshed uses PROPERTY as a class access type. The 'floors' field attempts to override it with FIELD, but it's ignored.
Caused by: org.hibernate.AnnotationException: HHH000452: The access type of class org.hibernate.test.annotations.access.jpa.Gardenshed is AccessType.PROPERTY. To override the access for a field @Access has to be placed on the field
|