I am trying to insert given in the bank using SESSION.SAVE(OBJECT) and i am not obtaining... I print the data of the SQL and I show
"insert into MASTER_KEY (NM_SISTEMA_RESPONSAVEL, NM_TIPO_REDE_DONA_MKEY, CD_REDE_DONA_MKEY, CD_ID_MASTER_KEY, NM_MASTER_KEY, DT_CRIACAO, DT_ULT_ATUALIZACAO) values (?, ?, ?, ?, ?, ?, ?)"
When use FIND functions correctly
The object arrive correctly before the line SESSION.SAVE(OBJECT)...
Somebody knows what it occurs?
Positive Vibrations
Lucas Ferst
Hibernate version: 2.1.6
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
|