#1924 - Refactor for Transaction profiling - base on ProfileLocation / remove profileId

This commit is contained in:
rob bygrave
2020-02-01 11:31:43 +13:00
parent 840cb2ee7b
commit 9eab67d82e
31 changed files with 144 additions and 214 deletions
@@ -191,7 +191,7 @@ public interface SpiQuery<T> extends Query<T>, TxnProfileEventCodes {
/**
* Return the id used to identify a particular query for the given bean type.
*/
short getProfileId();
String getProfileId();
/**
* Return the profile location for this query.