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.
hibernate 是否支持数据库中的分层数据?
Hibernate 支持 Modified Preorder Tree Traversal,它允许您定义左/右属性。但是,它不支持分层查询,但是如果您按左值排序,从线性查询中重新分层对象是非常简单的。
刚刚发现该功能正在进行中
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1395