Uses of Enum Class
org.apache.ibatis.mapping.SqlCommandType
Package
Description
Binds mapper interfaces with mapped statements.
Base package for the Configuration building code.
Base package for mapping.
-
Uses of SqlCommandType in org.apache.ibatis.binding
-
Uses of SqlCommandType in org.apache.ibatis.builder
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 SqlCommandType in org.apache.ibatis.mapping
Modifier and TypeMethodDescriptionMappedStatement.getSqlCommandType()
static SqlCommandType
Returns the enum constant of this class with the specified name.static SqlCommandType[]
SqlCommandType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBuilder
(Configuration configuration, String id, SqlSource sqlSource, SqlCommandType sqlCommandType)