public final class

HibernateProxyHelper

extends Object
java.lang.Object
   ↳ org.hibernate.proxy.HibernateProxyHelper

Class Overview

Utility methods for working with proxies. (this class is being phased out)

Summary

Public Methods
static Class getClassWithoutInitializingProxy(Object object)
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static Class getClassWithoutInitializingProxy (Object 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!