Uses of Class
org.apache.ibatis.annotations.SelectKey
-
Packages that use SelectKey Package Description org.apache.ibatis.annotations Contains all the annotation that are used in mapper interfaces.org.apache.ibatis.builder.annotation Parses annotions to create a Configuration. -
-
Uses of SelectKey in org.apache.ibatis.annotations
Methods in org.apache.ibatis.annotations that return SelectKey Modifier and Type Method Description SelectKey[]
value()
-
Uses of SelectKey in org.apache.ibatis.builder.annotation
Methods in org.apache.ibatis.builder.annotation with parameters of type SelectKey Modifier and Type Method Description private KeyGenerator
MapperAnnotationBuilder. handleSelectKeyAnnotation(SelectKey selectKeyAnnotation, java.lang.String baseStatementId, java.lang.Class<?> parameterTypeClass, LanguageDriver languageDriver)
-