public class EntityProxyHandlerAdapter extends Object implements ProxyFactory
Adapts the proxy handler interface
| Constructor and description |
|---|
EntityProxyHandlerAdapter(EntityProxyHandler proxyHandler) |
| Type Params | Return Type | Name and description |
|---|---|---|
<T> |
public T |
createProxy(Session session, Class<T> type, Serializable key) |
<T, K extends Serializable> |
public T |
createProxy(Session session, AssociationQueryExecutor<K, T> executor, K associationKey) |
|
public Serializable |
getIdentifier(Object obj) |
|
public Class<?> |
getProxiedClass(Object o) |
|
public void |
initialize(Object o) |
|
public boolean |
isInitialized(Object object) |
|
public boolean |
isInitialized(Object object, String associationName) |
|
public boolean |
isProxy(Object object) |
|
public Object |
unwrap(Object object) |