# Finding where why an SQL INSERT was executed with Hibernate

**URL:** https://discourse.hibernate.org/t/finding-where-why-an-sql-insert-was-executed-with-hibernate/2167
**Category:** Hibernate ORM
**Created:** [January 29, 2019, 8:40pm UTC](https://discourse.hibernate.org/t/finding-where-why-an-sql-insert-was-executed-with-hibernate/2167 "2019-01-29T20:40:43Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![tharpa](https://avatars.discourse-cdn.com/v4/letter/t/7c8e57/32.png) [@tharpa](https://discourse.hibernate.org/u/tharpa)
#### Post date: [January 29, 2019, 9:42pm UTC](https://discourse.hibernate.org/t/finding-where-why-an-sql-insert-was-executed-with-hibernate/2167/3 "2019-01-29T21:42:49Z")

</div>

Thanks, Vlad. It looks like the code is just including the hibernate jars, rather than the source code. Any tips on where to look in the house code for where the actual hibernate method that leads to the insert is being called? As far as I can tell, the bind( method you mentioned is not being called directly by the house code.

---

_[View the full topic](https://discourse.hibernate.org/t/finding-where-why-an-sql-insert-was-executed-with-hibernate/2167)._
