You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to java-gen...@googlegroups.com
I'm looking for a way to change the escape characters used to define wildcards, etc within "Like" statements. Oracle doesn't seem to have a way to define wildcards at a session level and I can't see a way to do this one a per-statement level (it requires something like Select * from X where Y like "\%something" escape "\"). Does anyone have any ideas about how to do this using the Generic Hibernate DAO? Could this be done with a custom dialect perhaps?