From: <one...@us...> - 2003-05-03 07:20:53
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/engine In directory sc8-pr-cvs1:/tmp/cvs-serv15927/engine Modified Files: RowSelection.java Log Message: applied paged SQL SELECT patch by David White Index: RowSelection.java =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/engine/RowSelection.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RowSelection.java 25 Apr 2003 03:40:32 -0000 1.4 --- RowSelection.java 3 May 2003 07:20:49 -0000 1.5 *************** *** 3,7 **** /** ! * Represents a selection or rows in a JDBC <tt>ResultSet</tt> * @author Gavin King */ --- 3,7 ---- /** ! * Represents a selection of rows in a JDBC <tt>ResultSet</tt> * @author Gavin King */ |