When programming directly in JDBC regarding an Oracle database, you can call stmt.setFetchSize(fetchSize)in the statement to determine the maximum number of records to retrieve in one round from a small default value. I would like to do this with Hibernate 3.2.
Can someone tell me where this will be installed?
source
share