Uses of Class
org.granite.hibernate.ProxyFactory

Packages that use ProxyFactory
org.granite.hibernate   
 

Uses of ProxyFactory in org.granite.hibernate
 

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

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

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