Is there any chance that I'll be able to do this in the future (like JPA 2):
<one-to-many name="weightings" mapped-by="collatedRun">
<order-by>testAnalysis.marketSystem.systemRun.market.symbol</order-by>
</one-to-many>
instead of writing a Comparator?
