public interface EntityProxyHandler extends ProxyHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getProxiedClass(java.lang.Object o)
Returns the proxied class without initializing the proxy
|
java.lang.Object |
getProxyIdentifier(java.lang.Object o)
This method returns the identifier of the proxy or null if the
object is not a proxy
|
initialize, isInitialized, isInitialized, isProxy, unwrapIfProxyjava.lang.Object getProxyIdentifier(java.lang.Object o)
java.lang.Class<?> getProxiedClass(java.lang.Object o)
o - The object