About Question enthuware.oce-jpad.v6.2.428 :
Posted: Mon Jul 22, 2013 11:14 pm
Hi,
I would like to report that in the explanation of this question, i think you are using @OrderBy incorrectly argument.
you are specifying :
@OrderBy("joiningDate") //or @OrderBy("joiningDate DSC") or @OrderBy("joiningDate ASC")
the DSC is not a valid value based on the javadoc.
I think you should use 'DESC'.
I would like to report that in the explanation of this question, i think you are using @OrderBy incorrectly argument.
you are specifying :
@OrderBy("joiningDate") //or @OrderBy("joiningDate DSC") or @OrderBy("joiningDate ASC")
the DSC is not a valid value based on the javadoc.
I think you should use 'DESC'.