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 ...