File
Doc
Category
Size
Date
Package
EmbeddedPropertyAccessor.java
API Doc
Hibernate 3.2.5
1830
Sat Jul 16 17:20:48 BST 2005
org.hibernate.property
EmbeddedPropertyAccessor
java.lang.Object
public class EmbeddedPropertyAccessor extends Object implements PropertyAccessor
author
Gavin King
Fields Summary
Constructors Summary
Methods Summary
public
Getter
getGetter
(
java.lang.Class
theClass,
java.lang.String
propertyName)
return new EmbeddedGetter(theClass);
public
Setter
getSetter
(
java.lang.Class
theClass,
java.lang.String
propertyName)
return new EmbeddedSetter(theClass);
Java Code Source