spring每次getBean(),得到的是不是同一個實例

spring 缺省: 1.spring用DefaultListableBeanFactory.preInstantiateSingletons()創建bean實例 2.缺省採用單例模式 測試基本bean: xml配置文件: <bean id="dvdTypeDAO" class="com.machome.hibernate.impl.DvdTypeDAOImpl" />    測試代碼:     
相關文章
相關標籤/搜索