[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-8) fetchSize() does not work
ali aslan (JIRA)
noreply at atlassian.com
Thu Feb 22 04:28:31 EST 2007
fetchSize() does not work
-------------------------
Key: HSEARCH-8
URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-8
Project: Hibernate Search
Type: Bug
Components: query
Environment: hibernate-3.2.1
jdk_1.5.0_10
oracle_10g-jdbc-10.2.0.2.jar
Oracle 10 g (10.2.0.3.0)
Reporter: ali aslan
Priority: Critical
fetch size does not work. The following returns all entities existing in the table:
Query beanQuery = session.createQuery("FROM bean mybean");
List list = beanQuery .setFetchSize(1000).list();
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list