This Question suggests that a class AbstractBatcher in Hibernate is responsible for Batching insert statements, and that it does some logging when it kicks into action.
But as far as I can tell this class only exists until Hibernate 3.x and I can't find it in Hibernate 4.x
Where is the equivalent class? And does it still do some logging?