Uses of Enum Class
org.apache.ibatis.mapping.ResultSetType
Package
Description
Base package for the Configuration building code.
Base package for mapping.
Base package.
-
Uses of ResultSetType in org.apache.ibatis.builder
Modifier and TypeMethodDescriptionprotected ResultSetType
BaseBuilder.resolveResultSetType
(String alias) Modifier 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
Modifier and TypeMethodDescriptionMappedStatement.getResultSetType()
static ResultSetType
Returns the enum constant of this class with the specified name.static ResultSetType[]
ResultSetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMappedStatement.Builder.resultSetType
(ResultSetType resultSetType) -
Uses of ResultSetType in org.apache.ibatis.session
Modifier and TypeMethodDescriptionConfiguration.getDefaultResultSetType()
Gets the default result set type.Modifier and TypeMethodDescriptionvoid
Configuration.setDefaultResultSetType
(ResultSetType defaultResultSetType) Sets the default result set type.