File
Doc
Category
Size
Date
Package
PropertyAccessor.java
API Doc
Hibernate 3.2.5
629
Thu Jun 03 11:31:32 BST 2004
org.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
Getter
getGetter
(
java.lang.Class
theClass,
java.lang.String
propertyName)
Create a "getter" for the named attribute
public
Setter
getSetter
(
java.lang.Class
theClass,
java.lang.String
propertyName)
Create a "setter" for the named attribute
Java Code Source