类 HibernateProxyHelper
- java.lang.Object
-
- org.hibernate.proxy.HibernateProxyHelper
-
public final class HibernateProxyHelper extends Object
Utility methods for working with proxies. (this class is being phased out)- 作者:
- Gavin King
-
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static ClassgetClassWithoutInitializingProxy(Object object)Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
-