GenerationType « Map « JPA Q&A





1. How do I override the GenerationType strategy using Hibernate/JPA annotations?    stackoverflow.com

I'm considering using Annotations to define my Hibernate mappings but have run into a problem: I want to use a base entity class to define common fields (including the ID ...