protected InterceptorFactory getEjbCreateInterceptorFactory() {
return CmpEntityBeanEjbCreateMethodInterceptorFactory.INSTANCE;
}
protected InterceptorFactory getEjbRemoveInterceptorFactory(final Method remove) {
return new CmpEntityBeanRemoveInterceptorFactory(remove);
}