What I was trying to understand was whether you need to effectively write an order-by fragment that looked something like "ORDER BY child.fieldX DESC, parent.fieldA ASC"
. This is what I am not sure if the current implementation is capable of supporting when it comes to traversals.