|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.property.MapAccessor
public class MapAccessor
Nested Class Summary | |
---|---|
static class |
MapAccessor.MapGetter
|
static class |
MapAccessor.MapSetter
|
Constructor Summary | |
---|---|
MapAccessor()
|
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 MapAccessor()
Method Detail |
---|
public Getter getGetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
getGetter
in interface PropertyAccessor
theClass
- The class on which the property is defined.propertyName
- The name of the property.
PropertyNotFoundException
- Indicates a problem interpretting the propertyNamepublic Setter getSetter(java.lang.Class theClass, java.lang.String propertyName) throws PropertyNotFoundException
getSetter
in interface PropertyAccessor
theClass
- The class on which the property is defined.propertyName
- The name of the property.
PropertyNotFoundException
- Indicates a problem interpretting the propertyName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |