spring + hibenate 자동 생 성 데이터베이스 시트 구조

       java    java EE  ,spring+hibernate+stuts  spring+hibernate+jsp        ,  ,    spring      hibernate,   hibernate    。        ,                     。                      。               ,          ,            ,           ,         ,         ,                       。
  ,          hibernate      ,      hibernate                。      ,hibernate       ,       。             ,   hibernate          ,             。  ,           ,             ,  hibernate            。
             ,       ,   applicationContext.xml(spring     )  sessionFactory(Bean)     。sessionFactory       http://blog.csdn.net/dreamrealised/article/details/9126389。
      spring  hibernate,   applicationContext     hibernate,   sessionFactory bean,   hibernate        applicationContext  。  :

[html] view plain copy
xml version="1.0" encoding="UTF-8"?>  

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"  
    xmlns:aop="http://www.springframework.org/schema/aop"  
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd   
    http://www.springframework.org/schema/aop  
    http://www.springframework.org/schema/aop/spring-aop-3.0.xsd"  
    default-lazy-init="true" default-autowire="byName">  
  
    
        class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">  
          
              
                WEB-INF/jdbc.propertiesvalue>  
            list>  
        property>  
    bean>  
  
    
        destroy-method="close">  
          
          
          
          
          
          
    bean>  
  
    
        class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">  
          
             hibernate.dialect=${hibernate.dialect}  
                hibernate.query.substitutions=true  
                hibernate.show_sql=true  
                hibernate.hbm2ddl.auto=update  
            value>  
        property>  
          
              
                nju.software.xkxt.data.dataobject.UserDOvalue>  
        property>  
    bean>  
beans>  
       sessionFactory, hibernateProperties   hibernate.hbm2dll.auto   update,  。  ,sessionFactory         schema    ,       scheme  。     ,        UserDO,  sessionFactory     ,          user ,        user ,    user ,    user   , user  UserDO           。

[html] view plain copy

    class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">  
      
           
            hibernate.dialect=${hibernate.dialect}  
            hibernate.query.substitutions=true  
            hibernate.show_sql=true  
            hibernate.hbm2ddl.auto=update  
        value>  
    property>  
      
          
            nju.software.xkxt.data.dataobject.UserDOvalue>  
        list>  
    property>  
bean>

좋은 웹페이지 즐겨찾기