#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
@@ -1,5 +1,6 @@
package io.ebeaninternal.server.transaction;
import io.ebean.ProfileLocation;
import io.ebeaninternal.api.SpiProfileHandler;
/**
@@ -13,7 +14,7 @@ public class NoopProfileHandler implements SpiProfileHandler {
}
@Override
public ProfileStream createProfileStream(int profileId) {
public ProfileStream createProfileStream(ProfileLocation location) {
// always return null
return null;
}