posted 20 years ago
I'm not sure for my answer.
access attribute of property tag
The access attribute lets you control how Hibernate will access the property at runtime. By default, Hibernate will call the property get/set pair. If you specify access="field", Hibernate will bypass the get/set pair and access the field directly, using reflection. You may specify your own strategy for property access by naming a class that implements the interface net.sf.hibernate.property.PropertyAccessor.
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand