Eclipse Dali JPA Diagram Editor无法识别JAR中的实体

时间:2014-02-11 09:13:32

标签: eclipse jpa editor diagram dali

Eclipse JPA Diagram Editor是否可以从JAR中读取实体?

我已经使用包含目标实体的JAR配置了底层persistence.xml(见下文)。但是,编辑似乎没有看到实体。

但是,当我链接到源文件时,编辑器工作正常。

带有JAR的persistence.xml如下:

<?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
    <persistence-unit name="com.saphir.modules.monitoring">
        <jar-file>module1.jar</jar-file>
        <jar-file>module2.jar</jar-file>
        <jar-file>module3.jar</jar-file>
        <jar-file>module4.jar</jar-file>
    </persistence-unit>
</persistence>

0 个答案:

没有答案