Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version:2.1.7
Is it possible to add wildcards to variables in groups? something along the lines of:
from ObjImpl where obj_variable in (:VALUES).
But where obj_variable doesn't have to exactly match any of the :VALUES .
eg: if ---- obj_variable: er --- and ---- :VALUES: erMM,MMM,MMer --- the 1st and 3rd :VALUES would match obj_variable.
If this isn't possible (which I'm starting to believe it isn't) could anyone suggest an alternative (:VALUES is not of fixed length, so I can't have multiple 'like' statements unless the HQL is dynamically generated).
Thanks in advance,
Tom