public class CFCHibernateProxyFactory extends Object implements org.hibernate.proxy.ProxyFactory
Constructor and Description |
---|
CFCHibernateProxyFactory() |
Modifier and Type | Method and Description |
---|---|
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) |
public CFCHibernateProxyFactory()
public void postInstantiate(String entityName, Class persistentClass, Set interfaces, Method getIdentifierMethod, Method setIdentifierMethod, org.hibernate.type.AbstractComponentType componentIdType) throws org.hibernate.HibernateException
postInstantiate
in interface org.hibernate.proxy.ProxyFactory
org.hibernate.HibernateException
public void postInstantiate(org.hibernate.mapping.PersistentClass pc)
public org.hibernate.proxy.HibernateProxy getProxy(Serializable id, org.hibernate.engine.SessionImplementor session)
getProxy
in interface org.hibernate.proxy.ProxyFactory
Copyright © 2015 Lucee