标签: java spring hibernate annotations
客户端需要没有@entity注释的解决方案。是否可以在没有@entity注释的情况下使用hibernate?我有hibernate.cfg.xml文件和映射实体:
@entity
hibernate.cfg.xml
..... <mapping class="cz.tacr.elza.api.model.FindingAid"/> ....
答案 0 :(得分:1)
看看这是否有帮助。向下滚动到“Hibernate Mapping XML Configuration”。
http://www.journaldev.com/2882/hibernate-tutorial-for-beginners-using-xml-annotations-and-property-configurations