Finding where why an SQL INSERT was executed with Hibernate

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.