views:

52

answers:

1

Hi

I want fetch last record using hibernate criteria

Can u help me?

A: 

What do you mean by hibernate criteria in mySQL? hibernate criteria is used in java to retrieve persistant class objects.

in my SQL you can run following query

SELECT col1, col2, ... FROM yourtable ORDER BY xyz DESC LIMIT 1 
Manjoor