]
Steve Ebersole updated HHH-3693:
--------------------------------
Assignee: Steve Ebersole
Fix Version/s: 3.4
3.3.x
3.2.x
Component/s: (was: query-criteria)
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: