public class ByteBuddyGroovyProxyFactory extends ByteBuddyProxyFactory
A ProxyFactory implementation for ByteBuddy that uses ByteBuddyGroovyInterceptor. Mirrors the Hibernate 7 implementation in grails-data-hibernate7.
| Constructor and description |
|---|
ByteBuddyGroovyProxyFactory(ByteBuddyProxyHelper byteBuddyProxyHelper) |
ByteBuddyGroovyProxyFactory(ByteBuddyProxyHelper byteBuddyProxyHelper, boolean lazyToString) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public HibernateProxy |
getProxy(java.io.Serializable id, SharedSessionContractImplementor session) |
|
public void |
postInstantiate(java.lang.String entityName, java.lang.Class persistentClass, java.util.Set<java.lang.Class> interfaces, java.lang.reflect.Method getIdentifierMethod, java.lang.reflect.Method setIdentifierMethod, CompositeType componentIdType) |