When running my Spring/Hibernate application I see the following unwanted output on the console:
Hibernate: select securityus0_.ID .... Hibernate: select sec
I'm fairly certain that you're seeing those SQL statements because somewhere in your Hibernate config the property "hibernate.show_sql" is set to true. Find that setting and change to false.