How does @OrderBy work?
@OrderBy
It is not working here in the following code:
Employee.java
package com.semanticbits.po
according to the spec you would have to use:
@OrderBy("address.city DESC")