org.hibernate.property
Class NoopAccessor

java.lang.Object
  extended byorg.hibernate.property.NoopAccessor
All Implemented Interfaces:
PropertyAccessor

public class NoopAccessor
extends Object
implements PropertyAccessor

Used to declare properties not represented at the pojo level

Author:
Michael Bartmann

Constructor Summary
NoopAccessor()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopAccessor

public NoopAccessor()
Method Detail

getGetter

public Getter getGetter(Class arg0,
                        String arg1)
                 throws PropertyNotFoundException
Description copied from interface: PropertyAccessor
Create a "getter" for the named attribute

Specified by:
getGetter in interface PropertyAccessor
Throws:
PropertyNotFoundException

getSetter

public Setter getSetter(Class arg0,
                        String arg1)
                 throws PropertyNotFoundException
Description copied from interface: PropertyAccessor
Create a "setter" for the named attribute

Specified by:
getSetter in interface PropertyAccessor
Throws:
PropertyNotFoundException