#1837 - Inheritance on both sides of @ManyToOne confuses columns (#1843)

* #1837 - Inheritance on both sides of @ManyToOne confuses columns

* #1837 - Inheritance on both sides of @ManyToOne confuses columns

Tidy up whitespace in SQL
This commit is contained in:
Rob Bygrave
2019-10-12 00:25:53 +13:00
committed by GitHub
parent 4cfab3a2de
commit a474880735
16 changed files with 313 additions and 8 deletions
@@ -60,6 +60,11 @@ public interface DbReadContext {
*/
void register(String path, EntityBeanIntercept ebi);
/**
* Register a reference with inheritance for lazy loading.
*/
void registerBeanInherit(BeanPropertyAssocOne<?> property, EntityBeanIntercept ebi);
/**
* Register a collection for lazy loading.
*/