public class GroovyAwareJavassistProxyFactory
extends java.lang.Object
implements org.hibernate.proxy.ProxyFactory, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.Class<?>[] |
NO_CLASSES |
| Constructor and Description |
|---|
GroovyAwareJavassistProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.proxy.HibernateProxy |
getProxy(java.io.Serializable id,
org.hibernate.engine.SessionImplementor session) |
void |
postInstantiate(java.lang.String entityName,
java.lang.Class persistentClass,
java.util.Set interfaces,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
org.hibernate.type.CompositeType componentIdType) |
public void postInstantiate(java.lang.String entityName,
java.lang.Class persistentClass,
java.util.Set interfaces,
java.lang.reflect.Method getIdentifierMethod,
java.lang.reflect.Method setIdentifierMethod,
org.hibernate.type.CompositeType componentIdType)
throws org.hibernate.HibernateException
postInstantiate in interface org.hibernate.proxy.ProxyFactoryorg.hibernate.HibernateExceptionpublic org.hibernate.proxy.HibernateProxy getProxy(java.io.Serializable id,
org.hibernate.engine.SessionImplementor session)
throws org.hibernate.HibernateException
getProxy in interface org.hibernate.proxy.ProxyFactoryorg.hibernate.HibernateException