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 |
JavassistProxyFactory.deserializeProxy(SerializableProxy serializableProxy) |
HibernateProxy |
JavassistProxyFactory.getProxy(Serializable id,
SessionImplementor session) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.