| http://www.w3.org/ns/prov#value | - You raised an important question for which none of the currently populate query languages such as Hibernate HQL or EJB-QL has a solution.In Java you can sort strings either lexicographically using class String's compareTO() method or based on dictionary using class Collator's compare() method.However neither HQL or EJB-QL has any syntax for you to specify your intended sorting order.The plain ord
|