Criteria in Hibernate

We have learned about HQL in previous articles, Now lets talk about Hibernate Criteria Query Language (HCQL) in this article. Let us understand Hibernate Criteria Query Language (HCQL) What is HCQL It’s a Criteria based query language mainly used to fetch the records based on specific search criteria. It supports complete object oriented approach for […]

Share this article on