站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

HibernateProxyHelper (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


org.hibernate.proxy
Class HibernateProxyHelper

java.lang.Object
  extended byorg.hibernate.proxy.HibernateProxyHelper

public final class HibernateProxyHelper
extends Object

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

Author:
Gavin King

Method Summary
static Class getClassWithoutInitializingProxy(Object object)
          Get the class of an instance or the underlying class of a proxy (without initializing the proxy!).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassWithoutInitializingProxy

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!