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
Right now it's not obvious that Spring Data converts enum values to String. We should mention this explicitly and add an example how to register a Converter that forces enum values to be retained in their type so that the value is passed to the driver as-is.