Code:
[INFO] TransactionalTestExecutionListener - Began transaction (4): transaction manager [org.springframework.orm.jpa.JpaTransactionManager@106c6be]; rollback [true]
[TRACE] SQL - <t 11251596, conn 22669023> executing prepstmnt 26122975 SELECT t0.geburtsdatum, t0.geschlecht, t0.nachname, t0.id, t0.hausnr, t0.ort, t0.plz, t0.strasse, t0.email, t0.fax, t0.telefon, t0.vorname FROM PR.TJF9040N t0 WHERE t0.id = ? [params=?]
[TRACE] SQL - <t 11251596, conn 22669023> [0 ms] spent
[TRACE] SQL - <t 11251596, conn 22669023> executing prepstmnt 15801826 INSERT INTO PR.TJF9010N (id, name, email, fax, telefon, hausnr, ort, plz, strasse) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [params=?, ?, ?, ?, ?, ?, ?, ?, ?]
[TRACE] SQL - <t 11251596, conn 22669023> [0 ms] spent
[TRACE] SQL - <t 11251596, conn 22669023> executing prepstmnt 3720195 INSERT INTO PR.TJF9030N (id, abteilung, typ, userId, FIRMA_ID, email, fax, telefon, PERSON_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [params=?, ?, ?, ?, ?, ?, ?, ?, ?]
[TRACE] SQL - <t 11251596, conn 22669023> [0 ms] spent
[TRACE] SQL - <t 11251596, conn 22669023> executing prepstmnt 16145243 INSERT INTO PR.TJF9040N (id, geburtsdatum, geschlecht, nachname, vorname, hausnr, ort, plz, strasse, email, fax, telefon) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [params=?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?]
[TRACE] SQL - <t 11251596, conn 22669023> [0 ms] spent
[TRACE] SQL - <t 11251596, conn 22669023> executing prepstmnt 27790938 INSERT INTO PR.TJF9020N (id, name, hausnr, ort, plz, strasse, FIRMA_ID, email, fax, telefon) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [params=?, ?, ?, ?, ?, ?, ?, ?, ?, ?]
[TRACE] SQL - <t 11251596, conn 22669023> [0 ms] spent
If you have a look at SimpleJpaRepository#save ...