首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

hibernate配备

2012-09-08 
hibernate配置!-- 配置数据源 --bean iddataSource valueroot/property namepassword value

hibernate配置
<!-- 配置数据源 -->
  <bean id="dataSource" value="root"/>
  <property name="password" value="root"/>
  </bean>
  
  <!-- 配置jdbcTemplate -->
<bean id="jdbcTemplate" ref="dataSource"></property>
</bean>

  <!-- 配置sessionFactory -->
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.HibernateTransactionManager">
<property name="sessionFactory">
<ref bean="sessionFactory"/>
</property>
</bean>


下载SSH框架地址:http://download.csdn.net/source/2743146

热点排行