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
* Obtain the result type to read from {@link ResultProcessor}.
127
127
*
128
-
* @param resultProcessor
129
-
* @return
128
+
* @param resultProcessor the {@link ResultProcessor} used to determine the result type. Must not be {@literal null}.
129
+
* @return the type that should get loaded from the database before it gets converted into the actual return type of a method. Guaranteed to be not {@literal null}.
0 commit comments