Hi, i am using hibernate 3.6.1.Final.
When I place @Access(AccessType.PROPERTY) on a field, hibernate warn me "Placing @Access(AccessType.PROPERTY) on a field does not have any effect." (PropertyContainer line 156). But this has effect on my annotated entity : setter and getter are called. If I remove this annotation setter and getter are not called anymore. Is it my entities environment which make that this annotation has effect or maybe the warn message is not appropriate ? Do you have any ideas ?
Thank you
Clément
|