Class | Description |
---|---|
EntityProxyHandlerAdapter | Adapts the proxy handler interface |
GroovyProxyFactory | Implements the proxy interface and creates a Groovy proxy by passing the need for javassist style proxies and all the problems they bring. |
ProxyHandlerAdapter | Adapts the core Grails proxy handler interface to the GORM one |
ProxyInstanceMetaClass | Per-instance metaclass to use for proxied GORM domain objects. |