Re: [hibernate-dev] [OGM] OGM-21 query support

2014-01-27 Thread Gunnar Morling
Hi Guillaume, We have been discussing this issue (OGM query support via EM) earlier today on IRC, as it's definitely one which we should fix soon. As you started to work on it, do you have something worth sharing, which e.g. someone else could take that as starting point? Thanks, --Gunnar 20

Re: [hibernate-dev] [OGM] OGM-21 query support

2013-11-06 Thread Gunnar Morling
Hi, Maybe you could have OgmEntityManager implement HibernateEntityManagerImplementor (its an interface, no class) and forward it the HEMI methods to the wrapped EM instance? --Gunnar 2013/11/4 Guillaume SCHEIBEL > Hello, > > I have started to work on the support of the JPQL queries from the

[hibernate-dev] [OGM] OGM-21 query support

2013-11-04 Thread Guillaume SCHEIBEL
Hello, I have started to work on the support of the JPQL queries from the EntityManager and I'm facing some difficulties. I have look into the ORM as a start and so I have created public class OgmQueryImpl extends AbstractQueryImpl implements TypedQuery { ... } Therefore, the AbstractQueryImpl c