|
To solve issue
OGM-14
(entity manager type queries), we changed OgmEntityManager package org.hibernate.ogm.jpa.impl from to org.hibernate.jpa.spi. This way it is possible to reuse some protected methods in org.hibernate.jpa.spi.AbtractEntityManagerImpl.
We need to ask to the ORM team if they can expose the contract(s) as (internal) SPI and then revert OgmEntityManager to the original package
|