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 |
What is the difference between jdbc and hibernate?
What are pojos and what’s their significance?
Which are the design patterns that are used in hibernate framework?
What are the general considerations or best practices for defining your hibernate persistent classes?
What role does the session interface play in hibernate?
What is the use of ehcache?
What is difference between persistent and transient objects?
Is ef an orm?
What is the use of sessionfactory in hibernate?
What is @id in hibernate?
What is the role of JMX in hibernate?
What are the identified limitation of hibernate?