|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.hibernate.proxy.HibernateProxyHelper
Utility methods for working with proxies.
Method Summary | |
static Class |
getClass(Object object)
Get the class of an instance or the underlying class of a proxy (without initializing the proxy!). |
static Serializable |
getIdentifier(Object object,
ClassPersister persister)
Get the identifier value of an instance or proxy |
static LazyInitializer |
getLazyInitializer(HibernateProxy proxy)
Get the LazyInitializer for a proxy instance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static LazyInitializer getLazyInitializer(HibernateProxy proxy)
public static Class getClass(Object object)
public static Serializable getIdentifier(Object object, ClassPersister persister) throws HibernateException
HibernateException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |