#1798 - Fix automatic query label set on nested secondary query when using profileLocation

This commit is contained in:
rob bygrave
2019-08-19 23:15:27 +12:00
parent 0d175557b0
commit 21a3f322e1
4 changed files with 17 additions and 3 deletions
@@ -289,6 +289,11 @@ public interface SpiQuery<T> extends Query<T>, TxnProfileEventCodes {
*/
boolean selectAllForLazyLoadProperty();
/**
* Set the on a secondary query given the label, relativePath and profile location of the parent query.
*/
void setProfilePath(String label, String relativePath, ProfileLocation profileLocation);
/**
* Set the query mode.
*/