I am new to hibernate and postgres. Actually I am trying to map potgres database using Hibernate. This is my table stucture in postgresql
CREATE TABLE employ
If you don't use annotation you should change YourClass.hbm.xml file.
Your ID section should be:
employee_id_seq
File sample:
This class contains the employee detail. employee_id_seq