hibernate+spring

来源:互联网 发布:无线传感器网络 物联网 编辑:程序博客网 时间:2024/06/10 01:25
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">    <property name="configLocations">        <value>classpath:hibernate.cfg.xml</value>      </property></bean>