[hibernate-issues] [Hibernate-JIRA] Resolved: (HSEARCH-8) fetchSize() does not work

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Feb 22 11:24:31 EST 2007


     [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-8?page=all ]
     
Emmanuel Bernard resolved HSEARCH-8:
------------------------------------

    Resolution: Rejected

go to the user forum

> 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