public class HibernateProxyHandler extends SimpleHibernateProxyHandler
Implementation of the ProxyHandler interface for Hibernate.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
initialize(java.lang.Object o) |
|
public boolean |
isInitialized(java.lang.Object o) |
|
public boolean |
isProxy(java.lang.Object o) |
|
public java.lang.Object |
unwrapIfProxy(java.lang.Object instance) |
Methods inherited from class | Name |
---|---|
class SimpleHibernateProxyHandler |
createProxy, createProxy, getAssociationProxy, getIdentifier, getProxiedClass, getProxyIdentifier, initialize, isInitialized, isInitialized, isProxy, unwrap, unwrapIfProxy, unwrapProxy |