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
I tried using Guava's immutable collections, specifically ImmutableList as return type in mapper functions, but obviously MyBatis does not know how to construct them. Unfortunately, it looks like currently there is no way make it work (see my question on stackoverflow for more details).
It would be really nice to have a mechanism to allow mapping results to custom collections or custom implementations of JDK's collection interfaces.
The text was updated successfully, but these errors were encountered:
I tried using Guava's immutable collections, specifically
ImmutableList
as return type in mapper functions, but obviously MyBatis does not know how to construct them. Unfortunately, it looks like currently there is no way make it work (see my question on stackoverflow for more details).It would be really nice to have a mechanism to allow mapping results to custom collections or custom implementations of JDK's collection interfaces.
The text was updated successfully, but these errors were encountered: