@java.lang.Deprecated public class SimpleHibernateProxyHandler extends JavassistProxyFactory implements ProxyFactory, ProxyHandler
Type Params | Return Type | Name and description |
---|---|---|
<T> |
public T |
createProxy(Session session, java.lang.Class<T> type, java.io.Serializable key) |
<T, K extends Serializable> |
public T |
createProxy(Session session, AssociationQueryExecutor<K, T> executor, K associationKey) |
|
public org.hibernate.proxy.HibernateProxy |
getAssociationProxy(java.lang.Object obj, java.lang.String associationName) |
|
public java.io.Serializable |
getIdentifier(java.lang.Object obj) |
|
public java.lang.Class<?> |
getProxiedClass(java.lang.Object o) |
|
public java.lang.Object |
getProxyIdentifier(java.lang.Object o) |
|
public void |
initialize(java.lang.Object o) |
|
public boolean |
isInitialized(java.lang.Object o) |
|
public boolean |
isInitialized(java.lang.Object obj, java.lang.String associationName) |
|
public boolean |
isProxy(java.lang.Object o) |
|
public java.lang.Object |
unwrap(java.lang.Object object) |
|
public java.lang.Object |
unwrapIfProxy(java.lang.Object instance) |
|
public java.lang.Object |
unwrapProxy(org.hibernate.proxy.HibernateProxy proxy) |
Methods inherited from class | Name |
---|---|
class JavassistProxyFactory |
createMethodHandler, createMethodHandler, createProxiedInstance, createProxy, createProxy, getIdentifier, getProxiedClass, getProxyClass, getProxyInstance, getProxyInterfaces, initialize, isHandled, isInitialized, isInitialized, isProxy, unwrap |