getObject metodu
Şöyle yaparız.
Şöyle yaparız.
@Componenet
public class SingletonFacade {
@Autowired
private ObjectFactory<PrototypeService> prototypeBeanObjectFactory;
public PrototypeBean getPrototypeInstance() {
return prototypeBeanObjectFactory.getObject();
}
}
Hiç yorum yok:
Yorum Gönder