Hibernate / Hibernate interview questions II
Hibernate: disadvantages of using HQL ?
HQL queries cannot perform DDL operations.
HQL queries cannot insert single record into table.
An HQL query gives negligible performance degradation because of conversions when compared to SQL.
HQL queries cannot call PL/SQL program.
More Related questions...