Java org.apache.ibatis.mapping MappedStatement.Builder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.ibatis.mapping MappedStatement.Builder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.ibatis.mapping MappedStatement.Builder.

The text is from its open source code.

Field

Stringresource
Stringid
IntegerfetchSize
Integertimeout
StatementTypestatementType
ResultSetTyperesultSetType
Cachecache
ParameterMapparameterMap
ListresultMaps
booleanflushCacheRequired
booleanuseCache
booleanresultOrdered
KeyGeneratorkeyGenerator
StringdatabaseId
LanguageDriverlang

Constructor