postgresql « Annotation « JPA Q&A





1. Hibernate annotation for postgresql SERIAL type    stackoverflow.com

I have a postgresql table in which I have declared a column 'inv_seq' which is declared as 'SERIAL'. I have a Hibernate bean class to map the table. All the other columns ...