railo.runtime.orm.hibernate.tuplizer.proxy
Class CFCProxyFactory
java.lang.Object
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
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)
|
CFCProxyFactory
public CFCProxyFactory()
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