0 votes
in Hibernate by
How can we add criteria to a SQL query?

1 Answer

0 votes
by

A criterion is added to a SQL query by using the Session.createCriteria.

...