org.hibernate.property

Class MapAccessor

Implemented Interfaces:
PropertyAccessor

public class MapAccessor
extends java.lang.Object
implements PropertyAccessor

Author:
Gavin King

Nested Class Summary

static class
MapAccessor.MapGetter
static class
MapAccessor.MapSetter

Method Summary

Getter
getGetter(Class theClass, String propertyName)
Setter
getSetter(Class theClass, String propertyName)

Method Details

getGetter

public Getter getGetter(Class theClass,
                        String propertyName)
            throws PropertyNotFoundException
Specified by:
getGetter in interface PropertyAccessor

getSetter

public Setter getSetter(Class theClass,
                        String propertyName)
            throws PropertyNotFoundException
Specified by:
getSetter in interface PropertyAccessor