| Class | Description |
|---|---|
| ByteBuddyGroovyInterceptor | A ByteBuddy interceptor that avoids initializing the proxy for Groovy-specific methods. |
| ByteBuddyGroovyProxyFactory | A ProxyFactory implementation for ByteBuddy that uses ByteBuddyGroovyInterceptor. |
| GrailsBytecodeProvider | A org.hibernate.bytecode.spi.BytecodeProvider implementation for Hibernate 7 that provides Groovy-aware proxies. |
| GrailsProxyFactoryFactory | A org.hibernate.bytecode.spi.ProxyFactoryFactory implementation for Hibernate 7 that provides Groovy-aware proxies. |
| GroovyProxyInterceptorLogic | Pure logic for Groovy proxy interception and handling, decoupled from Hibernate. |
| HibernateProxyHandler | Implementation of the ProxyHandler interface for Hibernate using org.hibernate.Hibernate and HibernateProxyHelper where possible. |
| SimpleHibernateProxyHandler |