public static class MapperMetadata.MapperMethod extends Object
MapperMethod(Method method, String fullName, org.apache.ibatis.mapping.SqlCommandType sqlType)
String
getFullName()
Method
getMethod()
Class<?>
getResultActualClass()
org.apache.ibatis.mapping.SqlCommandType
getSqlType()
boolean
isPageQuery()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapperMethod(Method method, String fullName, org.apache.ibatis.mapping.SqlCommandType sqlType)
public Method getMethod()
public String getFullName()
public org.apache.ibatis.mapping.SqlCommandType getSqlType()
public boolean isPageQuery()
public Class<?> getResultActualClass()
Copyright © 2025. All rights reserved.