Integer « Default « JPA Q&A





1. How to map Int to int8 by default?    stackoverflow.com

I have an existing model implementation that needs to work with a new database. Can i configure Hibernate to map int variables to int8 instead of int4 by default?