Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有人使用过名为 FlexORM 的框架,它非常有用,但我遇到了一个问题,我需要为这样的父子表创建一个自引用关联
一个名为 table1 的表有一个名为 parentID 的字段,该字段具有一些 table1 ID 的值,有意义吗?
问题是我不知道如何使用注释构建类,或者是否可以使用此框架来构建类,我知道在其他技术(例如 Doctrine)中,如果像这里一样简单地做到这一点
http://docs.doctrine-project.org/en/latest/reference/association-mapping.html#one-to-many-self-reference
我尝试过任何类型的组合,但没有结果,对此的任何帮助将不胜感激
很难找到因为页面不再可见,无论如何这就是我想要的
http://flexorm.riaforge.org/wiki/index.cfm/Tree_Structures
谢谢!