org.hibernate.proxy
Class MapProxyFactory
java.lang.Object
org.hibernate.proxy.MapProxyFactory
- All Implemented Interfaces:
- ProxyFactory
- public class MapProxyFactory
- extends Object
- implements ProxyFactory
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapProxyFactory
public MapProxyFactory()
postInstantiate
public void postInstantiate(String entityName,
Class persistentClass,
Set interfaces,
Method getIdentifierMethod,
Method setIdentifierMethod,
AbstractComponentType componentIdType)
throws HibernateException
- Description copied from interface:
ProxyFactory
- Called immediately after instantiation
- Specified by:
postInstantiate
in interface ProxyFactory
- Throws:
HibernateException
getProxy
public HibernateProxy getProxy(Serializable id,
SessionImplementor session)
throws HibernateException
- Description copied from interface:
ProxyFactory
- Create a new proxy
- Specified by:
getProxy
in interface ProxyFactory
- Throws:
HibernateException