在persistence.xml中关闭hibernate自动实体发现

时间:2015-03-05 12:22:28

标签: java hibernate jpa

我想关闭hibernate自动实体发现,因为我收到有关同名duplicat实体的错误! 我该怎么办persistance.xml

感谢。

1 个答案:

答案 0 :(得分:0)

我认为这有效:

    <properties>
        <property name="hibernate.archive.autodetection" value="" />
    </properties>

感谢FarhangAmary'Ferhęg评论