We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
举例为3层实体结构 Project 1->N Milestone 1->N Task。
在Task的操作中,可以通过env.getSource()获取 Milestone,但是无法获取Project的信息。
env.getSource()
在约定中,认为任意子节点可以获取其与聚合根的路径节点中的数据。
可以在当前节点获取父节点&父节点的父节点的数据
The text was updated successfully, but these errors were encountered:
getParentSource
preHandle
context
Sorry, something went wrong.
还需要一个描述值对象的directive
getSource()
getParent()
lozybean
No branches or pull requests
现状
举例为3层实体结构 Project 1->N Milestone 1->N Task。
在Task的操作中,可以通过
env.getSource()
获取 Milestone,但是无法获取Project的信息。在约定中,认为任意子节点可以获取其与聚合根的路径节点中的数据。
期望
可以在当前节点获取父节点&父节点的父节点的数据
The text was updated successfully, but these errors were encountered: