org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.accessor
Class NakedPropertyNotNullAccessor

java.lang.Object
  extended by org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.accessor.NakedPropertyAccessorAbstract
      extended by org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.accessor.NakedPropertyNotNullAccessor
All Implemented Interfaces:
org.hibernate.property.PropertyAccessor

public class NakedPropertyNotNullAccessor
extends NakedPropertyAccessorAbstract

Access properties of a naked object, where the value persisted cannot be null.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.accessor.NakedPropertyAccessorAbstract
NakedPropertyAccessorAbstract.NakedGetter, NakedPropertyAccessorAbstract.NakedSetter
 
Constructor Summary
NakedPropertyNotNullAccessor()
           
 
Method Summary
 org.hibernate.property.Getter getGetter(java.lang.Class theClass, java.lang.String propertyName)
           
 
Methods inherited from class org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.accessor.NakedPropertyAccessorAbstract
getConverter, getGetter, getSetter, getValueHolderMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NakedPropertyNotNullAccessor

public NakedPropertyNotNullAccessor()
Method Detail

getGetter

public org.hibernate.property.Getter getGetter(java.lang.Class theClass,
                                               java.lang.String propertyName)
                                        throws org.hibernate.PropertyNotFoundException
Throws:
org.hibernate.PropertyNotFoundException


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.