org.hibernate.property
Interface PropertyAccessor
- BackrefPropertyAccessor, BasicPropertyAccessor, ChainedPropertyAccessor, DirectPropertyAccessor, Dom4jAccessor, EmbeddedPropertyAccessor, IndexPropertyAccessor, MapAccessor, NoopAccessor
public interface PropertyAccessor
Abstracts the notion of a "property". Defines a strategy for accessing the
value of an attribute.
Getter | getGetter(Class theClass, String propertyName) - Create a "getter" for the named attribute
|
Setter | getSetter(Class theClass, String propertyName) - Create a "setter" for the named attribute
|