mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1924 - Refactor for Transaction profiling - base on ProfileLocation / remove profileId
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user