org.hibernate.property

Class NoopAccessor

Implemented Interfaces:
PropertyAccessor

public class NoopAccessor
extends java.lang.Object
implements PropertyAccessor

Used to declare properties not represented at the pojo level
Author:
Michael Bartmann

Method Summary

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

Method Details

getGetter

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

getSetter

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