filmov
tv
java - Hibernate error ids for this class must be manually assigned before calling save

Показать описание
Resolved this problem using a Sequence ID defined in Oracle database.
ORACLE_DB_SEQ_ID is defined as a sequence for the table. Also look at the console to see the Hibernate SQL that is used to verify.
#java #hibernate #identifier
ORACLE_DB_SEQ_ID is defined as a sequence for the table. Also look at the console to see the Hibernate SQL that is used to verify.
#java #hibernate #identifier