EntityManager连接

时间:2016-11-27 10:33:45

标签: eclipselink entitymanager

我是java的新手。我已经创建了自己的开发框架来处理依赖于EntityManager的实体。我的问题是我想获取EntityManager实例使用的sql连接引用来执行其他数据库DML操作,这样每当提交或回滚EntityManager时都应该提交或回滚这些操作。

问候;

1 个答案:

答案 0 :(得分:0)

获取EntityManager的class Vector3 : CustomStringConvertible { ... public var description: String { return "Vector3(x:\(x),y:\(y),z:\(z))" } } 对象java.sql.Connection使用

em

这可以在EclipseLink中使用,但不能在Hibernate中使用。