org.hibernate.bytecode.BasicProxyFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate Show documentation
Show all versions of hibernate Show documentation
Relational Persistence for Java
package org.hibernate.bytecode;
/**
* A proxy factory for "basic proxy" generation
*
* @author Steve Ebersole
*/
public interface BasicProxyFactory {
public Object getProxy();
}