Hi,
using hibernate 3.5.0-* I am getting a lot of text stuff on my standard output that I can not get rid of.
I couldn't figure out where it comes from but I suspect some hibernate code to be responsible.
it looks like :
Code:
> orderByFragment(order-by)
> sortSpecification({sort specification})
> sortKeySpecification(sort key)
> sortKey($PlaceHolder$.lastname)
< sortKey(null)
< sortKeySpecification(asc)
> orderingSpecification(asc)
< orderingSpecification(null)
< sortSpecification(null)
...
Anybody knows where it is from and how to avoid it please?