Package org.apache.ibatis.mapping
Class MappedStatement.Builder
java.lang.Object
org.apache.ibatis.mapping.MappedStatement.Builder
- Enclosing class:
- MappedStatement
public static class MappedStatement.Builder extends Object
-
Constructor Summary
Constructors Constructor Description Builder(Configuration configuration, String id, SqlSource sqlSource, SqlCommandType sqlCommandType)
-
Method Summary
-
Constructor Details
-
Builder
public Builder(Configuration configuration, String id, SqlSource sqlSource, SqlCommandType sqlCommandType)
-
-
Method Details
-
resource
-
id
-
parameterMap
-
resultMaps
-
fetchSize
-
timeout
-
statementType
-
resultSetType
-
cache
-
flushCacheRequired
-
useCache
-
resultOrdered
-
keyGenerator
-
keyProperty
-
keyColumn
-
databaseId
-
lang
-
resultSets
-
resulSets
Deprecated.Resul sets.- Parameters:
resultSet
- the result set- Returns:
- the builder
-
build
-
resultSets(java.lang.String)