cdpwest / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

HibernateSearchProcessor prints HQL to console #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Invoke (AnyClass implements GenericDAOImpl).search(ISearch).

What is the expected output? What do you see instead?
I expect no output to the console, but maybe to the log (level trace or
debug). But now I see the HQL statement in the console.

What version of the product are you using? On what operating system?
0.5.0, Windows XP 32bit

Please provide any additional information below.

This is caused by HibernateSearchProcessor, line 96:
System.out.println(hql);

Original issue reported on code.google.com by hannes.s...@googlemail.com on 9 Feb 2010 at 5:39

GoogleCodeExporter commented 8 years ago

Original comment by dwolvert on 20 Feb 2010 at 5:20