文件名称: mybatis-3.4.2.jar中文-英文对照文档.zip
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.4.2</version>
</dependency>Gradle:
implementation group: 'org.mybatis', name: 'mybatis', version: '3.4.2'
Gradle (Short):
implementation 'org.mybatis:mybatis:3.4.2'
Gradle (Kotlin):
implementation("org.mybatis:mybatis:3.4.2")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.apache.ibatis
org.apache.ibatis.annotations
org.apache.ibatis.binding
org.apache.ibatis.builder
org.apache.ibatis.builder.annotation
org.apache.ibatis.builder.xml
org.apache.ibatis.cache
org.apache.ibatis.cache.decorators
org.apache.ibatis.cache.impl
org.apache.ibatis.cursor
org.apache.ibatis.cursor.defaults
org.apache.ibatis.datasource
org.apache.ibatis.datasource.jndi
org.apache.ibatis.datasource.pooled
org.apache.ibatis.datasource.unpooled
org.apache.ibatis.exceptions
org.apache.ibatis.executor
org.apache.ibatis.executor.keygen
org.apache.ibatis.executor.loader
org.apache.ibatis.executor.loader.cglib
org.apache.ibatis.executor.loader.javassist
org.apache.ibatis.executor.parameter
org.apache.ibatis.executor.result
org.apache.ibatis.executor.resultset
org.apache.ibatis.executor.statement
org.apache.ibatis.io
org.apache.ibatis.jdbc
org.apache.ibatis.lang
org.apache.ibatis.logging
org.apache.ibatis.logging.commons
org.apache.ibatis.logging.jdbc
org.apache.ibatis.logging.jdk14
org.apache.ibatis.logging.log4j
org.apache.ibatis.logging.log4j2
org.apache.ibatis.logging.nologging
org.apache.ibatis.logging.slf4j
org.apache.ibatis.logging.stdout
org.apache.ibatis.mapping
org.apache.ibatis.parsing
org.apache.ibatis.plugin
org.apache.ibatis.reflection
org.apache.ibatis.reflection.factory
org.apache.ibatis.reflection.invoker
org.apache.ibatis.reflection.property
org.apache.ibatis.reflection.wrapper
org.apache.ibatis.scripting
org.apache.ibatis.scripting.defaults
org.apache.ibatis.scripting.xmltags
org.apache.ibatis.session
org.apache.ibatis.session.defaults
org.apache.ibatis.transaction
org.apache.ibatis.transaction.jdbc
org.apache.ibatis.transaction.managed
org.apache.ibatis.typeorg.apache.ibatis.annotations.Arg
org.apache.ibatis.annotations.CacheNamespace
org.apache.ibatis.annotations.CacheNamespaceRef
org.apache.ibatis.annotations.Case
org.apache.ibatis.annotations.ConstructorArgs
org.apache.ibatis.annotations.Delete
org.apache.ibatis.annotations.DeleteProvider
org.apache.ibatis.annotations.Flush
org.apache.ibatis.annotations.Insert
org.apache.ibatis.annotations.InsertProvider
org.apache.ibatis.annotations.Lang
org.apache.ibatis.annotations.Many
org.apache.ibatis.annotations.MapKey
org.apache.ibatis.annotations.Mapper
org.apache.ibatis.annotations.One
org.apache.ibatis.annotations.Options
org.apache.ibatis.annotations.Options.FlushCachePolicy
org.apache.ibatis.annotations.Param
org.apache.ibatis.annotations.Property
org.apache.ibatis.annotations.Result
org.apache.ibatis.annotations.ResultMap
org.apache.ibatis.annotations.ResultType
org.apache.ibatis.annotations.Results
org.apache.ibatis.annotations.Select
org.apache.ibatis.annotations.SelectKey
org.apache.ibatis.annotations.SelectProvider
org.apache.ibatis.annotations.TypeDiscriminator
org.apache.ibatis.annotations.Update
org.apache.ibatis.annotations.UpdateProvider
org.apache.ibatis.binding.BindingException
org.apache.ibatis.binding.MapperMethod
org.apache.ibatis.binding.MapperMethod.MethodSignature
org.apache.ibatis.binding.MapperMethod.ParamMap
org.apache.ibatis.binding.MapperMethod.SqlCommand
org.apache.ibatis.binding.MapperProxy
org.apache.ibatis.binding.MapperProxyFactory
org.apache.ibatis.binding.MapperRegistry
org.apache.ibatis.builder.BaseBuilder
org.apache.ibatis.builder.BuilderException
org.apache.ibatis.builder.CacheRefResolver
org.apache.ibatis.builder.IncompleteElementException
org.apache.ibatis.builder.InitializingObject
org.apache.ibatis.builder.MapperBuilderAssistant
org.apache.ibatis.builder.ParameterExpression
org.apache.ibatis.builder.ResultMapResolver
org.apache.ibatis.builder.SqlSourceBuilder
org.apache.ibatis.builder.StaticSqlSource
org.apache.ibatis.builder.annotation.MapperAnnotationBuilder
org.apache.ibatis.builder.annotation.MethodResolver
org.apache.ibatis.builder.annotation.ProviderSqlSource
org.apache.ibatis.builder.xml.XMLConfigBuilder
org.apache.ibatis.builder.xml.XMLIncludeTransformer
org.apache.ibatis.builder.xml.XMLMapperBuilder
org.apache.ibatis.builder.xml.XMLMapperEntityResolver
org.apache.ibatis.builder.xml.XMLStatementBuilder
org.apache.ibatis.cache.Cache
org.apache.ibatis.cache.CacheException
org.apache.ibatis.cache.CacheKey
org.apache.ibatis.cache.NullCacheKey
org.apache.ibatis.cache.TransactionalCacheManager
org.apache.ibatis.cache.decorators.BlockingCache
org.apache.ibatis.cache.decorators.FifoCache
org.apache.ibatis.cache.decorators.LoggingCache
org.apache.ibatis.cache.decorators.LruCache
org.apache.ibatis.cache.decorators.ScheduledCache
org.apache.ibatis.cache.decorators.SerializedCache
org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
org.apache.ibatis.cache.decorators.SoftCache
org.apache.ibatis.cache.decorators.SynchronizedCache
org.apache.ibatis.cache.decorators.TransactionalCache
org.apache.ibatis.cache.decorators.WeakCache
org.apache.ibatis.cache.impl.PerpetualCache
org.apache.ibatis.cursor.Cursor
org.apache.ibatis.cursor.defaults.DefaultCursor
org.apache.ibatis.datasource.DataSourceException
org.apache.ibatis.datasource.DataSourceFactory
org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
org.apache.ibatis.datasource.pooled.PoolState
org.apache.ibatis.datasource.pooled.PooledDataSource
org.apache.ibatis.datasource.pooled.PooledDataSourceFactory
org.apache.ibatis.datasource.unpooled.UnpooledDataSource
org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
org.apache.ibatis.exceptions.ExceptionFactory
org.apache.ibatis.exceptions.IbatisException
org.apache.ibatis.exceptions.PersistenceException
org.apache.ibatis.exceptions.TooManyResultsException
org.apache.ibatis.executor.BaseExecutor
org.apache.ibatis.executor.BatchExecutor
org.apache.ibatis.executor.BatchExecutorException
org.apache.ibatis.executor.BatchResult
org.apache.ibatis.executor.CachingExecutor
org.apache.ibatis.executor.ErrorContext
org.apache.ibatis.executor.ExecutionPlaceholder
org.apache.ibatis.executor.Executor
org.apache.ibatis.executor.ExecutorException
org.apache.ibatis.executor.ResultExtractor
org.apache.ibatis.executor.ReuseExecutor
org.apache.ibatis.executor.SimpleExecutor
org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator
org.apache.ibatis.executor.keygen.KeyGenerator
org.apache.ibatis.executor.keygen.NoKeyGenerator
org.apache.ibatis.executor.keygen.SelectKeyGenerator
org.apache.ibatis.executor.loader.AbstractEnhancedDeserializationProxy
org.apache.ibatis.executor.loader.AbstractSerialStateHolder
org.apache.ibatis.executor.loader.CglibProxyFactory
org.apache.ibatis.executor.loader.JavassistProxyFactory
org.apache.ibatis.executor.loader.ProxyFactory
org.apache.ibatis.executor.loader.ResultLoader
org.apache.ibatis.executor.loader.ResultLoaderMap
org.apache.ibatis.executor.loader.ResultLoaderMap.LoadPair
org.apache.ibatis.executor.loader.WriteReplaceInterface
org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
org.apache.ibatis.executor.parameter.ParameterHandler
org.apache.ibatis.executor.result.DefaultMapResultHandler
org.apache.ibatis.executor.result.DefaultResultContext
org.apache.ibatis.executor.result.DefaultResultHandler
org.apache.ibatis.executor.result.ResultMapException
org.apache.ibatis.executor.resultset.DefaultResultSetHandler
org.apache.ibatis.executor.resultset.ResultSetHandler
org.apache.ibatis.executor.resultset.ResultSetWrapper
org.apache.ibatis.executor.statement.BaseStatementHandler
org.apache.ibatis.executor.statement.CallableStatementHandler
org.apache.ibatis.executor.statement.PreparedStatementHandler
org.apache.ibatis.executor.statement.RoutingStatementHandler
org.apache.ibatis.executor.statement.SimpleStatementHandler
org.apache.ibatis.executor.statement.StatementHandler
org.apache.ibatis.executor.statement.StatementUtil
org.apache.ibatis.io.ClassLoaderWrapper
org.apache.ibatis.io.DefaultVFS
org.apache.ibatis.io.ExternalResources
org.apache.ibatis.io.JBoss6VFS
org.apache.ibatis.io.ResolverUtil
org.apache.ibatis.io.ResolverUtil.AnnotatedWith
org.apache.ibatis.io.ResolverUtil.IsA
org.apache.ibatis.io.ResolverUtil.Test
org.apache.ibatis.io.Resources
org.apache.ibatis.io.VFS
org.apache.ibatis.jdbc.AbstractSQL
org.apache.ibatis.jdbc.Null
org.apache.ibatis.jdbc.RuntimeSqlException
org.apache.ibatis.jdbc.SQL
org.apache.ibatis.jdbc.ScriptRunner
org.apache.ibatis.jdbc.SelectBuilder
org.apache.ibatis.jdbc.SqlBuilder
org.apache.ibatis.jdbc.SqlRunner
org.apache.ibatis.lang.UsesJava7
org.apache.ibatis.lang.UsesJava8
org.apache.ibatis.logging.Log
org.apache.ibatis.logging.LogException
org.apache.ibatis.logging.LogFactory
org.apache.ibatis.logging.commons.JakartaCommonsLoggingImpl
org.apache.ibatis.logging.jdbc.BaseJdbcLogger
org.apache.ibatis.logging.jdbc.ConnectionLogger
org.apache.ibatis.logging.jdbc.PreparedStatementLogger
org.apache.ibatis.logging.jdbc.ResultSetLogger
org.apache.ibatis.logging.jdbc.StatementLogger
org.apache.ibatis.logging.jdk14.Jdk14LoggingImpl
org.apache.ibatis.logging.log4j.Log4jImpl
org.apache.ibatis.logging.log4j2.Log4j2AbstractLoggerImpl
org.apache.ibatis.logging.log4j2.Log4j2Impl
org.apache.ibatis.logging.log4j2.Log4j2LoggerImpl
org.apache.ibatis.logging.nologging.NoLoggingImpl
org.apache.ibatis.logging.slf4j.Slf4jImpl
org.apache.ibatis.logging.stdout.StdOutImpl
org.apache.ibatis.mapping.BoundSql
org.apache.ibatis.mapping.CacheBuilder
org.apache.ibatis.mapping.DatabaseIdProvider
org.apache.ibatis.mapping.DefaultDatabaseIdProvider
org.apache.ibatis.mapping.Discriminator
org.apache.ibatis.mapping.Discriminator.Builder
org.apache.ibatis.mapping.Environment
org.apache.ibatis.mapping.Environment.Builder
org.apache.ibatis.mapping.FetchType
org.apache.ibatis.mapping.MappedStatement
org.apache.ibatis.mapping.MappedStatement.Builder
org.apache.ibatis.mapping.ParameterMap
org.apache.ibatis.mapping.ParameterMap.Builder
org.apache.ibatis.mapping.ParameterMapping
org.apache.ibatis.mapping.ParameterMapping.Builder
org.apache.ibatis.mapping.ParameterMode
org.apache.ibatis.mapping.ResultFlag
org.apache.ibatis.mapping.ResultMap
org.apache.ibatis.mapping.ResultMap.Builder
org.apache.ibatis.mapping.ResultMapping
org.apache.ibatis.mapping.ResultMapping.Builder
org.apache.ibatis.mapping.ResultSetType
org.apache.ibatis.mapping.SqlCommandType
org.apache.ibatis.mapping.SqlSource
org.apache.ibatis.mapping.StatementType
org.apache.ibatis.mapping.VendorDatabaseIdProvider
org.apache.ibatis.parsing.GenericTokenParser
org.apache.ibatis.parsing.ParsingException
org.apache.ibatis.parsing.PropertyParser
org.apache.ibatis.parsing.TokenHandler
org.apache.ibatis.parsing.XNode
org.apache.ibatis.parsing.XPathParser
org.apache.ibatis.plugin.Interceptor
org.apache.ibatis.plugin.InterceptorChain
org.apache.ibatis.plugin.Intercepts
org.apache.ibatis.plugin.Invocation
org.apache.ibatis.plugin.Plugin
org.apache.ibatis.plugin.PluginException
org.apache.ibatis.plugin.Signature
org.apache.ibatis.reflection.DefaultReflectorFactory
org.apache.ibatis.reflection.ExceptionUtil
org.apache.ibatis.reflection.MetaClass
org.apache.ibatis.reflection.MetaObject
org.apache.ibatis.reflection.ParamNameResolver
org.apache.ibatis.reflection.ReflectionException
org.apache.ibatis.reflection.Reflector
org.apache.ibatis.reflection.ReflectorFactory
org.apache.ibatis.reflection.SystemMetaObject
org.apache.ibatis.reflection.TypeParameterResolver
org.apache.ibatis.reflection.factory.DefaultObjectFactory
org.apache.ibatis.reflection.factory.ObjectFactory
org.apache.ibatis.reflection.invoker.GetFieldInvoker
org.apache.ibatis.reflection.invoker.Invoker
org.apache.ibatis.reflection.invoker.MethodInvoker
org.apache.ibatis.reflection.invoker.SetFieldInvoker
org.apache.ibatis.reflection.property.PropertyCopier
org.apache.ibatis.reflection.property.PropertyNamer
org.apache.ibatis.reflection.property.PropertyTokenizer
org.apache.ibatis.reflection.wrapper.BaseWrapper
org.apache.ibatis.reflection.wrapper.BeanWrapper
org.apache.ibatis.reflection.wrapper.CollectionWrapper
org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory
org.apache.ibatis.reflection.wrapper.MapWrapper
org.apache.ibatis.reflection.wrapper.ObjectWrapper
org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory
org.apache.ibatis.scripting.LanguageDriver
org.apache.ibatis.scripting.LanguageDriverRegistry
org.apache.ibatis.scripting.ScriptingException
org.apache.ibatis.scripting.defaults.DefaultParameterHandler
org.apache.ibatis.scripting.defaults.RawLanguageDriver
org.apache.ibatis.scripting.defaults.RawSqlSource
org.apache.ibatis.scripting.xmltags.ChooseSqlNode
org.apache.ibatis.scripting.xmltags.DynamicContext
org.apache.ibatis.scripting.xmltags.DynamicSqlSource
org.apache.ibatis.scripting.xmltags.ExpressionEvaluator
org.apache.ibatis.scripting.xmltags.ForEachSqlNode
org.apache.ibatis.scripting.xmltags.IfSqlNode
org.apache.ibatis.scripting.xmltags.MixedSqlNode
org.apache.ibatis.scripting.xmltags.OgnlCache
org.apache.ibatis.scripting.xmltags.OgnlClassResolver
org.apache.ibatis.scripting.xmltags.SetSqlNode
org.apache.ibatis.scripting.xmltags.SqlNode
org.apache.ibatis.scripting.xmltags.StaticTextSqlNode
org.apache.ibatis.scripting.xmltags.TextSqlNode
org.apache.ibatis.scripting.xmltags.TrimSqlNode
org.apache.ibatis.scripting.xmltags.VarDeclSqlNode
org.apache.ibatis.scripting.xmltags.WhereSqlNode
org.apache.ibatis.scripting.xmltags.XMLLanguageDriver
org.apache.ibatis.scripting.xmltags.XMLScriptBuilder
org.apache.ibatis.session.AutoMappingBehavior
org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
org.apache.ibatis.session.Configuration
org.apache.ibatis.session.Configuration.StrictMap
org.apache.ibatis.session.Configuration.StrictMap.Ambiguity
org.apache.ibatis.session.ExecutorType
org.apache.ibatis.session.LocalCacheScope
org.apache.ibatis.session.ResultContext
org.apache.ibatis.session.ResultHandler
org.apache.ibatis.session.RowBounds
org.apache.ibatis.session.SqlSession
org.apache.ibatis.session.SqlSessionException
org.apache.ibatis.session.SqlSessionFactory
org.apache.ibatis.session.SqlSessionFactoryBuilder
org.apache.ibatis.session.SqlSessionManager
org.apache.ibatis.session.TransactionIsolationLevel
org.apache.ibatis.session.defaults.DefaultSqlSession
org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
org.apache.ibatis.transaction.Transaction
org.apache.ibatis.transaction.TransactionException
org.apache.ibatis.transaction.TransactionFactory
org.apache.ibatis.transaction.jdbc.JdbcTransaction
org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
org.apache.ibatis.transaction.managed.ManagedTransaction
org.apache.ibatis.transaction.managed.ManagedTransactionFactory
org.apache.ibatis.type.Alias
org.apache.ibatis.type.ArrayTypeHandler
org.apache.ibatis.type.BaseTypeHandler
org.apache.ibatis.type.BigDecimalTypeHandler
org.apache.ibatis.type.BigIntegerTypeHandler
org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
org.apache.ibatis.type.BlobInputStreamTypeHandler
org.apache.ibatis.type.BlobTypeHandler
org.apache.ibatis.type.BooleanTypeHandler
org.apache.ibatis.type.ByteArrayTypeHandler
org.apache.ibatis.type.ByteObjectArrayTypeHandler
org.apache.ibatis.type.ByteTypeHandler
org.apache.ibatis.type.CharacterTypeHandler
org.apache.ibatis.type.ClobReaderTypeHandler
org.apache.ibatis.type.ClobTypeHandler
org.apache.ibatis.type.DateOnlyTypeHandler
org.apache.ibatis.type.DateTypeHandler
org.apache.ibatis.type.DoubleTypeHandler
org.apache.ibatis.type.EnumOrdinalTypeHandler
org.apache.ibatis.type.EnumTypeHandler
org.apache.ibatis.type.FloatTypeHandler
org.apache.ibatis.type.IntegerTypeHandler
org.apache.ibatis.type.JdbcType
org.apache.ibatis.type.LongTypeHandler
org.apache.ibatis.type.MappedJdbcTypes
org.apache.ibatis.type.MappedTypes
org.apache.ibatis.type.NClobTypeHandler
org.apache.ibatis.type.NStringTypeHandler
org.apache.ibatis.type.ObjectTypeHandler
org.apache.ibatis.type.ShortTypeHandler
org.apache.ibatis.type.SimpleTypeRegistry
org.apache.ibatis.type.SqlDateTypeHandler
org.apache.ibatis.type.SqlTimeTypeHandler
org.apache.ibatis.type.SqlTimestampTypeHandler
org.apache.ibatis.type.StringTypeHandler
org.apache.ibatis.type.TimeOnlyTypeHandler
org.apache.ibatis.type.TypeAliasRegistry
org.apache.ibatis.type.TypeException
org.apache.ibatis.type.TypeHandler
org.apache.ibatis.type.TypeHandlerRegistry
org.apache.ibatis.type.TypeReference
org.apache.ibatis.type.UnknownTypeHandler