| Package | Description | 
|---|---|
| org.hibernate.envers.internal.tools | |
| org.hibernate.proxy | 
 
        This package defines a framework for lazy-initializing
        entity proxies. 
 | 
| org.hibernate.proxy.map | |
| org.hibernate.proxy.pojo.javassist | 
| Modifier and Type | Method and Description | 
|---|---|
static Object | 
EntityTools.getTargetFromProxy(SessionFactoryImplementor sessionFactoryImplementor,
                  HibernateProxy proxy)  | 
| Modifier and Type | Method and Description | 
|---|---|
HibernateProxy | 
ProxyFactory.getProxy(Serializable id,
        SessionImplementor session)
Create a new proxy instance 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapProxy
Proxy for "dynamic-map" entity representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HibernateProxy | 
MapProxyFactory.getProxy(Serializable id,
        SessionImplementor session)  | 
| Modifier and Type | Method and Description | 
|---|---|
static HibernateProxy | 
JavassistLazyInitializer.getProxy(Class factory,
        String entityName,
        Class persistentClass,
        Class[] interfaces,
        Method getIdentifierMethod,
        Method setIdentifierMethod,
        CompositeType componentIdType,
        Serializable id,
        SessionImplementor session,
        boolean classOverridesEquals)  | 
HibernateProxy | 
JavassistProxyFactory.getProxy(Serializable id,
        SessionImplementor session)  | 
static HibernateProxy | 
JavassistLazyInitializer.getProxy(String entityName,
        Class persistentClass,
        Class[] interfaces,
        Method getIdentifierMethod,
        Method setIdentifierMethod,
        CompositeType componentIdType,
        Serializable id,
        SessionImplementor session)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.