mirror of https://github.com/apache/openjpa.git
OPENJPA-317. There is no additional covariant-type work to do here.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@567854 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
007154980b
commit
4e8936a706
|
@ -34,8 +34,6 @@ import javax.persistence.Query;
|
||||||
public interface OpenJPAEntityManager
|
public interface OpenJPAEntityManager
|
||||||
extends EntityManager {
|
extends EntityManager {
|
||||||
|
|
||||||
// ##### covariant types?
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the factory that produced this entity manager.
|
* Return the factory that produced this entity manager.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue