You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.integration-tests/src/test/java/org/springframework/orm/hibernate3/HibernateSessionFactoryConfigurationTests.java
Copy file name to clipboardExpand all lines: org.springframework.orm/src/main/java/org/springframework/orm/hibernate3/SessionFactoryBuilderSupport.java
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -232,9 +232,8 @@ public SessionFactoryBuilderSupport(DataSource dataSource) {
232
232
233
233
/**
234
234
* Build the underlying Hibernate SessionFactory.
235
-
* @return the {@code SessionFactory}, potentially wrapped as a
236
-
* {@code DisposableBean} and/or transaction-aware proxy before it is exposed to the
237
-
* application.
235
+
* @return the raw SessionFactory (potentially to be wrapped with a
236
+
* transaction-aware proxy before it is exposed to the application)
238
237
* @throws Exception in case of initialization failure
0 commit comments