Google News
logo
JPA - Interview Questions
What are the features of JPQL?
Following are some of the important features of JPQL are :
 
* It is robust and simple.
* Platform-independent query language.
* JPQL queries are declared dynamically built-in code, or it is declared statically into metadata 
* It can be utilized with any database such as MySQL, Oracle.
Advertisement