railo.runtime.orm.hibernate.tuplizer
Class CFCInstantiator

java.lang.Object
  extended by railo.runtime.orm.hibernate.tuplizer.CFCInstantiator
All Implemented Interfaces:
Serializable, org.hibernate.tuple.Instantiator

public class CFCInstantiator
extends Object
implements org.hibernate.tuple.Instantiator

See Also:
Serialized Form

Constructor Summary
CFCInstantiator()
           
CFCInstantiator(org.hibernate.mapping.PersistentClass mappingInfo)
          Constructor of the class
 
Method Summary
 Object instantiate()
           
 Object instantiate(Serializable id)
           
 boolean isInstance(Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFCInstantiator

public CFCInstantiator()

CFCInstantiator

public CFCInstantiator(org.hibernate.mapping.PersistentClass mappingInfo)
Constructor of the class

Parameters:
mappingInfo -
Method Detail

instantiate

public final Object instantiate(Serializable id)
Specified by:
instantiate in interface org.hibernate.tuple.Instantiator

instantiate

public final Object instantiate()
Specified by:
instantiate in interface org.hibernate.tuple.Instantiator

isInstance

public final boolean isInstance(Object object)
Specified by:
isInstance in interface org.hibernate.tuple.Instantiator


Copyright © 2012 Railo