Uses of Enum
org.apache.ibatis.mapping.SqlCommandType
Packages that use SqlCommandType
Package
Description
Binds mapper interfaces with mapped statements.
Base package for the Configuration building code.
Parses annotations to create a Configuration.
Base package for mapping.
-
Uses of SqlCommandType in org.apache.ibatis.binding
Fields in org.apache.ibatis.binding declared as SqlCommandTypeMethods in org.apache.ibatis.binding that return SqlCommandType -
Uses of SqlCommandType in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder with parameters of type SqlCommandTypeModifier 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.builder.annotation
Fields in org.apache.ibatis.builder.annotation declared as SqlCommandTypeModifier and TypeFieldDescriptionprivate final SqlCommandTypeMapperAnnotationBuilder.AnnotationWrapper.sqlCommandTypeMethods in org.apache.ibatis.builder.annotation that return SqlCommandTypeModifier and TypeMethodDescription(package private) SqlCommandTypeMapperAnnotationBuilder.AnnotationWrapper.getSqlCommandType() -
Uses of SqlCommandType in org.apache.ibatis.mapping
Subclasses with type arguments of type SqlCommandType in org.apache.ibatis.mappingFields in org.apache.ibatis.mapping declared as SqlCommandTypeMethods in org.apache.ibatis.mapping that return SqlCommandTypeModifier and TypeMethodDescriptionMappedStatement.getSqlCommandType()static SqlCommandTypeReturns the enum constant of this type with the specified name.static SqlCommandType[]SqlCommandType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.ibatis.mapping with parameters of type SqlCommandTypeModifierConstructorDescriptionBuilder(Configuration configuration, String id, SqlSource sqlSource, SqlCommandType sqlCommandType)