You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@shbone Your understanding is correct. A conditional branch needs to be added, but the corresponding method is not available at the moment. Need to design and implementation, how to establish the specific mapping relationship I have not thought well, you can also think about how to achieve the path of the entity mapping.
in this case: https://github.com/nebula-contrib/ngbatis/blob/master/ngbatis-demo/src/test/java/ye/weicheng/ngbatis/demo/NebulaBasicDaoTests.java#L465
we need to add another condition branch to implement the orm of PathWrapper.
https://github.com/nebula-contrib/ngbatis/blob/master/src/main/java/org/nebula/contrib/ngbatis/handler/ObjectResultHandler.java#L67-L93
Such as:
The text was updated successfully, but these errors were encountered: