org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.accessor
Class OptimisticLockAccessor.OptimisticLockSetter

java.lang.Object
  extended by org.nakedobjects.plugins.hibernate.objectstore.persistence.hibspi.accessor.OptimisticLockAccessor.OptimisticLockSetter
All Implemented Interfaces:
java.io.Serializable, org.hibernate.property.Setter
Enclosing class:
OptimisticLockAccessor

public static final class OptimisticLockAccessor.OptimisticLockSetter
extends java.lang.Object
implements org.hibernate.property.Setter

See Also:
Serialized Form

Method Summary
 java.lang.reflect.Method getMethod()
           
 java.lang.String getMethodName()
           
 void set(java.lang.Object target, java.lang.Object value, org.hibernate.engine.SessionFactoryImplementor factory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMethod

public java.lang.reflect.Method getMethod()
Specified by:
getMethod in interface org.hibernate.property.Setter

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in interface org.hibernate.property.Setter

set

public void set(java.lang.Object target,
                java.lang.Object value,
                org.hibernate.engine.SessionFactoryImplementor factory)
         throws org.hibernate.HibernateException
Specified by:
set in interface org.hibernate.property.Setter
Throws:
org.hibernate.HibernateException


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