Uses of Class
org.apache.ibatis.builder.annotation.ProviderContext
-
Packages that use ProviderContext Package Description org.apache.ibatis.builder.annotation Parses annotions 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 ProviderContext
ProviderSqlSource. providerContext
Methods in org.apache.ibatis.builder.annotation with parameters of type ProviderContext Modifier and Type Method Description default java.lang.reflect.Method
ProviderMethodResolver. resolveMethod(ProviderContext context)
Resolve an SQL provider method.
-