All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.bytecode.BasicProxyFactory Maven / Gradle / Ivy

There is a newer version: 3.6.0.Beta2
Show newest version
package org.hibernate.bytecode;

/**
 * A proxy factory for "basic proxy" generation
 *
 * @author Steve Ebersole
 */
public interface BasicProxyFactory {
	public Object getProxy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy