adspace


Explain criteria api?

Answer Posted / Talha Khan

Criteria API is an advanced querying mechanism provided by Hibernate. It allows you to create complex queries in a fluent and flexible way without using SQL. Criteria queries are constructed using Criteria objects, which can be created for any entity or collection of entities.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is latest hibernate version?

493