public static class

ProxyFactoryFactoryImpl.BasicProxyFactoryImpl

extends Object
implements BasicProxyFactory
java.lang.Object
   ↳ org.hibernate.bytecode.cglib.ProxyFactoryFactoryImpl.BasicProxyFactoryImpl

Summary

Public Constructors
ProxyFactoryFactoryImpl.BasicProxyFactoryImpl(Class superClass, Class[] interfaces)
Public Methods
Object getProxy()
Get a proxy reference.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.bytecode.BasicProxyFactory

Public Constructors

public ProxyFactoryFactoryImpl.BasicProxyFactoryImpl (Class superClass, Class[] interfaces)

Public Methods

public Object getProxy ()

Get a proxy reference.

Returns
  • A proxy reference.