[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3693) Implicit Polymorphic query + pagination returning zero result
Anthony Patricio (JIRA)
noreply at atlassian.com
Wed Jan 7 11:26:38 EST 2009
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-criteria, query-hql
Reporter: Anthony Patricio
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