[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-3693) Implicit Polymorphic query + pagination returning zero result
Steve Ebersole (JIRA)
noreply at atlassian.com
Wed Jan 7 15:39:39 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Steve Ebersole closed HHH-3693.
-------------------------------
Resolution: Fixed
> Implicit Polymorphic query + pagination returning zero result
> -------------------------------------------------------------
>
> Key: HHH-3693
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3693
> Project: Hibernate Core
> Issue Type: Bug
> Components: query-hql
> Reporter: Anthony Patricio
> Assignee: Steve Ebersole
> Fix For: 3.2.x, 3.3.x, 3.4
>
>
> Running an implicit polymorphic query with pagination returns an empty list.
> simple example
> Query query = session.createQuery("from java.lang.Object");
> query.setMaxResults(100);
> List results = query.list();
> returned list will be empty
--
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