Uses of Annotation Type
org.apache.ibatis.annotations.Arg
Packages that use Arg
Package
Description
Parses annotions to create a Configuration.
-
Uses of Arg in org.apache.ibatis.builder.annotation
Methods in org.apache.ibatis.builder.annotation with parameters of type ArgModifier and TypeMethodDescriptionprivate void
MapperAnnotationBuilder.applyConstructorArgs
(Arg[] args, Class<?> resultType, List<ResultMapping> resultMappings) private void
MapperAnnotationBuilder.applyResultMap
(String resultMapId, Class<?> returnType, Arg[] args, Result[] results, TypeDiscriminator discriminator)