Package org.hibernate.proxy
Class 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)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Class<T>
getClassWithoutInitializingProxy(T object)
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
-
-
-
Method Detail
-
getClassWithoutInitializingProxy
public static <T> Class<T> getClassWithoutInitializingProxy(T object)
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!). It is almost always better to use the entity name!
-
-