#1496 - Query label lost for findId()

This commit is contained in:
rob bygrave
2018-09-28 16:33:54 +12:00
parent 0e75c50be5
commit 57056d7abd
@@ -768,6 +768,7 @@ public class DefaultOrmQuery<T> implements SpiQuery<T> {
copy.timeout = timeout;
copy.mapKey = mapKey;
copy.id = id;
copy.label = label;
copy.useBeanCache = useBeanCache;
copy.useQueryCache = useQueryCache;
copy.readOnly = readOnly;