FileDocCategorySizeDatePackage
PropertyAccessor.javaAPI DocHibernate 3.2.5629Thu Jun 03 11:31:32 BST 2004org.hibernate.property

PropertyAccessor

public interface PropertyAccessor
Abstracts the notion of a "property". Defines a strategy for accessing the value of an attribute.
author
Gavin King

Fields Summary
Constructors Summary
Methods Summary
public GettergetGetter(java.lang.Class theClass, java.lang.String propertyName)
Create a "getter" for the named attribute

public SettergetSetter(java.lang.Class theClass, java.lang.String propertyName)
Create a "setter" for the named attribute