文件名称: mybatis-3.0.6.jar中文-英文对照文档.zip
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.0.6</version>
</dependency>Gradle:
implementation group: 'org.mybatis', name: 'mybatis', version: '3.0.6'
Gradle (Short):
implementation 'org.mybatis:mybatis:3.0.6'
Gradle (Kotlin):
implementation("org.mybatis:mybatis:3.0.6")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
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.builder.xml.dynamic
org.apache.ibatis.cache
org.apache.ibatis.cache.decorators
org.apache.ibatis.cache.impl
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.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.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.nologging
org.apache.ibatis.logging.slf4j
org.apache.ibatis.logging.stdout
org.apache.ibatis.mapping
org.apache.ibatis.metadata
org.apache.ibatis.migration
org.apache.ibatis.migration.commands
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.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.Insert
org.apache.ibatis.annotations.InsertProvider
org.apache.ibatis.annotations.Many
org.apache.ibatis.annotations.MapKey
org.apache.ibatis.annotations.One
org.apache.ibatis.annotations.Options
org.apache.ibatis.annotations.Param
org.apache.ibatis.annotations.Result
org.apache.ibatis.annotations.ResultMap
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.MapperProxy
org.apache.ibatis.binding.MapperRegistry
org.apache.ibatis.builder.BaseBuilder
org.apache.ibatis.builder.BuilderException
org.apache.ibatis.builder.CacheRefResolver
org.apache.ibatis.builder.IncompleteCacheException
org.apache.ibatis.builder.IncompleteResultMapException
org.apache.ibatis.builder.MapperBuilderAssistant
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.ProviderSqlSource
org.apache.ibatis.builder.xml.IncompleteStatementException
org.apache.ibatis.builder.xml.XMLConfigBuilder
org.apache.ibatis.builder.xml.XMLMapperBuilder
org.apache.ibatis.builder.xml.XMLMapperEntityResolver
org.apache.ibatis.builder.xml.XMLStatementBuilder
org.apache.ibatis.builder.xml.dynamic.ChooseSqlNode
org.apache.ibatis.builder.xml.dynamic.DynamicContext
org.apache.ibatis.builder.xml.dynamic.DynamicSqlSource
org.apache.ibatis.builder.xml.dynamic.ExpressionEvaluator
org.apache.ibatis.builder.xml.dynamic.ForEachSqlNode
org.apache.ibatis.builder.xml.dynamic.IfSqlNode
org.apache.ibatis.builder.xml.dynamic.MixedSqlNode
org.apache.ibatis.builder.xml.dynamic.SetSqlNode
org.apache.ibatis.builder.xml.dynamic.SqlNode
org.apache.ibatis.builder.xml.dynamic.TextSqlNode
org.apache.ibatis.builder.xml.dynamic.TrimSqlNode
org.apache.ibatis.builder.xml.dynamic.WhereSqlNode
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.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.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.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.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.ResultLoader
org.apache.ibatis.executor.loader.ResultLoaderMap
org.apache.ibatis.executor.loader.ResultObjectProxy
org.apache.ibatis.executor.loader.WriteReplaceInterface
org.apache.ibatis.executor.parameter.DefaultParameterHandler
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.resultset.FastResultSetHandler
org.apache.ibatis.executor.resultset.NestedResultSetHandler
org.apache.ibatis.executor.resultset.ResultSetHandler
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.io.ClassLoaderWrapper
org.apache.ibatis.io.ExternalResources
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.jdbc.Null
org.apache.ibatis.jdbc.RuntimeSqlException
org.apache.ibatis.jdbc.ScriptRunner
org.apache.ibatis.jdbc.SelectBuilder
org.apache.ibatis.jdbc.SqlBuilder
org.apache.ibatis.jdbc.SqlRunner
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.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.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.SqlMapperException
org.apache.ibatis.mapping.SqlSource
org.apache.ibatis.mapping.StatementType
org.apache.ibatis.metadata.Column
org.apache.ibatis.metadata.Database
org.apache.ibatis.metadata.DatabaseFactory
org.apache.ibatis.metadata.Table
org.apache.ibatis.migration.Change
org.apache.ibatis.migration.CommandLine
org.apache.ibatis.migration.MigrationException
org.apache.ibatis.migration.MigrationReader
org.apache.ibatis.migration.Migrator
org.apache.ibatis.migration.commands.BaseCommand
org.apache.ibatis.migration.commands.BootstrapCommand
org.apache.ibatis.migration.commands.Command
org.apache.ibatis.migration.commands.DownCommand
org.apache.ibatis.migration.commands.InitializeCommand
org.apache.ibatis.migration.commands.NewCommand
org.apache.ibatis.migration.commands.PendingCommand
org.apache.ibatis.migration.commands.ScriptCommand
org.apache.ibatis.migration.commands.StatusCommand
org.apache.ibatis.migration.commands.UpCommand
org.apache.ibatis.migration.commands.VersionCommand
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.ExceptionUtil
org.apache.ibatis.reflection.MetaClass
org.apache.ibatis.reflection.MetaObject
org.apache.ibatis.reflection.ReflectionException
org.apache.ibatis.reflection.Reflector
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.DefaultObjectWrapperFactory
org.apache.ibatis.reflection.wrapper.MapWrapper
org.apache.ibatis.reflection.wrapper.ObjectWrapper
org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory
org.apache.ibatis.session.AutoMappingBehavior
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.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.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.BlobTypeHandler
org.apache.ibatis.type.BooleanTypeHandler
org.apache.ibatis.type.ByteArrayTypeHandler
org.apache.ibatis.type.ByteTypeHandler
org.apache.ibatis.type.ClobTypeHandler
org.apache.ibatis.type.DateOnlyTypeHandler
org.apache.ibatis.type.DateTypeHandler
org.apache.ibatis.type.DoubleTypeHandler
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.UnknownTypeHandler