Uses of Interface
org.hibernate.bytecode.spi.BasicProxyFactory

Packages that use BasicProxyFactory
org.hibernate.bytecode.internal.javassist   
org.hibernate.bytecode.spi   
 

Uses of BasicProxyFactory in org.hibernate.bytecode.internal.javassist
 

Methods in org.hibernate.bytecode.internal.javassist that return BasicProxyFactory
 BasicProxyFactory ProxyFactoryFactoryImpl.buildBasicProxyFactory(Class superClass, Class[] interfaces)
           
 

Uses of BasicProxyFactory in org.hibernate.bytecode.spi
 

Methods in org.hibernate.bytecode.spi that return BasicProxyFactory
 BasicProxyFactory ProxyFactoryFactory.buildBasicProxyFactory(Class superClass, Class[] interfaces)
          Build a proxy factory for basic proxy concerns.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.