Reputation: 31
Client requires a solution without @entity
annotation. Is a possible to use hibernate without the @entity
annotation? I have hibernate.cfg.xml
file with mapping entity:
.....
<mapping class="cz.tacr.elza.api.model.FindingAid"/>
....
Upvotes: 1
Views: 3608
Reputation: 3685
See if this helps. Scroll down to "Hibernate Mapping XML Configuration".
Upvotes: 1