#438 - findPagedList and getTotalRowCount, the query.getAlias() is null

This commit is contained in:
Robin Bygrave
2015-10-28 08:15:15 +13:00
parent a8232d2d8b
commit a30948d38d
2 changed files with 24 additions and 0 deletions
@@ -484,6 +484,7 @@ public class DefaultOrmQuery<T> implements SpiQuery<T> {
copy.profilingListener = profilingListener;
copy.query = query;
copy.rootTableAlias = rootTableAlias;
copy.additionalWhere = additionalWhere;
copy.additionalHaving = additionalHaving;
copy.distinct = distinct;