谢谢 各位的热情讨论 , 搞定了
只要在 sessionFactory 中的 property 设置一个 hibernateProperties 属性 添加
<prop key="hibernate.hbm2ddl.auto">update</prop>
<bean id="sessionFactory" class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">
<property name="dataSource" ref="dataSource"/>
<property name="annotatedClasses">
<list>
<value>com.shuttle.test.AnnotationsTest</value>
</list>
</property>
<property name="hibernateProperties">
<props>
<prop key="hibernate.dialect">${hibernate.dialect}</prop>
<prop key="hibernate.show_sql">${hibernate.show_sql}</prop>
<prop key="hibernate.cache.provider_class">${hibernate.cache.provider_class}</prop>
<prop key="hibernate.cache.use_query_cache">${hibernate.cache.use_query_cache}</prop>
<prop key="hibernate.hbm2ddl.auto">update</prop>
</props>
</property>
</bean>
这样的话 数据库就可以自己生成了?
多谢 指点 我再看看
dennis 所说的Manage 是不是 我上面讲的Service?
如果是 Service的话 在Serivce 中继承Dao? 这种好像是不合理吧?
如果上面提到的Manager 是 Dao 的话 倒是可以的
但是我还不太明白你的意思 你能否详细说一下啊?
你说 属性对拷有更强大的dozer 如果属性的Copy用这个 我觉得太累了
大材小用 还要做配置文件 太麻烦了