/**
* @author John Bailey
*/
public class CmpEntityBeanHomeViewConfigurator extends EntityBeanHomeViewConfigurator {
protected EntityBeanHomeFinderInterceptorFactory createHomeFindInterceptorFactory(final Method ejbFind, final boolean localHome) {
return new CmpEntityBeanHomeFinderInterceptorFactory(ejbFind, localHome);
}