You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use String instead of LazyClob I can create query like this:
new DetachedCriteria (MyClass).build {
ilike('myField', "%${content}%")
}
Is it possible to construct such query when LazyClob is used instead of String?
The text was updated successfully, but these errors were encountered:
If I use String instead of LazyClob I can create query like this:
new DetachedCriteria (MyClass).build {
ilike('myField', "%${content}%")
}
Is it possible to construct such query when LazyClob is used instead of String?
The text was updated successfully, but these errors were encountered: