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
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
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