super( entityMetamodel, mappedEntity );
return new MyEntityInstantiator( persistentClass.getEntityName() );
// allows defining a custom proxy factory, which is responsible for // generating lazy proxies for a given entity. // // Here we simply use the default... return super.buildProxyFactory( persistentClass, idGetter, idSetter );