public class ProxyFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<Class<?>,Object[]> |
identifierInfos |
| Constructor and Description |
|---|
ProxyFactory(String initializerClassName) |
| Modifier and Type | Method and Description |
|---|---|
protected Object[] |
getIdentifierInfo(Class<?> persistentClass) |
HibernateProxy |
getProxyInstance(String persistentClassName,
String entityName,
Serializable id) |
protected boolean |
overridesEquals(Class<?> persistentClass) |
protected final ConcurrentHashMap<Class<?>,Object[]> identifierInfos
public ProxyFactory(String initializerClassName)
public HibernateProxy getProxyInstance(String persistentClassName, String entityName, Serializable id)
protected boolean overridesEquals(Class<?> persistentClass)
protected Object[] getIdentifierInfo(Class<?> persistentClass)