As I started working with Hibernate a few days ago, I was just wondering : suppose you\'re starting a project from scratch. Would you use annotation-based mapping or Hibernate m
What advantages I see in using @Annotations:
What advantages I see in using XML:
We use annotations, but keep XML as an option.