Fix for #293 - Invalid result rows when ManyToMany "fetch joined" with additional child OneToMany or ManyToMany child relationship fetched

This commit is contained in:
rbygrave
2015-05-13 21:01:00 +12:00
parent 0da764ed0c
commit 9bf9338ba9
16 changed files with 186 additions and 337 deletions
@@ -73,13 +73,8 @@ public interface DbReadContext {
/**
* Set back the bean that has just been loaded with its id.
*/
public void setLoadedBean(EntityBean loadedBean, Object id, Object lazyLoadParentId);
public void setLazyLoadedChildBean(EntityBean loadedBean, Object parentId);
/**
* Set back the 'detail' bean that has just been loaded.
*/
public void setLoadedManyBean(EntityBean loadedBean);
/**
* Return the query mode.
*/