|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.codehaus.groovy.grails.support.proxy.ProxyHandler org.codehaus.groovy.grails.support.proxy.EntityProxyHandler
public interface EntityProxyHandler extends ProxyHandler
Methods specified to proxied entities
Method Summary | |
---|---|
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 |
Methods inherited from interface ProxyHandler | |
---|---|
initialize, isInitialized, isInitialized, isProxy, unwrapIfProxy |
Method Detail |
---|
public java.lang.Class getProxiedClass(java.lang.Object o)
o
- The object
public java.lang.Object getProxyIdentifier(java.lang.Object o)
Groovy Documentation