public class ProxyHandlerAdapter extends Object implements EntityProxyHandler
Adapts the core Grails proxy handler interface to the GORM one
| Constructor and description |
|---|
ProxyHandlerAdapter(ProxyHandler delegate) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Class<?> |
getProxiedClass(Object o) |
|
public Object |
getProxyIdentifier(Object o) |
|
public void |
initialize(Object o) |
|
public boolean |
isInitialized(Object o) |
|
public boolean |
isInitialized(Object obj, String associationName) |
|
public boolean |
isProxy(Object o) |
|
public Object |
unwrapIfProxy(Object instance) |