File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed 
spring-orm-hibernate4/src/main/java/org/springframework/orm/hibernate4 Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 66 * 
77 * <p>Contains an implementation of Spring's transaction SPI for local Hibernate transactions. 
88 * This package is intentionally rather minimal, with no template classes or the like, 
9-  * in order to follow native Hibernate recommendations as closely as possible. 
9+  * in order to follow Hibernate recommendations as closely as possible. We recommend 
10+  * using Hibernate's native <code>sessionFactory.getCurrentSession()</code> style. 
1011 * 
1112 * <p><b>This package supports Hibernate 4.x only.</b> 
1213 * See the {@code org.springframework.orm.hibernate3} package for Hibernate 3.x support. 
14+  * <b>Note:</b> Do not use HibernateTemplate or other classes from the hibernate3 package 
15+  * with Hibernate 4; this will lead to class definition exceptions at runtime. 
1316 * 
1417 */ 
1518package  org .springframework .orm .hibernate4 ;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments