}
@Override
protected ProxyFactory buildProxyFactory(PersistentClass thePersistentClass, Getter idGetter,
Setter idSetter) {
ProxyFactory pf = new MapProxyFactory();
try {
pf.postInstantiate(getEntityName(), null, null, null, null, null);
} catch (final HibernateException he) {
log.warn("could not create proxy factory for:" + getEntityName(), he);
pf = null;
}
return pf;