adspace
What entries we make in the hibernate config file if we are not using hbm files but annotations?
Answer Posted / Ankit Maurya
When using Hibernate annotations, you don't need to define mapping files (hbm.xml), so entries such as `hibernate.archive.autodetection` and other related properties for mapping files will not be needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers