Update of /cvsroot/hibernate/Hibernate/doc/reference/src
In directory sc8-pr-cvs1:/tmp/cvs-serv20166/doc/reference/src
Modified Files:
session_configuration.xml
Log Message:
fixed broken line-endings and added a test
Index: session_configuration.xml
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/doc/reference/src/session_configuration.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** session_configuration.xml 20 Nov 2002 10:28:08 -0000 1.24
--- session_configuration.xml 26 Nov 2002 03:35:46 -0000 1.25
***************
*** 338,342 ****
</row>
<row>
! <entry><literal>hibernate.jdbc.use_scrollable_resultsets</literal></entry>
<entry><literal>true</literal> | <literal>false</literal></entry>
<entry>enables use of JDBC2 scrollable resultsets by Hibernate.
--- 338,342 ----
</row>
<row>
! <entry><literal>hibernate.jdbc.use_scrollable_resultset</literal></entry>
<entry><literal>true</literal> | <literal>false</literal></entry>
<entry>enables use of JDBC2 scrollable resultsets by Hibernate.
|