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:
@@ -742,7 +742,9 @@ public class BeanDescriptorManager implements BeanDescriptorMap {
|
||||
|
||||
short id = 0;
|
||||
for (DeployBeanDescriptor<?> desc : deployDescriptors) {
|
||||
desc.setProfileId(++id);
|
||||
if (!desc.isEmbedded()) {
|
||||
desc.setProfileId(++id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user