railo.runtime.orm.hibernate.tuplizer.proxy
Class CFCProxyFactory

java.lang.Object
  extended by railo.runtime.orm.hibernate.tuplizer.proxy.CFCProxyFactory
All Implemented Interfaces:
org.hibernate.proxy.ProxyFactory

public class CFCProxyFactory
extends Object
implements org.hibernate.proxy.ProxyFactory

Author:
Gavin King

Constructor Summary
CFCProxyFactory()
           
 
Method Summary
 org.hibernate.proxy.HibernateProxy getProxy(Serializable id, org.hibernate.engine.SessionImplementor session)
           
 void postInstantiate(org.hibernate.mapping.PersistentClass pc)
           
 void postInstantiate(String entityName, Class persistentClass, Set interfaces, Method getIdentifierMethod, Method setIdentifierMethod, org.hibernate.type.AbstractComponentType componentIdType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFCProxyFactory

public CFCProxyFactory()
Method Detail

postInstantiate

public void postInstantiate(String entityName,
                            Class persistentClass,
                            Set interfaces,
                            Method getIdentifierMethod,
                            Method setIdentifierMethod,
                            org.hibernate.type.AbstractComponentType componentIdType)
                     throws org.hibernate.HibernateException
Specified by:
postInstantiate in interface org.hibernate.proxy.ProxyFactory
Throws:
org.hibernate.HibernateException

postInstantiate

public void postInstantiate(org.hibernate.mapping.PersistentClass pc)

getProxy

public org.hibernate.proxy.HibernateProxy getProxy(Serializable id,
                                                   org.hibernate.engine.SessionImplementor session)
Specified by:
getProxy in interface org.hibernate.proxy.ProxyFactory


Copyright © 2012 Railo