com.flexive.core.storage |
|
Java Source File Name | Type | Comment |
ContentStorage.java | Interface | |
EnvironmentLoader.java | Interface | |
FxTreeNodeInfo.java | Class | Information about a tree node that implementation specific and provide information about parameters
relevant to the nested set model. |
FxTreeNodeInfoSimple.java | Class | Information about a tree node that implementation specific and provide information about parameters
relevant to the nested set model without spreading. |
FxTreeNodeInfoSpreaded.java | Class | Information about a tree node that implementation specific and provide information about parameters
relevant to the nested set model with spreading. |
StorageManager.java | Class | |
TreeStorage.java | Interface | Tree storage interface.
The tree used is an enhanced nested set model tree based on the article found at
http://dev.mysql.com/tech-resources/articles/hierarchical-data.html enhanced by using spacing
for performance, and adds the parent and depth columns to even more simplify queries.
Nested Set Models are optimized for read/query operations, but slow on update/move/create operations. |