public interface EntityProxyHandler extends ProxyHandler
Methods specified to proxied entities
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Class<?> |
getProxiedClass(Object o)Returns the proxied class without initializing the proxy |
|
public Object |
getProxyIdentifier(Object o)This method returns the identifier of the proxy or null if the object is not a proxy |
| Methods inherited from class | Name |
|---|---|
interface ProxyHandler |
initialize, isInitialized, isInitialized, isProxy, unwrapIfProxy |