Uses of Enum Class
org.apache.ibatis.mapping.StatementType
Packages that use StatementType
Package
Description
Base package for the Configuration building code.
Base package for mapping.
-
Uses of StatementType in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder with parameters of type StatementTypeModifier 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 StatementType in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return StatementTypeModifier and TypeMethodDescriptionMappedStatement.getStatementType()
static StatementType
Returns the enum constant of this class with the specified name.static StatementType[]
StatementType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.ibatis.mapping with parameters of type StatementTypeModifier and TypeMethodDescriptionMappedStatement.Builder.statementType
(StatementType statementType)