mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
Remove Subclassing/Dynamic Proxy support - beans must be enhanced
This commit is contained in:
@@ -40,7 +40,7 @@ public class XrContext implements OxmContext {
|
||||
|
||||
XoiNode xoiNode = getXoiNode(node.getNodeName());
|
||||
|
||||
Object bean = xoiNode.createBean(false);
|
||||
Object bean = xoiNode.createBean();
|
||||
|
||||
XrReadContext ctx = new XrReadContext(bean);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user