Package org.apache.ibatis.mapping
Class MappedStatement
java.lang.Object
org.apache.ibatis.mapping.MappedStatement
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Cache
private Configuration
private String
private Integer
private boolean
private boolean
private String
private String[]
private KeyGenerator
private String[]
private LanguageDriver
private ParameterMap
private String
private boolean
private String[]
private ResultSetType
private SqlCommandType
private SqlSource
private Log
private StatementType
private Integer
private boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
resource
-
configuration
-
id
-
fetchSize
-
timeout
-
statementType
-
resultSetType
-
sqlSource
-
cache
-
parameterMap
-
resultMaps
-
flushCacheRequired
private boolean flushCacheRequired -
useCache
private boolean useCache -
resultOrdered
private boolean resultOrdered -
sqlCommandType
-
keyGenerator
-
keyProperties
-
keyColumns
-
hasNestedResultMaps
private boolean hasNestedResultMaps -
databaseId
-
statementLog
-
lang
-
resultSets
-
-
Constructor Details
-
MappedStatement
MappedStatement()
-
-
Method Details
-
getKeyGenerator
-
getSqlCommandType
-
getResource
-
getConfiguration
-
getId
-
hasNestedResultMaps
public boolean hasNestedResultMaps() -
getFetchSize
-
getTimeout
-
getStatementType
-
getResultSetType
-
getSqlSource
-
getParameterMap
-
getResultMaps
-
getCache
-
isFlushCacheRequired
public boolean isFlushCacheRequired() -
isUseCache
public boolean isUseCache() -
isResultOrdered
public boolean isResultOrdered() -
getDatabaseId
-
getKeyProperties
-
getKeyColumns
-
getStatementLog
-
getLang
-
getResultSets
-
getResulSets
Deprecated.UsegetResultSets()
Gets the resul sets.- Returns:
- the resul sets
-
getBoundSql
-
delimitedStringToArray
-
getResultSets()