org.hibernate.property

Class EmbeddedPropertyAccessor

Implemented Interfaces:
PropertyAccessor

public class EmbeddedPropertyAccessor
extends java.lang.Object
implements PropertyAccessor

Author:
Gavin King

Nested Class Summary

static class
EmbeddedPropertyAccessor.EmbeddedGetter
static class
EmbeddedPropertyAccessor.EmbeddedSetter

Method Summary

Getter
getGetter(Class theClass, String propertyName)
Create a "getter" for the named attribute
Setter
getSetter(Class theClass, String propertyName)
Create a "setter" for the named attribute

Method Details

getGetter

public Getter getGetter(Class theClass,
                        String propertyName)
            throws PropertyNotFoundException
Create a "getter" for the named attribute
Specified by:
getGetter in interface PropertyAccessor

getSetter

public Setter getSetter(Class theClass,
                        String propertyName)
            throws PropertyNotFoundException
Create a "setter" for the named attribute
Specified by:
getSetter in interface PropertyAccessor