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

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

public class CFCGetter
extends Object
implements org.hibernate.property.Getter

See Also:
Serialized Form

Constructor Summary
CFCGetter(Collection.Key key)
          Constructor of the class
CFCGetter(String key)
          Constructor of the class
 
Method Summary
 Object get(Object trg)
           
 Object getForInsert(Object trg, Map arg1, org.hibernate.engine.SessionImplementor arg2)
           
 HibernateORMEngine getHibernateORMEngine()
           
 Member getMember()
           
 Method getMethod()
           
 String getMethodName()
           
 Class getReturnType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFCGetter

public CFCGetter(String key)
Constructor of the class

Parameters:
key -

CFCGetter

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

Parameters:
engine -
key -
Method Detail

get

public Object get(Object trg)
           throws org.hibernate.HibernateException
Specified by:
get in interface org.hibernate.property.Getter
Throws:
org.hibernate.HibernateException
See Also:
Getter.get(java.lang.Object)

getHibernateORMEngine

public HibernateORMEngine getHibernateORMEngine()

getForInsert

public Object getForInsert(Object trg,
                           Map arg1,
                           org.hibernate.engine.SessionImplementor arg2)
                    throws org.hibernate.HibernateException
Specified by:
getForInsert in interface org.hibernate.property.Getter
Throws:
org.hibernate.HibernateException
See Also:
Getter.getForInsert(java.lang.Object, java.util.Map, org.hibernate.engine.SessionImplementor)

getMember

public Member getMember()
Specified by:
getMember in interface org.hibernate.property.Getter
See Also:
Getter.getMember()

getMethod

public Method getMethod()
Specified by:
getMethod in interface org.hibernate.property.Getter
See Also:
Getter.getMethod()

getMethodName

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

getReturnType

public Class getReturnType()
Specified by:
getReturnType in interface org.hibernate.property.Getter


Copyright © 2012 Railo