没有注释实体的Hibernate

时间:2015-09-18 18:12:09

标签: java spring hibernate annotations

客户端需要没有@entity注释的解决方案。是否可以在没有@entity注释的情况下使用hibernate?我有hibernate.cfg.xml文件和映射实体:

.....
<mapping class="cz.tacr.elza.api.model.FindingAid"/>
....

1 个答案:

答案 0 :(得分:1)

看看这是否有帮助。向下滚动到“Hibernate Mapping XML Configuration”。

http://www.journaldev.com/2882/hibernate-tutorial-for-beginners-using-xml-annotations-and-property-configurations