LDEV-3599: Load the really needed objects instead of using Hibernate to derive them from parent objects. Use SQL for counting instead of fet…
Show more
LDEV-3599: Load the really needed objects instead of using Hibernate to derive them from parent objects. Use SQL for counting instead of fetching full collection in Hibernate and checking its size. Prepare for paging: add offset parameter to queries.
Show less