| Package | Description |
|---|---|
| io.ebean.enhance | |
| io.ebean.enhance.common | |
| io.ebean.enhance.transactional |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionalMethodKey> |
Transformer.getTransactionProfilingKeys()
Return the transaction profiling keys.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionalMethodKey |
EnhanceContext.createMethodKey(String className,
String methodName,
String methodDesc,
int profileId)
Create a TransactionalMethodKey with (maybe) a profileId.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionalMethodKey> |
EnhanceContext.getTransactionProfilingKeys()
Return the profiling transaction keys.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionalMethodKey |
ClassAdapterTransactional.createMethodKey(String methodName,
String methodDesc,
int profId)
Create and return the TransactionalMethodKey.
|
Copyright © 2019. All rights reserved.