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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira