Explain criteria api?



Explain criteria api?..

Answer / 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

More Hibernate Interview Questions

What is the difference between jdbc and hibernate?

1 Answers  


What are pojos and what’s their significance?

1 Answers  


Which are the design patterns that are used in hibernate framework?

1 Answers  


What are the general considerations or best practices for defining your hibernate persistent classes?

1 Answers  


What role does the session interface play in hibernate?

1 Answers  


What is the use of ehcache?

1 Answers  


What is difference between persistent and transient objects?

1 Answers  


Is ef an orm?

1 Answers  


What is the use of sessionfactory in hibernate?

1 Answers  


What is @id in hibernate?

1 Answers  


What is the role of JMX in hibernate?

1 Answers  


What are the identified limitation of hibernate?

1 Answers  


Categories