railo.runtime.orm.hibernate.tuplizer.accessors
Class CFCSetter

java.lang.Object
  extended by railo.runtime.orm.hibernate.tuplizer.accessors.CFCSetter
All Implemented Interfaces:
Serializable, org.hibernate.property.Setter

public final class CFCSetter
extends Object
implements org.hibernate.property.Setter

See Also:
Serialized Form

Constructor Summary
CFCSetter(Collection.Key key)
          Constructor of the class
CFCSetter(String key)
          Constructor of the class
 
Method Summary
 Method getMethod()
           
 String getMethodName()
           
 void set(Object trg, Object value, org.hibernate.engine.SessionFactoryImplementor factory)
          
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFCSetter

public CFCSetter(String key)
Constructor of the class

Parameters:
key -

CFCSetter

public CFCSetter(Collection.Key key)
Constructor of the class

Parameters:
key -
Method Detail

getMethodName

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

getMethod

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

set

public void set(Object trg,
                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 © 2012 Railo