Uses of Class
org.apache.ibatis.mapping.ResultSetType
-
Packages that use ResultSetType Package Description org.apache.ibatis.annotations Contains all the annotation that are used in mapper interfacesorg.apache.ibatis.builder Base package for the Configuration building codeorg.apache.ibatis.mapping Base package for mapping. -
-
Uses of ResultSetType in org.apache.ibatis.annotations
Methods in org.apache.ibatis.annotations that return ResultSetType Modifier and Type Method Description ResultSetTyperesultSetType() -
Uses of ResultSetType in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder that return ResultSetType Modifier and Type Method Description protected ResultSetTypeBaseBuilder. resolveResultSetType(java.lang.String alias)Methods in org.apache.ibatis.builder with parameters of type ResultSetType Modifier and Type Method Description MappedStatementMapperBuilderAssistant. addMappedStatement(java.lang.String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, java.lang.Integer fetchSize, java.lang.Integer timeout, java.lang.String parameterMap, java.lang.Class<?> parameterType, java.lang.String resultMap, java.lang.Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, KeyGenerator keyGenerator, java.lang.String keyProperty, java.lang.String keyColumn, java.lang.String databaseId, LanguageDriver lang)Backward compatibility signature.MappedStatementMapperBuilderAssistant. addMappedStatement(java.lang.String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, java.lang.Integer fetchSize, java.lang.Integer timeout, java.lang.String parameterMap, java.lang.Class<?> parameterType, java.lang.String resultMap, java.lang.Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, KeyGenerator keyGenerator, java.lang.String keyProperty, java.lang.String keyColumn, java.lang.String databaseId, LanguageDriver lang, java.lang.String resultSets) -
Uses of ResultSetType in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return ResultSetType Modifier and Type Method Description ResultSetTypeMappedStatement. getResultSetType()static ResultSetTypeResultSetType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResultSetType[]ResultSetType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ibatis.mapping with parameters of type ResultSetType Modifier and Type Method Description MappedStatement.BuilderMappedStatement.Builder. resultSetType(ResultSetType resultSetType)
-