Named native query and orm.xml
Hi All,
I'm trying to use select's inside orm.xml on JPA project. But, when I execute the query, return an error of "ORA-00900: invalid SQL statement". If this select is executed like getEntityManager().createNativeQuery(sql) this work fine.
Then, I would like to know how build a select inside orm.xml. If someone has a example of this.
Any help... please !!!
10ks.