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.
SQL2 クエリでノードの祖先を選択することはできますか? たとえば、 次のようなものがあります: /content/categories/sport/football ノード 選択したい: /content、/content/categories、/content/categories/sport ノード
できますが、そのレベルの兄弟が他にいると仮定すると、それほど簡単でもダイナミックでもありません。Node正直なところ、メソッドを使用して祖先をさかのぼる方が、おそらくはるかに簡単で、はるかに効率的です。NodeJCR-SQL2 クエリ結果の各行のオブジェクトを取得できることに注意してください。
Node
あるいは、祖先へのパスだけが必要な場合は、結果ノードのパスからこれらを暗黙的に取得できます (例: /content/categories/sport nodes)。
/content/categories/sport nodes