public class ProxyFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,java.lang.Object[]> |
identifierInfos |
| Constructor and Description |
|---|
ProxyFactory(java.lang.String initializerClassName) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object[] |
getIdentifierInfo(java.lang.Class<?> persistentClass) |
org.hibernate.proxy.HibernateProxy |
getProxyInstance(java.lang.String persistentClassName,
java.lang.String entityName,
java.io.Serializable id) |