Uses of Enum
org.apache.ibatis.mapping.ResultSetType
Packages that use ResultSetType
Package
Description
Base package for the Configuration building code.
Base package for mapping.
Base package.
-
Uses of ResultSetType in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder that return ResultSetTypeModifier and TypeMethodDescriptionprotected ResultSetType
BaseBuilder.resolveResultSetType
(String alias) Methods in org.apache.ibatis.builder with parameters of type ResultSetTypeModifier and TypeMethodDescriptionMapperBuilderAssistant.addMappedStatement
(String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId, LanguageDriver lang) MapperBuilderAssistant.addMappedStatement
(String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId, LanguageDriver lang, String resultSets) Backward compatibility signature 'addMappedStatement'.MapperBuilderAssistant.addMappedStatement
(String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId, LanguageDriver lang, String resultSets, boolean dirtySelect) -
Uses of ResultSetType in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return ResultSetTypeModifier and TypeMethodDescriptionMappedStatement.getResultSetType()
static ResultSetType
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 ResultSetTypeModifier and TypeMethodDescriptionMappedStatement.Builder.resultSetType
(ResultSetType resultSetType) -
Uses of ResultSetType in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as ResultSetTypeMethods in org.apache.ibatis.session that return ResultSetTypeModifier and TypeMethodDescriptionConfiguration.getDefaultResultSetType()
Gets the default result set type.Methods in org.apache.ibatis.session with parameters of type ResultSetTypeModifier and TypeMethodDescriptionvoid
Configuration.setDefaultResultSetType
(ResultSetType defaultResultSetType) Sets the default result set type.