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
At the moment we can pass criteria using .createQuery, but HIbernate ORM is moving toward .createMutationQuery and .createSelectionQuery and we should do the same.
We have already implemented those methods for strings.