|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.property.ChainedPropertyAccessor
public class ChainedPropertyAccessor
Constructor Summary | |
---|---|
ChainedPropertyAccessor(PropertyAccessor[] chain)
|
Method Summary | |
---|---|
Getter |
getGetter(java.lang.Class theClass,
java.lang.String propertyName)
Create a "getter" for the named attribute |
Setter |
getSetter(java.lang.Class theClass,
java.lang.String propertyName)
Create a "setter" for the named attribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainedPropertyAccessor(PropertyAccessor[] chain)
Method Detail |
---|
public Getter getGetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
PropertyAccessor
getGetter
in interface PropertyAccessor
PropertyNotFoundException
public Setter getSetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
PropertyAccessor
getSetter
in interface PropertyAccessor
PropertyNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |