hibernate:把一个文件夹下的配置文件引入

阅读更多
(来自于http://www.iteye.com/topic/34)
dada:::

    class="org.springframework.orm.hibernate3.LocalSessionFactoryBean"> 
     
         
   
 
     
         
             
                classpath*:/model/sample/hbm  
           
 
       
 
   
 
     
         
             
                ${hibernate.dialect}  
           
 
             
                ${hibernate.show_sql}  
           
 
             
                ${hibernate.cache.use_query_cache}  
           
 
             
                ${hibernate.cache.provider_class}  
           
 
       
 
   
 
 

你可能感兴趣的:(Hibernate,Cache,SQL)