mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#973 - Refactor - Tidy internals of DefaultBeanLoader
This commit is contained in:
@@ -288,7 +288,7 @@ public class DefaultBeanLoader {
|
||||
}
|
||||
|
||||
if (embeddedOwnerIndex > -1) {
|
||||
query.select("id," + ebi.getProperty(embeddedOwnerIndex));
|
||||
query.select(ebi.getProperty(embeddedOwnerIndex));
|
||||
}
|
||||
|
||||
// don't collect AutoTune usage profiling information
|
||||
|
||||
Reference in New Issue
Block a user