mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1183 - ENH: Add support for transaction profiling
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ public class TestPersistenceContextScopeUsingOrders extends BaseTestCase {
|
||||
|
||||
assertTrue(!orders.isEmpty());
|
||||
|
||||
// collect the customer instances
|
||||
// collectTransactionProfile the customer instances
|
||||
List<Customer> customers = new ArrayList<>();
|
||||
Set<Integer> identities = new HashSet<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user