[hibernate-dev] [OGM] JPQL support

Guillaume SCHEIBEL guillaume.scheibel at gmail.com
Sat Oct 19 18:36:50 EDT 2013


Hello,

I can confirm that JPQL queries are only working if they are executed from
a org.hibernate.Session. If we want to run them from the entity manager, we
get a OGM-21 thrown from the OgmEntityManager.createQuery(String query)
method.

How can wa / I make it work ?

Thanks
Guillaume


More information about the hibernate-dev mailing list