Uses of Class
org.apache.ibatis.builder.annotation.ProviderContext
-
Packages that use ProviderContext Package Description org.apache.ibatis.builder.annotation Parses annotations to create a Configuration. -
-
Uses of ProviderContext in org.apache.ibatis.builder.annotation
Fields in org.apache.ibatis.builder.annotation declared as ProviderContext Modifier and Type Field Description private ProviderContextProviderSqlSource. providerContextMethods in org.apache.ibatis.builder.annotation with parameters of type ProviderContext Modifier and Type Method Description default java.lang.reflect.MethodProviderMethodResolver. resolveMethod(ProviderContext context)Resolve an SQL provider method.
-