Uses of Class
org.granite.hibernate4.ProxyFactory

Packages that use ProxyFactory
org.granite.hibernate4   
 

Uses of ProxyFactory in org.granite.hibernate4
 

Methods in org.granite.hibernate4 that return ProxyFactory
protected  ProxyFactory HibernateProxyInstantiator.newProxyFactory(String initializerClassName)
           
 

Method parameters in org.granite.hibernate4 with type arguments of type ProxyFactory
protected  Object HibernateExternalizer.newProxyInstantiator(ConcurrentHashMap<String,ProxyFactory> proxyFactories, String detachedState)
           
 

Constructor parameters in org.granite.hibernate4 with type arguments of type ProxyFactory
HibernateProxyInstantiator(ConcurrentHashMap<String,ProxyFactory> proxyFactories, String detachedState)