Hi folks !
I'm new to hibernate but already read some tutorials, reference manuals and wrote some test applications. First thanks to all of you who contributed to hibernate, it's a geat software !
My Question:
Is there any possibility in a HQL query, to use the return value of a method
call in the where clause... something like this:
"from Object o where o.equals(?)", otherObject
Since I already noticed that it might not be the best idea to overwrite the equals-method I still think this could be nice :)
thx, for you answers
Oliver
|