开发者

Fetch last record in mysql

开发者 https://www.devze.com 2022-12-22 09:06 出处:网络
I want fetch last record using hibernate 开发者_C百科criteria Can u help me?What do you mean by hibernate criteria in mySQL?

I want fetch last record using hibernate 开发者_C百科criteria

Can u help me?


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 
0

精彩评论

暂无评论...
验证码 换一张
取 消