mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Fix for #57 - Embedded Entities with Autofetch Exception, plus some additional tests
This commit is contained in:
@@ -65,8 +65,8 @@ public class SqlTreeAlias {
|
||||
for (String propJoin : propJoins) {
|
||||
ElPropertyDeploy elProp = desc.getElPropertyDeploy(propJoin);
|
||||
if (elProp != null && elProp.getBeanProperty().isEmbedded()) {
|
||||
String[] split = SplitName.split(propJoin);
|
||||
addPropertyJoin(split[0], joinProps);
|
||||
//String[] split = SplitName.split(propJoin);
|
||||
//addPropertyJoin(split[0], joinProps);
|
||||
addEmbeddedPropertyJoin(propJoin);
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user