INFO: HHH000037: Columns: [price, productid, proname]
ott 24, 2013 10:39:36 PM org.hibernate.tool.hbm2ddl.TableMetadata <init>
INFO: HHH000108: Foreign keys: []
ott 24, 2013 10:39:36 PM org.hibernate.tool.hbm2ddl.TableMetadata <init>
INFO: HHH000126: Indexes: [sys_c007080]
ott 24, 2013 10:39:36 PM org.hibernate.tool.hbm2ddl.SchemaUpdate execute
INFO: HHH000232: Schema update complete
null
Object saved successfully.....!!
Hibernate: insert into PRODUCT (PRONAME, PRICE, PRODUCTID) values (?, ?, ?)
ott 24, 2013 10:39:37 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
WARN: SQL Error: 1, SQLState: 23000
ott 24, 2013 10:39:37 PM org.hibernate.engine.jdbc.spi.SqlExceptionHelper logExceptions
ERROR: ORA-00001: unique constraint (SYSTEM.SYS_C007080) violated

Exception in thread "main" org.hibernate.exception.ConstraintViolationExcepti on: ORA-00001: unique constraint (SYSTEM.SYS_C007080) violated