I am implementing a Restful Web Service in java (JAX-RS) using Jesey. I run it on Tomcat v7.0 I use Hibernate to map the data to the database (MySQL). I have a query to fetc
mysql doesn't have TOP, use the ORDER BY and LIMIT clauses at the end of the sql.