There is a comment String in each CRUD operation class (select, delete, ...) in Hibernate ORM
[...] if ( getFactory().getSettings().isCommentsEnabled() ) { delete.setComment( "delete collection row " + getRole() ); } [...]
There is a comment String in each CRUD operation class (select, delete, ...) in Hibernate ORM