- Cache - Interface in org.apache.ibatis.cache
-
SPI for cache providers.
- cache(Cache) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- CacheBuilder - Class in org.apache.ibatis.mapping
-
- CacheBuilder(String) - Constructor for class org.apache.ibatis.mapping.CacheBuilder
-
- cacheEnabled - Variable in class org.apache.ibatis.session.Configuration
-
- CacheException - Exception in org.apache.ibatis.cache
-
- CacheException() - Constructor for exception org.apache.ibatis.cache.CacheException
-
- CacheException(String) - Constructor for exception org.apache.ibatis.cache.CacheException
-
- CacheException(String, Throwable) - Constructor for exception org.apache.ibatis.cache.CacheException
-
- CacheException(Throwable) - Constructor for exception org.apache.ibatis.cache.CacheException
-
- CacheKey - Class in org.apache.ibatis.cache
-
- CacheKey() - Constructor for class org.apache.ibatis.cache.CacheKey
-
- CacheKey(Object[]) - Constructor for class org.apache.ibatis.cache.CacheKey
-
- cacheKey - Variable in class org.apache.ibatis.executor.loader.ResultLoader
-
- CacheNamespace - Annotation Type in org.apache.ibatis.annotations
-
The annotation that specify to use cache on namespace(e.g.
- CacheNamespaceRef - Annotation Type in org.apache.ibatis.annotations
-
The annotation that reference a cache.
- cacheRefMap - Variable in class org.apache.ibatis.session.Configuration
-
- CacheRefResolver - Class in org.apache.ibatis.builder
-
- CacheRefResolver(MapperBuilderAssistant, String) - Constructor for class org.apache.ibatis.builder.CacheRefResolver
-
- caches - Variable in class org.apache.ibatis.session.Configuration
-
- CachingExecutor - Class in org.apache.ibatis.executor
-
- CachingExecutor(Executor) - Constructor for class org.apache.ibatis.executor.CachingExecutor
-
- CallableStatementHandler - Class in org.apache.ibatis.executor.statement
-
- CallableStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.CallableStatementHandler
-
- callSettersOnNulls - Variable in class org.apache.ibatis.session.Configuration
-
- canControlMemberAccessible() - Static method in class org.apache.ibatis.reflection.Reflector
-
Checks whether can control member accessible.
- Case - Annotation Type in org.apache.ibatis.annotations
-
- cause(Throwable) - Method in class org.apache.ibatis.executor.ErrorContext
-
- CglibProxyFactory - Class in org.apache.ibatis.executor.loader.cglib
-
- CglibProxyFactory() - Constructor for class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
-
- CglibProxyFactory - Class in org.apache.ibatis.executor.loader
-
Deprecated.
- CglibProxyFactory() - Constructor for class org.apache.ibatis.executor.loader.CglibProxyFactory
-
Deprecated.
- CharacterTypeHandler - Class in org.apache.ibatis.type
-
- CharacterTypeHandler() - Constructor for class org.apache.ibatis.type.CharacterTypeHandler
-
- check() - Static method in class org.apache.ibatis.io.SerialFilterChecker
-
- checkGloballyForDiscriminatedNestedResultMaps(ResultMap) - Method in class org.apache.ibatis.session.Configuration
-
- checkLocallyForDiscriminatedNestedResultMaps(ResultMap) - Method in class org.apache.ibatis.session.Configuration
-
- checkNotNull(T) - Static method in class org.apache.ibatis.io.JBoss6VFS
-
Verifies that the provided object reference is null.
- checkResultHandler() - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
-
- checkReturnType(Method, Class<?>) - Static method in class org.apache.ibatis.io.JBoss6VFS
-
Verifies that the return type of a method is what it is expected to be.
- ChooseSqlNode - Class in org.apache.ibatis.scripting.xmltags
-
- ChooseSqlNode(List<SqlNode>, SqlNode) - Constructor for class org.apache.ibatis.scripting.xmltags.ChooseSqlNode
-
- claimedOverdueConnectionCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
-
- classForName(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
-
Find a class on the classpath (or die trying)
- classForName(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
-
Find a class on the classpath, starting with a specific classloader (or die trying)
- classForName(String) - Static method in class org.apache.ibatis.io.Resources
-
Loads a class
- ClassLoaderWrapper - Class in org.apache.ibatis.io
-
A class to wrap access to multiple class loaders making them work as one
- clear() - Method in interface org.apache.ibatis.cache.Cache
-
Clears this cache instance.
- clear() - Method in class org.apache.ibatis.cache.decorators.BlockingCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.FifoCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.LruCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.SerializedCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.SoftCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
-
- clear() - Method in class org.apache.ibatis.cache.decorators.WeakCache
-
- clear() - Method in class org.apache.ibatis.cache.impl.PerpetualCache
-
- clear(Cache) - Method in class org.apache.ibatis.cache.TransactionalCacheManager
-
- clearCache() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- clearCache() - Method in interface org.apache.ibatis.session.SqlSession
-
Clears local session cache.
- clearCache() - Method in class org.apache.ibatis.session.SqlSessionManager
-
- clearColumnInfo() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- clearInterval - Variable in class org.apache.ibatis.cache.decorators.ScheduledCache
-
- clearInterval(Long) - Method in class org.apache.ibatis.mapping.CacheBuilder
-
- clearLocalCache() - Method in class org.apache.ibatis.executor.BaseExecutor
-
- clearLocalCache() - Method in class org.apache.ibatis.executor.CachingExecutor
-
- clearLocalCache() - Method in interface org.apache.ibatis.executor.Executor
-
- ClobReaderTypeHandler - Class in org.apache.ibatis.type
-
- ClobReaderTypeHandler() - Constructor for class org.apache.ibatis.type.ClobReaderTypeHandler
-
- ClobTypeHandler - Class in org.apache.ibatis.type
-
- ClobTypeHandler() - Constructor for class org.apache.ibatis.type.ClobTypeHandler
-
- clone() - Method in class org.apache.ibatis.cache.CacheKey
-
- close() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
-
- close(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
-
- close(boolean) - Method in class org.apache.ibatis.executor.CachingExecutor
-
- close(boolean) - Method in interface org.apache.ibatis.executor.Executor
-
- close() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- close() - Method in interface org.apache.ibatis.session.SqlSession
-
Closes the session.
- close() - Method in class org.apache.ibatis.session.SqlSessionManager
-
- close() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- close() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
-
- close() - Method in interface org.apache.ibatis.transaction.Transaction
-
Close inner database connection.
- closeConnection() - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- closeConnection() - Method in class org.apache.ibatis.jdbc.SqlRunner
-
- closeStatement(Statement) - Method in class org.apache.ibatis.executor.BaseExecutor
-
- closeStatement(Statement) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- CollectionWrapper - Class in org.apache.ibatis.reflection.wrapper
-
- CollectionWrapper(MetaObject, Collection<Object>) - Constructor for class org.apache.ibatis.reflection.wrapper.CollectionWrapper
-
- column(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
-
- columnPrefix(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
-
- commit() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
-
- commit() - Method in class org.apache.ibatis.cache.TransactionalCacheManager
-
- commit(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
-
- commit(boolean) - Method in class org.apache.ibatis.executor.CachingExecutor
-
- commit(boolean) - Method in interface org.apache.ibatis.executor.Executor
-
- commit() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- commit(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- commit() - Method in interface org.apache.ibatis.session.SqlSession
-
Flushes batch statements and commits database connection.
- commit(boolean) - Method in interface org.apache.ibatis.session.SqlSession
-
Flushes batch statements and commits database connection.
- commit() - Method in class org.apache.ibatis.session.SqlSessionManager
-
- commit(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- commit() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- commit() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
-
- commit() - Method in interface org.apache.ibatis.transaction.Transaction
-
Commit inner database connection.
- composites(List<ResultMapping>) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
-
- computeIfAbsent(Map<K, V>, K, Function<K, V>) - Static method in class org.apache.ibatis.util.MapUtil
-
A temporary workaround for Java 8 specific performance issue JDK-8161372 .
This class should be removed once we drop Java 8 support.
- configuration - Variable in class org.apache.ibatis.builder.BaseBuilder
-
- configuration - Variable in class org.apache.ibatis.executor.BaseExecutor
-
- configuration - Variable in class org.apache.ibatis.executor.loader.ResultLoader
-
- configuration - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- Configuration - Class in org.apache.ibatis.session
-
- Configuration(Environment) - Constructor for class org.apache.ibatis.session.Configuration
-
- Configuration() - Constructor for class org.apache.ibatis.session.Configuration
-
- configuration - Variable in class org.apache.ibatis.type.BaseTypeHandler
-
- Configuration.StrictMap<V> - Class in org.apache.ibatis.session
-
- Configuration.StrictMap.Ambiguity - Class in org.apache.ibatis.session
-
- configurationFactory - Variable in class org.apache.ibatis.session.Configuration
-
Configuration factory class.
- conflictMessageProducer(BiFunction<V, V, String>) - Method in class org.apache.ibatis.session.Configuration.StrictMap
-
Assign a function for producing a conflict error message when contains value with the same key.
- connection - Variable in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- ConnectionLogger - Class in org.apache.ibatis.logging.jdbc
-
Connection proxy to add logging.
- ConstructorArgs - Annotation Type in org.apache.ibatis.annotations
-
The annotation that be grouping mapping definitions for constructor.
- convertArgsToSqlCommandParam(Object[]) - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
-
- copyBeanProperties(Class<?>, Object, Object) - Static method in class org.apache.ibatis.reflection.property.PropertyCopier
-
- copyExternalResource(File, File) - Static method in class org.apache.ibatis.io.ExternalResources
-
Deprecated.
- create(Class<T>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
-
- create(Class<T>, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
-
- create(Class<T>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
-
Creates a new object with default constructor.
- create(Class<T>, List<Class<?>>, List<Object>) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
-
Creates a new object with the specified constructor and params.
- createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.BaseExecutor
-
- createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in class org.apache.ibatis.executor.CachingExecutor
-
- createCacheKey(MappedStatement, Object, RowBounds, BoundSql) - Method in interface org.apache.ibatis.executor.Executor
-
- createDeserializationProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
-
- createDeserializationProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
-
- createDeserializationProxy(Object, Map<String, ResultLoaderMap.LoadPair>, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
-
- createInstance(String) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- createParameterHandler(MappedStatement, Object, BoundSql) - Method in interface org.apache.ibatis.scripting.LanguageDriver
-
Creates a
ParameterHandler
that passes the actual parameters to the the JDBC statement.
- createParameterHandler(MappedStatement, Object, BoundSql) - Method in class org.apache.ibatis.scripting.xmltags.XMLLanguageDriver
-
- createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
-
- createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
-
- createProxy(Object, ResultLoaderMap, Configuration, ObjectFactory, List<Class<?>>, List<Object>) - Method in interface org.apache.ibatis.executor.loader.ProxyFactory
-
- createSqlSource(Configuration, XNode, Class<?>) - Method in class org.apache.ibatis.scripting.defaults.RawLanguageDriver
-
- createSqlSource(Configuration, String, Class<?>) - Method in class org.apache.ibatis.scripting.defaults.RawLanguageDriver
-
- createSqlSource(Configuration, XNode, Class<?>) - Method in interface org.apache.ibatis.scripting.LanguageDriver
-
Creates an
SqlSource
that will hold the statement read from a mapper xml file.
- createSqlSource(Configuration, String, Class<?>) - Method in interface org.apache.ibatis.scripting.LanguageDriver
-
Creates an
SqlSource
that will hold the statement read from an annotation.
- createSqlSource(Configuration, XNode, Class<?>) - Method in class org.apache.ibatis.scripting.xmltags.XMLLanguageDriver
-
- createSqlSource(Configuration, String, Class<?>) - Method in class org.apache.ibatis.scripting.xmltags.XMLLanguageDriver
-
- creatorThreadId - Variable in class org.apache.ibatis.executor.loader.ResultLoader
-
- Cursor<T> - Interface in org.apache.ibatis.cursor
-
Cursor contract to handle fetching items lazily using an Iterator.
- CursorIterator() - Constructor for class org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
-
- CustomObjectInputStream(InputStream) - Constructor for class org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
-
- generateKeys(Object) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- GENERIC_NAME_PREFIX - Static variable in class org.apache.ibatis.reflection.ParamNameResolver
-
- GenericTokenParser - Class in org.apache.ibatis.parsing
-
- GenericTokenParser(String, String, TokenHandler) - Constructor for class org.apache.ibatis.parsing.GenericTokenParser
-
- get(Object) - Method in class org.apache.ibatis.binding.MapperMethod.ParamMap
-
- get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
-
- get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
-
- get(PropertyTokenizer) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
-
- get(PropertyTokenizer) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
-
- get(Object) - Method in class org.apache.ibatis.session.Configuration.StrictMap
-
- get(Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
-
Deprecated.
- getActiveConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getAdditionalParameter(String) - Method in class org.apache.ibatis.mapping.BoundSql
-
- getArgs() - Method in class org.apache.ibatis.plugin.Invocation
-
- getAutoMapping() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getAutoMappingBehavior() - Method in class org.apache.ibatis.session.Configuration
-
- getAutoMappingUnknownColumnBehavior() - Method in class org.apache.ibatis.session.Configuration
-
Gets the auto mapping unknown column behavior.
- getAverageCheckoutTime() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getAverageOverdueCheckoutTime() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getAverageRequestTime() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getAverageWaitTime() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getBadConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getBatchUpdateException() - Method in exception org.apache.ibatis.executor.BatchExecutorException
-
Returns the BatchUpdateException that caused the nested executor
to fail.
- getBindings() - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext
-
- getBooleanAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
-
- getBooleanAttribute(String, Boolean) - Method in class org.apache.ibatis.parsing.XNode
-
- getBooleanBody() - Method in class org.apache.ibatis.parsing.XNode
-
- getBooleanBody(Boolean) - Method in class org.apache.ibatis.parsing.XNode
-
- getBoundSql(Object) - Method in class org.apache.ibatis.builder.annotation.ProviderSqlSource
-
- getBoundSql(Object) - Method in class org.apache.ibatis.builder.StaticSqlSource
-
- getBoundSql() - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- getBoundSql() - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
-
- getBoundSql() - Method in interface org.apache.ibatis.executor.statement.StatementHandler
-
- getBoundSql(Object) - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getBoundSql(Object) - Method in interface org.apache.ibatis.mapping.SqlSource
-
- getBoundSql(Object) - Method in class org.apache.ibatis.scripting.defaults.RawSqlSource
-
- getBoundSql(Object) - Method in class org.apache.ibatis.scripting.xmltags.DynamicSqlSource
-
- getCache() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getCache(String) - Method in class org.apache.ibatis.session.Configuration
-
- getCacheNames() - Method in class org.apache.ibatis.session.Configuration
-
- getCaches() - Method in class org.apache.ibatis.session.Configuration
-
- getCharset() - Static method in class org.apache.ibatis.io.Resources
-
- getChildren() - Method in class org.apache.ibatis.parsing.XNode
-
- getChildren() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
-
- getChildrenAsProperties() - Method in class org.apache.ibatis.parsing.XNode
-
- getClaimedOverdueConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getClass(String) - Static method in class org.apache.ibatis.io.VFS
-
Get a class by name.
- getClasses() - Method in class org.apache.ibatis.io.ResolverUtil
-
Provides access to the classes discovered so far.
- getClassLoader() - Method in class org.apache.ibatis.io.ResolverUtil
-
Returns the classloader that will be used for scanning for classes.
- getClassNames() - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
- getCollectionValue(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
-
- getColumn(Object) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- getColumn() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getColumnNames() - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
- getColumnPrefix() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getColumnString() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- getComposites() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getConfiguration() - Method in class org.apache.ibatis.builder.BaseBuilder
-
- getConfiguration() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getConfiguration() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- getConfiguration() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- getConfiguration() - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieves current configuration.
- getConfiguration() - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- getConfiguration() - Method in class org.apache.ibatis.session.SqlSessionManager
-
- getConfigurationFactory() - Method in class org.apache.ibatis.session.Configuration
-
- getConfiguredTemplate(String, String) - Static method in class org.apache.ibatis.io.ExternalResources
-
Deprecated.
- getConnection() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getConnection(String, String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getConnection() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getConnection(String, String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getConnection(Log) - Method in class org.apache.ibatis.executor.BaseExecutor
-
- getConnection() - Method in class org.apache.ibatis.logging.jdbc.ConnectionLogger
-
return the wrapped connection.
- getConnection() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- getConnection() - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieves inner database connection.
- getConnection() - Method in class org.apache.ibatis.session.SqlSessionManager
-
- getConnection() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- getConnection() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
-
- getConnection() - Method in interface org.apache.ibatis.transaction.Transaction
-
Retrieve inner database connection.
- getConstructorResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getCurrentIndex() - Method in interface org.apache.ibatis.cursor.Cursor
-
Get the current item index.
- getCurrentIndex() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor
-
- getCurrentNamespace() - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
-
- getDatabaseId() - Method in class org.apache.ibatis.builder.annotation.ProviderContext
-
- getDatabaseId(DataSource) - Method in interface org.apache.ibatis.mapping.DatabaseIdProvider
-
- getDatabaseId() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getDatabaseId(DataSource) - Method in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
-
- getDatabaseId() - Method in class org.apache.ibatis.session.Configuration
-
- getDataSource() - Method in interface org.apache.ibatis.datasource.DataSourceFactory
-
- getDataSource() - Method in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
-
- getDataSource() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
-
- getDataSource() - Method in class org.apache.ibatis.mapping.Environment
-
- getDefaultClassLoader() - Static method in class org.apache.ibatis.io.Resources
-
Returns the default classloader (may be null).
- getDefaultConstructor() - Method in class org.apache.ibatis.reflection.Reflector
-
- getDefaultDriver() - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
-
- getDefaultDriverClass() - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
-
- getDefaultExecutorType() - Method in class org.apache.ibatis.session.Configuration
-
- getDefaultFetchSize() - Method in class org.apache.ibatis.session.Configuration
-
Gets the default fetch size.
- getDefaultNetworkTimeout() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
Gets the default network timeout.
- getDefaultNetworkTimeout() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
Gets the default network timeout.
- getDefaultResultSetType() - Method in class org.apache.ibatis.session.Configuration
-
Gets the default result set type.
- getDefaultScriptingLanguageInstance() - Method in class org.apache.ibatis.session.Configuration
-
- getDefaultScriptingLanuageInstance() - Method in class org.apache.ibatis.session.Configuration
-
- getDefaultSqlProviderType() - Method in class org.apache.ibatis.session.Configuration
-
Gets an applying type when omit a type on sql provider annotation(e.g.
- getDefaultStatementTimeout() - Method in class org.apache.ibatis.session.Configuration
-
- getDefaultTransactionIsolationLevel() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getDefaultTransactionIsolationLevel() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getDiscriminator() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getDiscriminatorMap() - Method in class org.apache.ibatis.mapping.Discriminator
-
- getDoubleAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
-
- getDoubleAttribute(String, Double) - Method in class org.apache.ibatis.parsing.XNode
-
- getDoubleBody() - Method in class org.apache.ibatis.parsing.XNode
-
- getDoubleBody(Double) - Method in class org.apache.ibatis.parsing.XNode
-
- getDriver() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getDriver() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getDriver(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
-
- getDriverClassLoader() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getDriverProperties() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getDriverProperties() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getEnumAttribute(Class<T>, String) - Method in class org.apache.ibatis.parsing.XNode
-
- getEnumAttribute(Class<T>, String, T) - Method in class org.apache.ibatis.parsing.XNode
-
- getEnvironment() - Method in class org.apache.ibatis.session.Configuration
-
- getExpression() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
Expression 'Not used'.
- getFailingSqlStatement() - Method in exception org.apache.ibatis.executor.BatchExecutorException
-
Returns the SQL statement that caused the failure
(not the parameterArray).
- getFailingStatementId() - Method in exception org.apache.ibatis.executor.BatchExecutorException
-
Returns the statement id of the statement that caused the failure.
- getFetchSize() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- GetFieldInvoker - Class in org.apache.ibatis.reflection.invoker
-
- GetFieldInvoker(Field) - Constructor for class org.apache.ibatis.reflection.invoker.GetFieldInvoker
-
- getFlags() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getFloatAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
-
- getFloatAttribute(String, Float) - Method in class org.apache.ibatis.parsing.XNode
-
- getFloatBody() - Method in class org.apache.ibatis.parsing.XNode
-
- getFloatBody(Float) - Method in class org.apache.ibatis.parsing.XNode
-
- getForeignColumn() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getGetablePropertyNames() - Method in class org.apache.ibatis.reflection.Reflector
-
Gets an array of the readable properties for an object.
- getGetInvoker(String) - Method in class org.apache.ibatis.reflection.MetaClass
-
- getGetInvoker(String) - Method in class org.apache.ibatis.reflection.Reflector
-
- getGetterNames() - Method in class org.apache.ibatis.reflection.MetaClass
-
- getGetterNames() - Method in class org.apache.ibatis.reflection.MetaObject
-
- getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
-
- getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
-
- getGetterNames() - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
-
- getGetterNames() - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
-
- getGetterType(String) - Method in class org.apache.ibatis.reflection.MetaClass
-
- getGetterType(String) - Method in class org.apache.ibatis.reflection.MetaObject
-
- getGetterType(String) - Method in class org.apache.ibatis.reflection.Reflector
-
Gets the type for a property getter.
- getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
-
- getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
-
- getGetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
-
- getGetterType(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
-
- getHadToWaitCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getId() - Method in interface org.apache.ibatis.cache.Cache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.BlockingCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.FifoCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.LruCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.SerializedCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.SoftCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
-
- getId() - Method in class org.apache.ibatis.cache.decorators.WeakCache
-
- getId() - Method in class org.apache.ibatis.cache.impl.PerpetualCache
-
- getId() - Method in class org.apache.ibatis.mapping.Environment
-
- getId() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getId() - Method in class org.apache.ibatis.mapping.ParameterMap
-
- getId() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getIdleConnectionCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getIdResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getIncompleteCacheRefs() - Method in class org.apache.ibatis.session.Configuration
-
- getIncompleteMethods() - Method in class org.apache.ibatis.session.Configuration
-
- getIncompleteResultMaps() - Method in class org.apache.ibatis.session.Configuration
-
- getIncompleteStatements() - Method in class org.apache.ibatis.session.Configuration
-
- getIndex() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
-
- getIndexedName() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
-
- getInstance() - Static method in class org.apache.ibatis.io.VFS
-
Get the singleton
VFS
instance.
- getInstance(Class<?>, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- getIntAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
-
- getIntAttribute(String, Integer) - Method in class org.apache.ibatis.parsing.XNode
-
- getIntBody() - Method in class org.apache.ibatis.parsing.XNode
-
- getIntBody(Integer) - Method in class org.apache.ibatis.parsing.XNode
-
- getInterceptors() - Method in class org.apache.ibatis.plugin.InterceptorChain
-
- getInterceptors() - Method in class org.apache.ibatis.session.Configuration
-
Gets the interceptors.
- getJavaType() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
Used for handling output of callable statements.
- getJavaType() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getJdbcType(String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
- getJdbcType() - Method in enum org.apache.ibatis.jdbc.Null
-
- getJdbcType() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
Used in the UnknownTypeHandler in case there is no handler for the property type.
- getJdbcType() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getJdbcTypeForNull() - Method in class org.apache.ibatis.session.Configuration
-
- getJdbcTypeName() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
Used for handling output of callable statements.
- getJdbcTypes() - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
- getKeyColumns() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getKeyGenerator() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getKeyGenerator(String) - Method in class org.apache.ibatis.session.Configuration
-
- getKeyGeneratorNames() - Method in class org.apache.ibatis.session.Configuration
-
- getKeyGenerators() - Method in class org.apache.ibatis.session.Configuration
-
- getKeyProperties() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getLang() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getLanguageDriver(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
-
- getLanguageDriver(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.session.Configuration
-
Gets the language driver.
- getLanguageRegistry() - Method in class org.apache.ibatis.session.Configuration
-
- getLazyLoadTriggerMethods() - Method in class org.apache.ibatis.session.Configuration
-
- getLevel() - Method in enum org.apache.ibatis.session.TransactionIsolationLevel
-
- getLimit() - Method in class org.apache.ibatis.session.RowBounds
-
- getLocalCacheScope() - Method in class org.apache.ibatis.session.Configuration
-
- getLog(Class<?>) - Static method in class org.apache.ibatis.logging.LogFactory
-
- getLog(String) - Static method in class org.apache.ibatis.logging.LogFactory
-
- getLogImpl() - Method in class org.apache.ibatis.session.Configuration
-
- getLoginTimeout() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getLoginTimeout() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getLogPrefix() - Method in class org.apache.ibatis.session.Configuration
-
- getLogWriter() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getLogWriter() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getLongAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
-
- getLongAttribute(String, Long) - Method in class org.apache.ibatis.parsing.XNode
-
- getLongBody() - Method in class org.apache.ibatis.parsing.XNode
-
- getLongBody(Long) - Method in class org.apache.ibatis.parsing.XNode
-
- getMapIdFor(String) - Method in class org.apache.ibatis.mapping.Discriminator
-
- getMapKey() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
-
- getMappedColumnNames(ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
- getMappedColumns() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getMappedProperties() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getMappedResults() - Method in class org.apache.ibatis.executor.result.DefaultMapResultHandler
-
- getMappedStatement() - Method in class org.apache.ibatis.executor.BatchResult
-
- getMappedStatement(String) - Method in class org.apache.ibatis.session.Configuration
-
- getMappedStatement(String, boolean) - Method in class org.apache.ibatis.session.Configuration
-
- getMappedStatementNames() - Method in class org.apache.ibatis.session.Configuration
-
- getMappedStatements() - Method in class org.apache.ibatis.session.Configuration
-
- getMapper(Class<T>, SqlSession) - Method in class org.apache.ibatis.binding.MapperRegistry
-
- getMapper(Class<T>, SqlSession) - Method in class org.apache.ibatis.session.Configuration
-
- getMapper(Class<T>) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- getMapper(Class<T>) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieves a mapper.
- getMapper(Class<T>) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- getMapperInterface() - Method in class org.apache.ibatis.binding.MapperProxyFactory
-
- getMapperMethod() - Method in class org.apache.ibatis.builder.annotation.ProviderContext
-
Get a mapper method that specified provider.
- getMapperRegistry() - Method in class org.apache.ibatis.session.Configuration
-
Gets the mapper registry.
- getMappers() - Method in class org.apache.ibatis.binding.MapperRegistry
-
Gets the mappers.
- getMapperType() - Method in class org.apache.ibatis.builder.annotation.ProviderContext
-
Get a mapper interface type that specified provider.
- getMappingTypeHandler(Class<? extends TypeHandler<?>>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- getMethod(Class<?>, String, Class<?>...) - Static method in class org.apache.ibatis.io.VFS
-
Get a method by name and parameter types.
- getMethod() - Method in class org.apache.ibatis.plugin.Invocation
-
- getMethodCache() - Method in class org.apache.ibatis.binding.MapperProxyFactory
-
- getMode() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
Used for handling output of callable statements.
- getName() - Method in class org.apache.ibatis.binding.MapperMethod.SqlCommand
-
- getName() - Method in class org.apache.ibatis.parsing.XNode
-
- getName() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
-
- getNamedParams(Object[]) - Method in class org.apache.ibatis.reflection.ParamNameResolver
-
A single non-special parameter is returned without a name.
- getNames() - Method in class org.apache.ibatis.reflection.ParamNameResolver
-
Returns parameter names referenced by SQL providers.
- getNestedQueryId() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getNestedResultMapId() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getNode() - Method in class org.apache.ibatis.parsing.XNode
-
- getNotNullColumns() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ArrayTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ArrayTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ArrayTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
Gets the nullable result.
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BlobTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BlobTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BlobTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.BooleanTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.BooleanTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BooleanTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ByteTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ByteTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ByteTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.CharacterTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.CharacterTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.CharacterTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ClobTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ClobTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ClobTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DateTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.DateTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DateTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.DoubleTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.DoubleTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.DoubleTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.EnumTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.EnumTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.EnumTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.FloatTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.FloatTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.FloatTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.InstantTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.InstantTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.InstantTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.IntegerTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.IntegerTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.IntegerTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.JapaneseDateTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.JapaneseDateTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.JapaneseDateTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LocalDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.LocalDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LocalDateTimeTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LocalDateTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.LocalDateTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LocalDateTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LocalTimeTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.LocalTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LocalTimeTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.LongTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.LongTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.LongTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.MonthTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.MonthTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.MonthTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.NClobTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.NClobTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.NClobTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.NStringTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.NStringTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.NStringTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ObjectTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ObjectTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ObjectTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.OffsetDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.OffsetDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.OffsetDateTimeTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.OffsetTimeTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.OffsetTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.OffsetTimeTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ShortTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ShortTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ShortTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.StringTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.StringTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.StringTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.UnknownTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.UnknownTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.UnknownTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.YearMonthTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.YearMonthTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.YearMonthTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.YearTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.YearTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.YearTypeHandler
-
- getNullableResult(ResultSet, String) - Method in class org.apache.ibatis.type.ZonedDateTimeTypeHandler
-
- getNullableResult(ResultSet, int) - Method in class org.apache.ibatis.type.ZonedDateTimeTypeHandler
-
- getNullableResult(CallableStatement, int) - Method in class org.apache.ibatis.type.ZonedDateTimeTypeHandler
-
- getNumericScale() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
Used for handling output of callable statements.
- getObject(Object) - Method in interface org.apache.ibatis.cache.Cache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.FifoCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.LoggingCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.LruCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.SerializedCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.SoftCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.decorators.WeakCache
-
- getObject(Object) - Method in class org.apache.ibatis.cache.impl.PerpetualCache
-
- getObject(Cache, CacheKey) - Method in class org.apache.ibatis.cache.TransactionalCacheManager
-
- getObjectFactory() - Method in class org.apache.ibatis.reflection.MetaObject
-
- getObjectFactory() - Method in class org.apache.ibatis.session.Configuration
-
- getObjectWrapper() - Method in class org.apache.ibatis.reflection.MetaObject
-
- getObjectWrapperFactory() - Method in class org.apache.ibatis.reflection.MetaObject
-
- getObjectWrapperFactory() - Method in class org.apache.ibatis.session.Configuration
-
- getOffset() - Method in class org.apache.ibatis.session.RowBounds
-
- getOriginalObject() - Method in class org.apache.ibatis.reflection.MetaObject
-
- getPackagePath(String) - Method in class org.apache.ibatis.io.DefaultVFS
-
- getPackagePath(String) - Method in class org.apache.ibatis.io.ResolverUtil
-
- getParameterHandler() - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- getParameterHandler() - Method in class org.apache.ibatis.executor.statement.RoutingStatementHandler
-
- getParameterHandler() - Method in interface org.apache.ibatis.executor.statement.StatementHandler
-
- getParameterMap() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getParameterMap(String) - Method in class org.apache.ibatis.session.Configuration
-
- getParameterMapNames() - Method in class org.apache.ibatis.session.Configuration
-
- getParameterMappings() - Method in class org.apache.ibatis.mapping.BoundSql
-
- getParameterMappings() - Method in class org.apache.ibatis.mapping.ParameterMap
-
- getParameterMaps() - Method in class org.apache.ibatis.session.Configuration
-
- getParameterObject() - Method in class org.apache.ibatis.executor.BatchResult
-
Deprecated.
- getParameterObject() - Method in interface org.apache.ibatis.executor.parameter.ParameterHandler
-
- getParameterObject() - Method in class org.apache.ibatis.mapping.BoundSql
-
- getParameterObject() - Method in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
-
- getParameterObjects() - Method in class org.apache.ibatis.executor.BatchResult
-
- getParameterValueString() - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- getParamNames(Method) - Static method in class org.apache.ibatis.reflection.ParamNameUtil
-
- getParamNames(Constructor<?>) - Static method in class org.apache.ibatis.reflection.ParamNameUtil
-
- getParent() - Method in class org.apache.ibatis.parsing.XNode
-
- getParentLogger() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getParentLogger() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getPassword() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPassword() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getPath() - Method in class org.apache.ibatis.parsing.XNode
-
- getPoolMaximumActiveConnections() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPoolMaximumCheckoutTime() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPoolMaximumIdleConnections() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPoolMaximumLocalBadConnectionTolerance() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPoolPingConnectionsNotUsedFor() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPoolPingQuery() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPoolState() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPoolTimeToWait() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getPreparedStatement() - Method in class org.apache.ibatis.logging.jdbc.PreparedStatementLogger
-
Return the wrapped prepared statement.
- getProperties() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
-
- getProperty() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
- getProperty() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getPropertyNames() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
-
- getPropertyResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getProxyFactory() - Method in class org.apache.ibatis.session.Configuration
-
- getRawType() - Method in class org.apache.ibatis.type.TypeReference
-
- getReadWriteLock() - Method in interface org.apache.ibatis.cache.Cache
-
Optional.
- getReflectorFactory() - Method in class org.apache.ibatis.reflection.MetaObject
-
- getReflectorFactory() - Method in class org.apache.ibatis.session.Configuration
-
- getRequestCount() - Method in class org.apache.ibatis.datasource.pooled.PoolState
-
- getResource() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getResourceAsFile(String) - Static method in class org.apache.ibatis.io.Resources
-
Returns a resource on the classpath as a File object
- getResourceAsFile(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
-
Returns a resource on the classpath as a File object
- getResourceAsProperties(String) - Static method in class org.apache.ibatis.io.Resources
-
Returns a resource on the classpath as a Properties object
- getResourceAsProperties(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
-
Returns a resource on the classpath as a Properties object
- getResourceAsReader(String) - Static method in class org.apache.ibatis.io.Resources
-
Returns a resource on the classpath as a Reader object
- getResourceAsReader(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
-
Returns a resource on the classpath as a Reader object
- getResourceAsStream(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
-
Get a resource from the classpath
- getResourceAsStream(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
-
Get a resource from the classpath, starting with a specific class loader
- getResourceAsStream(String) - Static method in class org.apache.ibatis.io.Resources
-
Returns a resource on the classpath as a Stream object
- getResourceAsStream(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
-
Returns a resource on the classpath as a Stream object
- getResourceAsURL(String) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
-
Get a resource as a URL using the current class path
- getResourceAsURL(String, ClassLoader) - Method in class org.apache.ibatis.io.ClassLoaderWrapper
-
Get a resource from the classpath, starting with a specific class loader
- getResources(String) - Static method in class org.apache.ibatis.io.VFS
-
Get a list of
URL
s from the context classloader for all the resources found at the
specified path.
- getResourceURL(String) - Static method in class org.apache.ibatis.io.Resources
-
Returns the URL of the resource on the classpath
- getResourceURL(ClassLoader, String) - Static method in class org.apache.ibatis.io.Resources
-
Returns the URL of the resource on the classpath
- getResulSets() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getResult(ResultSet, String) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
- getResult(ResultSet, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
- getResult(CallableStatement, int) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
- getResult(ResultSet, String) - Method in interface org.apache.ibatis.type.TypeHandler
-
Gets the result.
- getResult(ResultSet, int) - Method in interface org.apache.ibatis.type.TypeHandler
-
- getResult(CallableStatement, int) - Method in interface org.apache.ibatis.type.TypeHandler
-
- getResultCount() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
-
- getResultCount() - Method in interface org.apache.ibatis.session.ResultContext
-
- getResultList() - Method in class org.apache.ibatis.executor.result.DefaultResultHandler
-
- getResultMap(String) - Method in class org.apache.ibatis.session.Configuration
-
- getResultMapId() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
Used for handling output of callable statements.
- getResultMapNames() - Method in class org.apache.ibatis.session.Configuration
-
- getResultMapping() - Method in class org.apache.ibatis.mapping.Discriminator
-
- getResultMappings() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getResultMaps() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getResultMaps() - Method in class org.apache.ibatis.session.Configuration
-
- getResultObject() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
-
- getResultObject() - Method in interface org.apache.ibatis.session.ResultContext
-
- getResultSet() - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
- getResultSet() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getResultSets() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getResultSetType() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getReturnType() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
-
- getRs() - Method in class org.apache.ibatis.logging.jdbc.ResultSetLogger
-
Get the wrapped result set.
- getSelf() - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- getSelf() - Method in class org.apache.ibatis.jdbc.SQL
-
- getSetablePropertyNames() - Method in class org.apache.ibatis.reflection.Reflector
-
Gets an array of the writable properties for an object.
- getSetInvoker(String) - Method in class org.apache.ibatis.reflection.MetaClass
-
- getSetInvoker(String) - Method in class org.apache.ibatis.reflection.Reflector
-
- getSetterNames() - Method in class org.apache.ibatis.reflection.MetaClass
-
- getSetterNames() - Method in class org.apache.ibatis.reflection.MetaObject
-
- getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
-
- getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
-
- getSetterNames() - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
-
- getSetterNames() - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
-
- getSetterType(String) - Method in class org.apache.ibatis.reflection.MetaClass
-
- getSetterType(String) - Method in class org.apache.ibatis.reflection.MetaObject
-
- getSetterType(String) - Method in class org.apache.ibatis.reflection.Reflector
-
Gets the type for a property setter.
- getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
-
- getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
-
- getSetterType(String) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
-
- getSetterType(String) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
-
- getSize() - Method in interface org.apache.ibatis.cache.Cache
-
Optional.
- getSize() - Method in class org.apache.ibatis.cache.decorators.BlockingCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.FifoCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.LoggingCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.LruCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.SerializedCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.SoftCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
-
- getSize() - Method in class org.apache.ibatis.cache.decorators.WeakCache
-
- getSize() - Method in class org.apache.ibatis.cache.impl.PerpetualCache
-
- getSql() - Method in class org.apache.ibatis.executor.BatchResult
-
- getSql() - Method in class org.apache.ibatis.mapping.BoundSql
-
- getSql() - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext
-
- getSqlCommandType() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getSqlFragment(String) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
-
- getSqlFragments() - Method in class org.apache.ibatis.session.Configuration
-
- getSqlSource() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getStatement() - Method in class org.apache.ibatis.logging.jdbc.StatementLogger
-
return the wrapped statement.
- getStatementLog() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getStatementType() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getStringAttribute(String, Supplier<String>) - Method in class org.apache.ibatis.parsing.XNode
-
Return a attribute value as String.
- getStringAttribute(String) - Method in class org.apache.ibatis.parsing.XNode
-
- getStringAttribute(String, String) - Method in class org.apache.ibatis.parsing.XNode
-
- getStringBody() - Method in class org.apache.ibatis.parsing.XNode
-
- getStringBody(String) - Method in class org.apache.ibatis.parsing.XNode
-
- getSubject() - Method in class org.apache.ibatis.session.Configuration.StrictMap.Ambiguity
-
- getSuccessfulBatchResults() - Method in exception org.apache.ibatis.executor.BatchExecutorException
-
Returns a list of BatchResult objects.
- getTarget() - Method in class org.apache.ibatis.plugin.Invocation
-
- getTimeout() - Method in class org.apache.ibatis.cache.decorators.BlockingCache
-
- getTimeout() - Method in class org.apache.ibatis.mapping.MappedStatement
-
- getTimeout() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- getTimeout() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
-
- getTimeout() - Method in interface org.apache.ibatis.transaction.Transaction
-
Get transaction timeout if set.
- getTransaction() - Method in class org.apache.ibatis.executor.BaseExecutor
-
- getTransaction() - Method in class org.apache.ibatis.executor.CachingExecutor
-
- getTransaction() - Method in interface org.apache.ibatis.executor.Executor
-
- getTransactionFactory() - Method in class org.apache.ibatis.mapping.Environment
-
- getType() - Method in class org.apache.ibatis.binding.MapperMethod.SqlCommand
-
- getType() - Method in class org.apache.ibatis.mapping.ParameterMap
-
- getType() - Method in class org.apache.ibatis.mapping.ResultMap
-
- getType() - Method in class org.apache.ibatis.reflection.invoker.GetFieldInvoker
-
- getType() - Method in interface org.apache.ibatis.reflection.invoker.Invoker
-
- getType() - Method in class org.apache.ibatis.reflection.invoker.MethodInvoker
-
- getType() - Method in class org.apache.ibatis.reflection.invoker.SetFieldInvoker
-
- getType() - Method in class org.apache.ibatis.reflection.Reflector
-
Gets the name of the class the instance provides information for.
- getTypeAliases() - Method in class org.apache.ibatis.type.TypeAliasRegistry
-
Gets the type aliases.
- getTypeAliasRegistry() - Method in class org.apache.ibatis.session.Configuration
-
- getTypeHandler(Class<?>, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
Gets the type handler to use when reading the result set.
- getTypeHandler() - Method in enum org.apache.ibatis.jdbc.Null
-
- getTypeHandler() - Method in class org.apache.ibatis.mapping.ParameterMapping
-
Used when setting parameters to the PreparedStatement.
- getTypeHandler() - Method in class org.apache.ibatis.mapping.ResultMapping
-
- getTypeHandler(Class<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- getTypeHandler(TypeReference<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- getTypeHandler(JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- getTypeHandler(Class<T>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- getTypeHandler(TypeReference<T>, JdbcType) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- getTypeHandlerRegistry() - Method in class org.apache.ibatis.session.Configuration
-
- getTypeHandlers() - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
Gets the type handlers.
- getUniqueNumber() - Method in class org.apache.ibatis.scripting.xmltags.DynamicContext
-
- getUnknownTypeHandler() - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- getUnmappedColumnNames(ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
- getUpdateCount() - Method in class org.apache.ibatis.cache.CacheKey
-
- getUpdateCounts() - Method in class org.apache.ibatis.executor.BatchResult
-
- getUrl() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getUrl() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getUrlAsProperties(String) - Static method in class org.apache.ibatis.io.Resources
-
Gets a URL as a Properties object
- getUrlAsReader(String) - Static method in class org.apache.ibatis.io.Resources
-
Gets a URL as a Reader
- getUrlAsStream(String) - Static method in class org.apache.ibatis.io.Resources
-
Gets a URL as an input stream
- getUsername() - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- getUsername() - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- getValue() - Method in enum org.apache.ibatis.mapping.ResultSetType
-
- getValue(String) - Method in class org.apache.ibatis.reflection.MetaObject
-
- getValue(String, Object) - Static method in class org.apache.ibatis.scripting.xmltags.OgnlCache
-
- getValueBasedIdentifier() - Method in class org.apache.ibatis.parsing.XNode
-
- getVariables() - Method in class org.apache.ibatis.session.Configuration
-
- getVfsImpl() - Method in class org.apache.ibatis.session.Configuration
-
- getWrapperFor(MetaObject, Object) - Method in class org.apache.ibatis.reflection.wrapper.DefaultObjectWrapperFactory
-
- getWrapperFor(MetaObject, Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory
-
- GROUP_BY(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- GROUP_BY(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Group by.
- GROUP_BY(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- GROUP_BY(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- object(String) - Method in class org.apache.ibatis.executor.ErrorContext
-
- objectFactory - Variable in class org.apache.ibatis.executor.loader.ResultLoader
-
- objectFactory - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- ObjectFactory - Interface in org.apache.ibatis.reflection.factory
-
MyBatis uses an ObjectFactory to create all needed new Objects.
- objectFactory - Variable in class org.apache.ibatis.session.Configuration
-
- ObjectTypeHandler - Class in org.apache.ibatis.type
-
- ObjectTypeHandler() - Constructor for class org.apache.ibatis.type.ObjectTypeHandler
-
- objectValueString(Object) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- ObjectWrapper - Interface in org.apache.ibatis.reflection.wrapper
-
- ObjectWrapperFactory - Interface in org.apache.ibatis.reflection.wrapper
-
- objectWrapperFactory - Variable in class org.apache.ibatis.session.Configuration
-
- objectWrapperResultHandler - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor
-
- ObjectWrapperResultHandler() - Constructor for class org.apache.ibatis.cursor.defaults.DefaultCursor.ObjectWrapperResultHandler
-
- OFFSET(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Set the offset variable string(e.g.
- OFFSET(long) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Set the offset value.
- OFFSET_ROWS(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Set the offset rows variable string(e.g.
- OFFSET_ROWS(long) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Set the offset rows value.
- OffsetDateTimeTypeHandler - Class in org.apache.ibatis.type
-
- OffsetDateTimeTypeHandler() - Constructor for class org.apache.ibatis.type.OffsetDateTimeTypeHandler
-
- OffsetTimeTypeHandler - Class in org.apache.ibatis.type
-
- OffsetTimeTypeHandler() - Constructor for class org.apache.ibatis.type.OffsetTimeTypeHandler
-
- ofNullable(Object) - Static method in class org.apache.ibatis.reflection.OptionalUtil
-
Deprecated.
- OgnlCache - Class in org.apache.ibatis.scripting.xmltags
-
Caches OGNL parsed expressions.
- OgnlClassResolver - Class in org.apache.ibatis.scripting.xmltags
-
Custom ognl ClassResolver
which behaves same like ognl's
DefaultClassResolver
.
- OgnlClassResolver() - Constructor for class org.apache.ibatis.scripting.xmltags.OgnlClassResolver
-
- One - Annotation Type in org.apache.ibatis.annotations
-
The annotation that specify the nested statement for retrieving single object.
- openConnection() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- openConnection() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
-
- openSession() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- openSession(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- openSession(ExecutorType) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- openSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- openSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- openSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- openSession(Connection) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- openSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSessionFactory
-
- openSession() - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- openSession(boolean) - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- openSession(Connection) - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- openSession(TransactionIsolationLevel) - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- openSession(ExecutorType) - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- openSession(ExecutorType, boolean) - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- openSession(ExecutorType, TransactionIsolationLevel) - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- openSession(ExecutorType, Connection) - Method in interface org.apache.ibatis.session.SqlSessionFactory
-
- openSession() - Method in class org.apache.ibatis.session.SqlSessionManager
-
- openSession(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- openSession(Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- openSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- openSession(ExecutorType) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- openSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- openSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- openSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- optionalExists - Static variable in class org.apache.ibatis.reflection.Jdk
-
- OptionalUtil - Class in org.apache.ibatis.reflection
-
- Options - Annotation Type in org.apache.ibatis.annotations
-
The annotation that specify options for customizing default behaviors.
- Options.FlushCachePolicy - Enum in org.apache.ibatis.annotations
-
- Options.List - Annotation Type in org.apache.ibatis.annotations
-
The container annotation for
Options
.
- OR() - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- OR() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- OR() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- ORDER_BY(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- ORDER_BY(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Order by.
- ORDER_BY(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- ORDER_BY(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- org.apache.ibatis - package org.apache.ibatis
-
The MyBatis data mapper framework makes it easier to use a relational database with object-oriented applications.
- org.apache.ibatis.annotations - package org.apache.ibatis.annotations
-
Contains all the annotation that are used in mapper interfaces.
- org.apache.ibatis.binding - package org.apache.ibatis.binding
-
Bings mapper interfaces with mapped statements.
- org.apache.ibatis.builder - package org.apache.ibatis.builder
-
Base package for the Configuration building code.
- org.apache.ibatis.builder.annotation - package org.apache.ibatis.builder.annotation
-
Parses annotions to create a Configuration.
- org.apache.ibatis.builder.xml - package org.apache.ibatis.builder.xml
-
Parses XML files to create a Configuration.
- org.apache.ibatis.cache - package org.apache.ibatis.cache
-
Base package for caching stuff.
- org.apache.ibatis.cache.decorators - package org.apache.ibatis.cache.decorators
-
Contains cache decorators.
- org.apache.ibatis.cache.impl - package org.apache.ibatis.cache.impl
-
Contains the default cache implementation.
- org.apache.ibatis.cursor - package org.apache.ibatis.cursor
-
Base package for cursor feature.
- org.apache.ibatis.cursor.defaults - package org.apache.ibatis.cursor.defaults
-
Default implementation for cursor feature.
- org.apache.ibatis.datasource - package org.apache.ibatis.datasource
-
Base package for Datasources.
- org.apache.ibatis.datasource.jndi - package org.apache.ibatis.datasource.jndi
-
JNDI Datasource factory.
- org.apache.ibatis.datasource.pooled - package org.apache.ibatis.datasource.pooled
-
Simple single-thread pooled datasource.
- org.apache.ibatis.datasource.unpooled - package org.apache.ibatis.datasource.unpooled
-
Hyper-simple Datasource.
- org.apache.ibatis.exceptions - package org.apache.ibatis.exceptions
-
Base package for exceptions.
- org.apache.ibatis.executor - package org.apache.ibatis.executor
-
Contains the statement executors.
- org.apache.ibatis.executor.keygen - package org.apache.ibatis.executor.keygen
-
Contains the key generators.
- org.apache.ibatis.executor.loader - package org.apache.ibatis.executor.loader
-
Base package for loading results into beans.
- org.apache.ibatis.executor.loader.cglib - package org.apache.ibatis.executor.loader.cglib
-
CGLIB proxy factory.
- org.apache.ibatis.executor.loader.javassist - package org.apache.ibatis.executor.loader.javassist
-
Javassist proxy factory.
- org.apache.ibatis.executor.parameter - package org.apache.ibatis.executor.parameter
-
Base package for handling parameters.
- org.apache.ibatis.executor.result - package org.apache.ibatis.executor.result
-
Contains the result handlers.
- org.apache.ibatis.executor.resultset - package org.apache.ibatis.executor.resultset
-
Contains the result processing logic.
- org.apache.ibatis.executor.statement - package org.apache.ibatis.executor.statement
-
Statement handlers.
- org.apache.ibatis.io - package org.apache.ibatis.io
-
Utilities to read resources.
- org.apache.ibatis.jdbc - package org.apache.ibatis.jdbc
-
Utilities for JDBC.
- org.apache.ibatis.lang - package org.apache.ibatis.lang
-
Java Language Package.
- org.apache.ibatis.logging - package org.apache.ibatis.logging
-
Base package for logging.
- org.apache.ibatis.logging.commons - package org.apache.ibatis.logging.commons
-
logger using Commons Logging feature.
- org.apache.ibatis.logging.jdbc - package org.apache.ibatis.logging.jdbc
-
Logging proxies that logs any JDBC statement.
- org.apache.ibatis.logging.jdk14 - package org.apache.ibatis.logging.jdk14
-
logger using JDK logging feature.
- org.apache.ibatis.logging.log4j - package org.apache.ibatis.logging.log4j
-
logger using Log4J feature.
- org.apache.ibatis.logging.log4j2 - package org.apache.ibatis.logging.log4j2
-
logger using Log4J 2 feature.
- org.apache.ibatis.logging.nologging - package org.apache.ibatis.logging.nologging
-
logger for no operation.
- org.apache.ibatis.logging.slf4j - package org.apache.ibatis.logging.slf4j
-
logger using SLF4J feature.
- org.apache.ibatis.logging.stdout - package org.apache.ibatis.logging.stdout
-
logger using standard out.
- org.apache.ibatis.mapping - package org.apache.ibatis.mapping
-
Base package for mapping.
- org.apache.ibatis.parsing - package org.apache.ibatis.parsing
-
Parsing utils.
- org.apache.ibatis.plugin - package org.apache.ibatis.plugin
-
Base package for handing plugins.
- org.apache.ibatis.reflection - package org.apache.ibatis.reflection
-
Reflection utils.
- org.apache.ibatis.reflection.factory - package org.apache.ibatis.reflection.factory
-
Object factory.
- org.apache.ibatis.reflection.invoker - package org.apache.ibatis.reflection.invoker
-
Unused.
- org.apache.ibatis.reflection.property - package org.apache.ibatis.reflection.property
-
Tools for getting/setting properties.
- org.apache.ibatis.reflection.wrapper - package org.apache.ibatis.reflection.wrapper
-
Object wrappers.
- org.apache.ibatis.scripting - package org.apache.ibatis.scripting
-
Base package for languages.
- org.apache.ibatis.scripting.defaults - package org.apache.ibatis.scripting.defaults
-
Default beans for languages.
- org.apache.ibatis.scripting.xmltags - package org.apache.ibatis.scripting.xmltags
-
Default XML MyBatis language.
- org.apache.ibatis.session - package org.apache.ibatis.session
-
Base package.
- org.apache.ibatis.session.defaults - package org.apache.ibatis.session.defaults
-
Default impl for SqlSession.
- org.apache.ibatis.transaction - package org.apache.ibatis.transaction
-
Base package for transactions.
- org.apache.ibatis.transaction.jdbc - package org.apache.ibatis.transaction.jdbc
-
JDBC transaction.
- org.apache.ibatis.transaction.managed - package org.apache.ibatis.transaction.managed
-
External transaction.
- org.apache.ibatis.type - package org.apache.ibatis.type
-
Type handlers.
- org.apache.ibatis.util - package org.apache.ibatis.util
-
- OUTER_JOIN(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- OUTER_JOIN(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Outer join.
- OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- RawLanguageDriver - Class in org.apache.ibatis.scripting.defaults
-
As of 3.2.4 the default XML language is able to identify static statements
and create a
RawSqlSource
.
- RawLanguageDriver() - Constructor for class org.apache.ibatis.scripting.defaults.RawLanguageDriver
-
- RawSqlSource - Class in org.apache.ibatis.scripting.defaults
-
Static SqlSource.
- RawSqlSource(Configuration, SqlNode, Class<?>) - Constructor for class org.apache.ibatis.scripting.defaults.RawSqlSource
-
- RawSqlSource(Configuration, String, Class<?>) - Constructor for class org.apache.ibatis.scripting.defaults.RawSqlSource
-
- readExternal(ObjectInput) - Method in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
-
- readResolve() - Method in class org.apache.ibatis.executor.loader.AbstractSerialStateHolder
-
- readWrite(boolean) - Method in class org.apache.ibatis.mapping.CacheBuilder
-
- recall() - Method in class org.apache.ibatis.executor.ErrorContext
-
- ReflectionException - Exception in org.apache.ibatis.reflection
-
- ReflectionException() - Constructor for exception org.apache.ibatis.reflection.ReflectionException
-
- ReflectionException(String) - Constructor for exception org.apache.ibatis.reflection.ReflectionException
-
- ReflectionException(String, Throwable) - Constructor for exception org.apache.ibatis.reflection.ReflectionException
-
- ReflectionException(Throwable) - Constructor for exception org.apache.ibatis.reflection.ReflectionException
-
- Reflector - Class in org.apache.ibatis.reflection
-
This class represents a cached set of class definition information that
allows for easy mapping between property names and getter/setter methods.
- Reflector(Class<?>) - Constructor for class org.apache.ibatis.reflection.Reflector
-
- ReflectorFactory - Interface in org.apache.ibatis.reflection
-
- reflectorFactory - Variable in class org.apache.ibatis.session.Configuration
-
- register(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
-
- register(LanguageDriver) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
-
- register(JdbcType, TypeHandler<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(TypeHandler<T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(Class<T>, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(TypeReference<T>, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(Class<T>, JdbcType, TypeHandler<? extends T>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(String, String) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(Class<?>, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(Class<?>, JdbcType, Class<?>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- register(String) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- registerAlias(Class<?>) - Method in class org.apache.ibatis.type.TypeAliasRegistry
-
- registerAlias(String, Class<?>) - Method in class org.apache.ibatis.type.TypeAliasRegistry
-
- registerAlias(String, String) - Method in class org.apache.ibatis.type.TypeAliasRegistry
-
- registerAliases(String) - Method in class org.apache.ibatis.type.TypeAliasRegistry
-
- registerAliases(String, Class<?>) - Method in class org.apache.ibatis.type.TypeAliasRegistry
-
- remove() - Method in class org.apache.ibatis.cursor.defaults.DefaultCursor.CursorIterator
-
- remove(String) - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
-
- remove() - Method in class org.apache.ibatis.reflection.property.PropertyTokenizer
-
- removeExtraWhitespace(String) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- removeExtraWhitespaces(String) - Static method in class org.apache.ibatis.builder.SqlSourceBuilder
-
- removeObject(Object) - Method in interface org.apache.ibatis.cache.Cache
-
As of 3.3.0 this method is only called during a rollback
for any previous value that was missing in the cache.
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.FifoCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.LoggingCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.LruCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.SerializedCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.SoftCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.SynchronizedCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.decorators.WeakCache
-
- removeObject(Object) - Method in class org.apache.ibatis.cache.impl.PerpetualCache
-
- requestCount - Variable in class org.apache.ibatis.datasource.pooled.PoolState
-
- requests - Variable in class org.apache.ibatis.cache.decorators.LoggingCache
-
- reset() - Method in class org.apache.ibatis.executor.ErrorContext
-
- RESET() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- RESET() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- resetAutoCommit() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- resolve() - Method in class org.apache.ibatis.builder.annotation.MethodResolver
-
- resolve() - Method in class org.apache.ibatis.builder.ResultMapResolver
-
- resolveAlias(String) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- resolveAlias(String) - Method in class org.apache.ibatis.type.TypeAliasRegistry
-
- resolveCacheRef() - Method in class org.apache.ibatis.builder.CacheRefResolver
-
- resolveClass(String) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- resolveClass(ObjectStreamClass) - Method in class org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
-
- resolveCollection(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
-
- resolveDiscriminatedResultMap(ResultSet, ResultMap, String) - Method in class org.apache.ibatis.executor.resultset.DefaultResultSetHandler
-
- resolveEntity(String, String) - Method in class org.apache.ibatis.builder.xml.XMLMapperEntityResolver
-
Converts a public DTD into a local one.
- resolveFieldType(Field, Type) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
-
Resolve field type.
- resolveInterface(Class<?>) - Method in class org.apache.ibatis.reflection.factory.DefaultObjectFactory
-
- resolveJdbcType(String) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- resolveMethod(ProviderContext) - Method in interface org.apache.ibatis.builder.annotation.ProviderMethodResolver
-
Resolve an SQL provider method.
- resolveParameterMode(String) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- resolveParamTypes(Method, Type) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
-
Resolve param types.
- resolveResultSetType(String) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- resolveReturnType(Method, Type) - Static method in class org.apache.ibatis.reflection.TypeParameterResolver
-
Resolve return type.
- ResolverUtil<T> - Class in org.apache.ibatis.io
-
ResolverUtil is used to locate classes that are available in the/a class path and meet
arbitrary conditions.
- ResolverUtil() - Constructor for class org.apache.ibatis.io.ResolverUtil
-
- ResolverUtil.AnnotatedWith - Class in org.apache.ibatis.io
-
A Test that checks to see if each class is annotated with a specific annotation.
- ResolverUtil.IsA - Class in org.apache.ibatis.io
-
A Test that checks to see if each class is assignable to the provided class.
- ResolverUtil.Test - Interface in org.apache.ibatis.io
-
A simple interface that specifies how to test classes to determine if they
are to be included in the results produced by the ResolverUtil.
- resolveTypeHandler(Class<?>, String) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- resolveTypeHandler(Class<?>, Class<? extends TypeHandler<?>>) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- resolveTypeName(Class<?>) - Method in class org.apache.ibatis.type.ArrayTypeHandler
-
- resource(String) - Method in class org.apache.ibatis.executor.ErrorContext
-
- resource(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- Resources - Class in org.apache.ibatis.io
-
A class to simplify access to resources through the classloader.
- resulSets(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- Result - Annotation Type in org.apache.ibatis.annotations
-
The annotation that specify a mapping definition for the property.
- result - Variable in class org.apache.ibatis.cursor.defaults.DefaultCursor.ObjectWrapperResultHandler
-
- ResultContext<T> - Interface in org.apache.ibatis.session
-
- resultExtractor - Variable in class org.apache.ibatis.executor.loader.ResultLoader
-
- ResultExtractor - Class in org.apache.ibatis.executor
-
- ResultExtractor(Configuration, ObjectFactory) - Constructor for class org.apache.ibatis.executor.ResultExtractor
-
- ResultFlag - Enum in org.apache.ibatis.mapping
-
- ResultHandler<T> - Interface in org.apache.ibatis.session
-
- ResultLoader - Class in org.apache.ibatis.executor.loader
-
- ResultLoader(Configuration, Executor, MappedStatement, Object, Class<?>, CacheKey, BoundSql) - Constructor for class org.apache.ibatis.executor.loader.ResultLoader
-
- ResultLoaderMap - Class in org.apache.ibatis.executor.loader
-
- ResultLoaderMap() - Constructor for class org.apache.ibatis.executor.loader.ResultLoaderMap
-
- ResultLoaderMap.LoadPair - Class in org.apache.ibatis.executor.loader
-
Property which was not loaded yet.
- ResultMap - Annotation Type in org.apache.ibatis.annotations
-
The annotation that specify result map names to use.
- ResultMap - Class in org.apache.ibatis.mapping
-
- ResultMap.Builder - Class in org.apache.ibatis.mapping
-
- ResultMapException - Exception in org.apache.ibatis.executor.result
-
- ResultMapException() - Constructor for exception org.apache.ibatis.executor.result.ResultMapException
-
- ResultMapException(String) - Constructor for exception org.apache.ibatis.executor.result.ResultMapException
-
- ResultMapException(String, Throwable) - Constructor for exception org.apache.ibatis.executor.result.ResultMapException
-
- ResultMapException(Throwable) - Constructor for exception org.apache.ibatis.executor.result.ResultMapException
-
- resultMapId(String) - Method in class org.apache.ibatis.mapping.ParameterMapping.Builder
-
- ResultMapping - Class in org.apache.ibatis.mapping
-
- ResultMapping.Builder - Class in org.apache.ibatis.mapping
-
- ResultMapResolver - Class in org.apache.ibatis.builder
-
- ResultMapResolver(MapperBuilderAssistant, String, Class<?>, String, Discriminator, List<ResultMapping>, Boolean) - Constructor for class org.apache.ibatis.builder.ResultMapResolver
-
- resultMaps(List<ResultMap>) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- resultMaps - Variable in class org.apache.ibatis.session.Configuration
-
- resultObject - Variable in class org.apache.ibatis.executor.loader.ResultLoader
-
- resultOrdered(boolean) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- Results - Annotation Type in org.apache.ibatis.annotations
-
The annotation that be grouping mapping definitions for property.
- resultSet(String) - Method in class org.apache.ibatis.mapping.ResultMapping.Builder
-
- ResultSetHandler - Interface in org.apache.ibatis.executor.resultset
-
- resultSetHandler - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- ResultSetLogger - Class in org.apache.ibatis.logging.jdbc
-
ResultSet proxy to add logging.
- resultSets(String) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- resultSetType(ResultSetType) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- ResultSetType - Enum in org.apache.ibatis.mapping
-
- ResultSetWrapper - Class in org.apache.ibatis.executor.resultset
-
- ResultSetWrapper(ResultSet, Configuration) - Constructor for class org.apache.ibatis.executor.resultset.ResultSetWrapper
-
- ResultType - Annotation Type in org.apache.ibatis.annotations
-
This annotation can be used when a @Select method is using a
ResultHandler.
- returnInstanceForEmptyRow - Variable in class org.apache.ibatis.session.Configuration
-
- returnsCursor() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
-
- returnsMany() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
-
- returnsMap() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
-
- returnsOptional() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
-
return whether return type is java.util.Optional
.
- returnsVoid() - Method in class org.apache.ibatis.binding.MapperMethod.MethodSignature
-
- ReuseExecutor - Class in org.apache.ibatis.executor
-
- ReuseExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.ReuseExecutor
-
- RIGHT_OUTER_JOIN(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- RIGHT_OUTER_JOIN(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Right outer join.
- RIGHT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- RIGHT_OUTER_JOIN(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- rollback() - Method in class org.apache.ibatis.cache.decorators.TransactionalCache
-
- rollback() - Method in class org.apache.ibatis.cache.TransactionalCacheManager
-
- rollback(boolean) - Method in class org.apache.ibatis.executor.BaseExecutor
-
- rollback(boolean) - Method in class org.apache.ibatis.executor.CachingExecutor
-
- rollback(boolean) - Method in interface org.apache.ibatis.executor.Executor
-
- rollback() - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- rollback(boolean) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- rollback() - Method in interface org.apache.ibatis.session.SqlSession
-
Discards pending batch statements and rolls database connection back.
- rollback(boolean) - Method in interface org.apache.ibatis.session.SqlSession
-
Discards pending batch statements and rolls database connection back.
- rollback() - Method in class org.apache.ibatis.session.SqlSessionManager
-
- rollback(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- rollback() - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- rollback() - Method in class org.apache.ibatis.transaction.managed.ManagedTransaction
-
- rollback() - Method in interface org.apache.ibatis.transaction.Transaction
-
Rollback inner database connection.
- RoutingStatementHandler - Class in org.apache.ibatis.executor.statement
-
- RoutingStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.RoutingStatementHandler
-
- rowBounds - Variable in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- RowBounds - Class in org.apache.ibatis.session
-
- RowBounds() - Constructor for class org.apache.ibatis.session.RowBounds
-
- RowBounds(int, int) - Constructor for class org.apache.ibatis.session.RowBounds
-
- run(String) - Method in class org.apache.ibatis.jdbc.SqlRunner
-
Executes any string as a JDBC Statement.
- runScript(Reader) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- RuntimeSqlException - Exception in org.apache.ibatis.jdbc
-
- RuntimeSqlException() - Constructor for exception org.apache.ibatis.jdbc.RuntimeSqlException
-
- RuntimeSqlException(String) - Constructor for exception org.apache.ibatis.jdbc.RuntimeSqlException
-
- RuntimeSqlException(String, Throwable) - Constructor for exception org.apache.ibatis.jdbc.RuntimeSqlException
-
- RuntimeSqlException(Throwable) - Constructor for exception org.apache.ibatis.jdbc.RuntimeSqlException
-
- safeResultHandlerEnabled - Variable in class org.apache.ibatis.session.Configuration
-
- safeRowBoundsEnabled - Variable in class org.apache.ibatis.session.Configuration
-
- ScheduledCache - Class in org.apache.ibatis.cache.decorators
-
- ScheduledCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.ScheduledCache
-
- ScriptingException - Exception in org.apache.ibatis.scripting
-
- ScriptingException() - Constructor for exception org.apache.ibatis.scripting.ScriptingException
-
- ScriptingException(String) - Constructor for exception org.apache.ibatis.scripting.ScriptingException
-
- ScriptingException(String, Throwable) - Constructor for exception org.apache.ibatis.scripting.ScriptingException
-
- ScriptingException(Throwable) - Constructor for exception org.apache.ibatis.scripting.ScriptingException
-
- ScriptRunner - Class in org.apache.ibatis.jdbc
-
This is an internal testing utility.
You are welcome to use this class for your own purposes,
but if there is some feature/enhancement you need for your own usage,
please make and modify your own copy instead of sending us an enhancement request.
- ScriptRunner(Connection) - Constructor for class org.apache.ibatis.jdbc.ScriptRunner
-
- Select - Annotation Type in org.apache.ibatis.annotations
-
The annotation that specify an SQL for retrieving record(s).
- SELECT(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- SELECT(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Select.
- SELECT(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- SELECT(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- select(String, Object, ResultHandler) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- select(String, ResultHandler) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- select(String, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- select(String, Object, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieve a single row mapped from the statement key and parameter
using a ResultHandler
.
- select(String, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieve a single row mapped from the statement
using a ResultHandler
.
- select(String, Object, RowBounds, ResultHandler) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieve a single row mapped from the statement key and parameter using a ResultHandler
and
RowBounds
.
- select(String, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- select(String, Object, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- select(String, Object, RowBounds, ResultHandler) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- Select.List - Annotation Type in org.apache.ibatis.annotations
-
The container annotation for
Select
.
- SELECT_DISTINCT(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- SELECT_DISTINCT(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Select distinct.
- SELECT_DISTINCT(String) - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- SELECT_DISTINCT(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- SELECT_KEY_SUFFIX - Static variable in class org.apache.ibatis.executor.keygen.SelectKeyGenerator
-
- selectAll(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
-
Executes a SELECT statement that returns multiple rows.
- SelectBuilder - Class in org.apache.ibatis.jdbc
-
- selectCursor(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectCursor(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectCursor(String, Object, RowBounds) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectCursor(String) - Method in interface org.apache.ibatis.session.SqlSession
-
A Cursor offers the same results as a List, except it fetches data lazily using an Iterator.
- selectCursor(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
-
A Cursor offers the same results as a List, except it fetches data lazily using an Iterator.
- selectCursor(String, Object, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
-
A Cursor offers the same results as a List, except it fetches data lazily using an Iterator.
- selectCursor(String) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectCursor(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectCursor(String, Object, RowBounds) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- SelectKey - Annotation Type in org.apache.ibatis.annotations
-
The annotation that specify an SQL for retrieving a key value.
- SelectKey.List - Annotation Type in org.apache.ibatis.annotations
-
- SelectKeyGenerator - Class in org.apache.ibatis.executor.keygen
-
- SelectKeyGenerator(MappedStatement, boolean) - Constructor for class org.apache.ibatis.executor.keygen.SelectKeyGenerator
-
- selectList(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectList(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectList(String, Object, RowBounds) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectList(String) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieve a list of mapped objects from the statement key.
- selectList(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieve a list of mapped objects from the statement key and parameter.
- selectList(String, Object, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieve a list of mapped objects from the statement key and parameter,
within the specified row bounds.
- selectList(String) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectList(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectList(String, Object, RowBounds) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectMap(String, String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectMap(String, Object, String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectMap(String, Object, String, RowBounds) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectMap(String, String) - Method in interface org.apache.ibatis.session.SqlSession
-
The selectMap is a special case in that it is designed to convert a list
of results into a Map based on one of the properties in the resulting
objects.
- selectMap(String, Object, String) - Method in interface org.apache.ibatis.session.SqlSession
-
The selectMap is a special case in that it is designed to convert a list
of results into a Map based on one of the properties in the resulting
objects.
- selectMap(String, Object, String, RowBounds) - Method in interface org.apache.ibatis.session.SqlSession
-
The selectMap is a special case in that it is designed to convert a list
of results into a Map based on one of the properties in the resulting
objects.
- selectMap(String, String) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectMap(String, Object, String) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectMap(String, Object, String, RowBounds) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectOne(String, Object...) - Method in class org.apache.ibatis.jdbc.SqlRunner
-
Executes a SELECT statement that returns one row.
- selectOne(String) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectOne(String, Object) - Method in class org.apache.ibatis.session.defaults.DefaultSqlSession
-
- selectOne(String) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieve a single row mapped from the statement key.
- selectOne(String, Object) - Method in interface org.apache.ibatis.session.SqlSession
-
Retrieve a single row mapped from the statement key and parameter.
- selectOne(String) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- selectOne(String, Object) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- SelectProvider - Annotation Type in org.apache.ibatis.annotations
-
The annotation that specify a method that provide an SQL for retrieving record(s).
- SelectProvider.List - Annotation Type in org.apache.ibatis.annotations
-
- SerialFilterChecker - Class in org.apache.ibatis.io
-
- SerializedCache - Class in org.apache.ibatis.cache.decorators
-
- SerializedCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.SerializedCache
-
- SerializedCache.CustomObjectInputStream - Class in org.apache.ibatis.cache.decorators
-
- SET(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- SET(String...) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
Sets the.
- SET(String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- set(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.BeanWrapper
-
- set(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.CollectionWrapper
-
- set(PropertyTokenizer, Object) - Method in class org.apache.ibatis.reflection.wrapper.MapWrapper
-
- set(PropertyTokenizer, Object) - Method in interface org.apache.ibatis.reflection.wrapper.ObjectWrapper
-
- SET_METHODS - Static variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- setAdditionalParameter(String, Object) - Method in class org.apache.ibatis.mapping.BoundSql
-
- setAggressiveLazyLoading(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setAutoCommit(Boolean) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setAutoCommit(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setAutoMappingBehavior(AutoMappingBehavior) - Method in class org.apache.ibatis.session.Configuration
-
- setAutoMappingUnknownColumnBehavior(AutoMappingUnknownColumnBehavior) - Method in class org.apache.ibatis.session.Configuration
-
Sets the auto mapping unknown column behavior.
- setCacheEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setCallSettersOnNulls(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setCharset(Charset) - Static method in class org.apache.ibatis.io.Resources
-
- setClassCacheEnabled(boolean) - Method in class org.apache.ibatis.reflection.DefaultReflectorFactory
-
- setClassCacheEnabled(boolean) - Method in interface org.apache.ibatis.reflection.ReflectorFactory
-
- setClassLoader(ClassLoader) - Method in class org.apache.ibatis.io.ResolverUtil
-
Sets an explicit ClassLoader that should be used when scanning for classes.
- setClearInterval(long) - Method in class org.apache.ibatis.cache.decorators.ScheduledCache
-
- setCollectionValue(PropertyTokenizer, Object, Object) - Method in class org.apache.ibatis.reflection.wrapper.BaseWrapper
-
- setColumn(Object, Object) - Method in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- setConfiguration(Configuration) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
- setConfigurationFactory(Class<?>) - Method in class org.apache.ibatis.session.Configuration
-
- setCurrentNamespace(String) - Method in class org.apache.ibatis.builder.MapperBuilderAssistant
-
- setDatabaseId(String) - Method in class org.apache.ibatis.session.Configuration
-
- setDefaultAutoCommit(boolean) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setDefaultClassLoader(ClassLoader) - Static method in class org.apache.ibatis.io.Resources
-
Sets the default classloader
- setDefaultDriverClass(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
-
- setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - Method in class org.apache.ibatis.session.Configuration
-
- setDefaultEnumTypeHandler(Class<? extends TypeHandler>) - Method in class org.apache.ibatis.type.TypeHandlerRegistry
-
- setDefaultExecutorType(ExecutorType) - Method in class org.apache.ibatis.session.Configuration
-
- setDefaultFetchSize(Integer) - Method in class org.apache.ibatis.session.Configuration
-
Sets the default fetch size.
- setDefaultNetworkTimeout(Integer) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
Sets the default network timeout value to wait for the database operation to complete.
- setDefaultNetworkTimeout(Integer) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
Sets the default network timeout value to wait for the database operation to complete.
- setDefaultResultSetType(ResultSetType) - Method in class org.apache.ibatis.session.Configuration
-
Sets the default result set type.
- setDefaultScriptingLanguage(Class<? extends LanguageDriver>) - Method in class org.apache.ibatis.session.Configuration
-
- setDefaultSqlProviderType(Class<?>) - Method in class org.apache.ibatis.session.Configuration
-
Sets an applying type when omit a type on sql provider annotation(e.g.
- setDefaultStatementTimeout(Integer) - Method in class org.apache.ibatis.session.Configuration
-
- setDefaultTransactionIsolationLevel(Integer) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setDefaultTransactionIsolationLevel(Integer) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setDelimiter(String) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setDesiredAutoCommit(boolean) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransaction
-
- setDriver(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setDriver(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setDriverClassLoader(ClassLoader) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setDriverProperties(Properties) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setDriverProperties(Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setEnvironment(Environment) - Method in class org.apache.ibatis.session.Configuration
-
- setErrorLogWriter(PrintWriter) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setEscapeProcessing(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
Sets the escape processing.
- setExecutorWrapper(Executor) - Method in class org.apache.ibatis.executor.BaseExecutor
-
- setExecutorWrapper(Executor) - Method in class org.apache.ibatis.executor.CachingExecutor
-
- setExecutorWrapper(Executor) - Method in interface org.apache.ibatis.executor.Executor
-
- setFetchSize(Statement) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- SetFieldInvoker - Class in org.apache.ibatis.reflection.invoker
-
- SetFieldInvoker(Field) - Constructor for class org.apache.ibatis.reflection.invoker.SetFieldInvoker
-
- setForeignColumn(String) - Method in class org.apache.ibatis.mapping.ResultMapping
-
- setFullLineDelimiter(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setInvalid() - Static method in class org.apache.ibatis.io.JBoss6VFS
-
Mark this
VFS
as invalid for the current environment.
- setJdbcTypeForNull(JdbcType) - Method in class org.apache.ibatis.session.Configuration
-
- setLazy(boolean) - Method in class org.apache.ibatis.mapping.ResultMapping
-
- setLazyLoadingEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setLazyLoadTriggerMethods(Set<String>) - Method in class org.apache.ibatis.session.Configuration
-
- setLocalCacheScope(LocalCacheScope) - Method in class org.apache.ibatis.session.Configuration
-
- setLogImpl(Class<? extends Log>) - Method in class org.apache.ibatis.session.Configuration
-
- setLoginTimeout(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setLoginTimeout(int) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setLogPrefix(String) - Method in class org.apache.ibatis.session.Configuration
-
- setLogWriter(PrintWriter) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setLogWriter(PrintWriter) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setLogWriter(PrintWriter) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setMapUnderscoreToCamelCase(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setMultipleResultSetsEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ArrayTypeHandler
-
- setNonNullParameter(PreparedStatement, int, T, JdbcType) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
- setNonNullParameter(PreparedStatement, int, BigDecimal, JdbcType) - Method in class org.apache.ibatis.type.BigDecimalTypeHandler
-
- setNonNullParameter(PreparedStatement, int, BigInteger, JdbcType) - Method in class org.apache.ibatis.type.BigIntegerTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Byte[], JdbcType) - Method in class org.apache.ibatis.type.BlobByteObjectArrayTypeHandler
-
- setNonNullParameter(PreparedStatement, int, InputStream, JdbcType) - Method in class org.apache.ibatis.type.BlobInputStreamTypeHandler
-
- setNonNullParameter(PreparedStatement, int, byte[], JdbcType) - Method in class org.apache.ibatis.type.BlobTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Boolean, JdbcType) - Method in class org.apache.ibatis.type.BooleanTypeHandler
-
- setNonNullParameter(PreparedStatement, int, byte[], JdbcType) - Method in class org.apache.ibatis.type.ByteArrayTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Byte[], JdbcType) - Method in class org.apache.ibatis.type.ByteObjectArrayTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Byte, JdbcType) - Method in class org.apache.ibatis.type.ByteTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Character, JdbcType) - Method in class org.apache.ibatis.type.CharacterTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Reader, JdbcType) - Method in class org.apache.ibatis.type.ClobReaderTypeHandler
-
- setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.ClobTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.DateOnlyTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.DateTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Double, JdbcType) - Method in class org.apache.ibatis.type.DoubleTypeHandler
-
- setNonNullParameter(PreparedStatement, int, E, JdbcType) - Method in class org.apache.ibatis.type.EnumOrdinalTypeHandler
-
- setNonNullParameter(PreparedStatement, int, E, JdbcType) - Method in class org.apache.ibatis.type.EnumTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Float, JdbcType) - Method in class org.apache.ibatis.type.FloatTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Instant, JdbcType) - Method in class org.apache.ibatis.type.InstantTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Integer, JdbcType) - Method in class org.apache.ibatis.type.IntegerTypeHandler
-
- setNonNullParameter(PreparedStatement, int, JapaneseDate, JdbcType) - Method in class org.apache.ibatis.type.JapaneseDateTypeHandler
-
- setNonNullParameter(PreparedStatement, int, LocalDateTime, JdbcType) - Method in class org.apache.ibatis.type.LocalDateTimeTypeHandler
-
- setNonNullParameter(PreparedStatement, int, LocalDate, JdbcType) - Method in class org.apache.ibatis.type.LocalDateTypeHandler
-
- setNonNullParameter(PreparedStatement, int, LocalTime, JdbcType) - Method in class org.apache.ibatis.type.LocalTimeTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Long, JdbcType) - Method in class org.apache.ibatis.type.LongTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Month, JdbcType) - Method in class org.apache.ibatis.type.MonthTypeHandler
-
- setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.NClobTypeHandler
-
- setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.NStringTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.ObjectTypeHandler
-
- setNonNullParameter(PreparedStatement, int, OffsetDateTime, JdbcType) - Method in class org.apache.ibatis.type.OffsetDateTimeTypeHandler
-
- setNonNullParameter(PreparedStatement, int, OffsetTime, JdbcType) - Method in class org.apache.ibatis.type.OffsetTimeTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Short, JdbcType) - Method in class org.apache.ibatis.type.ShortTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.SqlDateTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Timestamp, JdbcType) - Method in class org.apache.ibatis.type.SqlTimestampTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Time, JdbcType) - Method in class org.apache.ibatis.type.SqlTimeTypeHandler
-
- setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
-
- setNonNullParameter(PreparedStatement, int, String, JdbcType) - Method in class org.apache.ibatis.type.StringTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Date, JdbcType) - Method in class org.apache.ibatis.type.TimeOnlyTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Object, JdbcType) - Method in class org.apache.ibatis.type.UnknownTypeHandler
-
- setNonNullParameter(PreparedStatement, int, YearMonth, JdbcType) - Method in class org.apache.ibatis.type.YearMonthTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Year, JdbcType) - Method in class org.apache.ibatis.type.YearTypeHandler
-
- setNonNullParameter(PreparedStatement, int, ZonedDateTime, JdbcType) - Method in class org.apache.ibatis.type.ZonedDateTimeTypeHandler
-
- setObjectFactory(ObjectFactory) - Method in class org.apache.ibatis.session.Configuration
-
- setObjectWrapperFactory(ObjectWrapperFactory) - Method in class org.apache.ibatis.session.Configuration
-
- setParameter(PreparedStatement, int, T, JdbcType) - Method in class org.apache.ibatis.type.BaseTypeHandler
-
- setParameter(PreparedStatement, int, T, JdbcType) - Method in interface org.apache.ibatis.type.TypeHandler
-
- setParameters(PreparedStatement) - Method in interface org.apache.ibatis.executor.parameter.ParameterHandler
-
- setParameters(PreparedStatement) - Method in class org.apache.ibatis.scripting.defaults.DefaultParameterHandler
-
- setPassword(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setPassword(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setPoolMaximumActiveConnections(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
The maximum number of active connections.
- setPoolMaximumCheckoutTime(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
The maximum time a connection can be used before it *may* be
given away again.
- setPoolMaximumIdleConnections(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
The maximum number of idle connections.
- setPoolMaximumLocalBadConnectionTolerance(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
The maximum number of tolerance for bad connection happens in one thread
which are applying for new PooledConnection
.
- setPoolPingConnectionsNotUsedFor(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
If a connection has not been used in this many milliseconds, ping the
database to make sure the connection is still good.
- setPoolPingEnabled(boolean) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
Determines if the ping query should be used.
- setPoolPingQuery(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
The query to be used to check a connection.
- setPoolTimeToWait(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
The time to wait before retrying to get a connection.
- setProperties(Properties) - Method in interface org.apache.ibatis.datasource.DataSourceFactory
-
- setProperties(Properties) - Method in class org.apache.ibatis.datasource.jndi.JndiDataSourceFactory
-
- setProperties(Properties) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSourceFactory
-
- setProperties(Properties) - Method in interface org.apache.ibatis.executor.loader.ProxyFactory
-
- setProperties(Properties) - Method in interface org.apache.ibatis.mapping.DatabaseIdProvider
-
- setProperties(Properties) - Method in class org.apache.ibatis.mapping.VendorDatabaseIdProvider
-
- setProperties(Properties) - Method in interface org.apache.ibatis.plugin.Interceptor
-
- setProperties(Properties) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
-
Sets configuration properties.
- setProperties(Properties) - Method in class org.apache.ibatis.transaction.managed.ManagedTransactionFactory
-
- setProperties(Properties) - Method in interface org.apache.ibatis.transaction.TransactionFactory
-
Sets transaction factory custom properties.
- setProxyFactory(ProxyFactory) - Method in class org.apache.ibatis.session.Configuration
-
- setReflectorFactory(ReflectorFactory) - Method in class org.apache.ibatis.session.Configuration
-
- setRemoveCRs(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setReturnInstanceForEmptyRow(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setSafeResultHandlerEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setSafeRowBoundsEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setSendFullScript(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setShrinkWhitespacesInSql(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setSize(int) - Method in class org.apache.ibatis.cache.decorators.FifoCache
-
- setSize(int) - Method in class org.apache.ibatis.cache.decorators.LruCache
-
- setSize(int) - Method in class org.apache.ibatis.cache.decorators.SoftCache
-
- setSize(int) - Method in class org.apache.ibatis.cache.decorators.WeakCache
-
- SetSqlNode - Class in org.apache.ibatis.scripting.xmltags
-
- SetSqlNode(Configuration, SqlNode) - Constructor for class org.apache.ibatis.scripting.xmltags.SetSqlNode
-
- setStatementTimeout(Statement, Integer) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- setStopOnError(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setThrowWarning(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setTimeout(long) - Method in class org.apache.ibatis.cache.decorators.BlockingCache
-
- setUpdateCounts(int[]) - Method in class org.apache.ibatis.executor.BatchResult
-
- setUrl(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setUrl(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setUseActualParamName(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setUseColumnLabel(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setUseGeneratedKeys(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setUseGeneratedKeySupport(boolean) - Method in class org.apache.ibatis.jdbc.SqlRunner
-
- setUsername(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setUsername(String) - Method in class org.apache.ibatis.datasource.unpooled.UnpooledDataSource
-
- setValue(String, Object) - Method in class org.apache.ibatis.reflection.MetaObject
-
- setVariables(Properties) - Method in class org.apache.ibatis.parsing.XPathParser
-
- setVariables(Properties) - Method in class org.apache.ibatis.session.Configuration
-
- setVfsImpl(Class<? extends VFS>) - Method in class org.apache.ibatis.session.Configuration
-
- ShortTypeHandler - Class in org.apache.ibatis.type
-
- ShortTypeHandler() - Constructor for class org.apache.ibatis.type.ShortTypeHandler
-
- shrinkWhitespacesInSql - Variable in class org.apache.ibatis.session.Configuration
-
- Signature - Annotation Type in org.apache.ibatis.plugin
-
The annotation that indicate the method signature.
- SimpleExecutor - Class in org.apache.ibatis.executor
-
- SimpleExecutor(Configuration, Transaction) - Constructor for class org.apache.ibatis.executor.SimpleExecutor
-
- SimpleStatementHandler - Class in org.apache.ibatis.executor.statement
-
- SimpleStatementHandler(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - Constructor for class org.apache.ibatis.executor.statement.SimpleStatementHandler
-
- SimpleTypeRegistry - Class in org.apache.ibatis.type
-
- size() - Method in class org.apache.ibatis.executor.loader.ResultLoaderMap
-
- size(Integer) - Method in class org.apache.ibatis.mapping.CacheBuilder
-
- Slf4jImpl - Class in org.apache.ibatis.logging.slf4j
-
- Slf4jImpl(String) - Constructor for class org.apache.ibatis.logging.slf4j.Slf4jImpl
-
- SoftCache - Class in org.apache.ibatis.cache.decorators
-
Soft Reference cache decorator
Thanks to Dr.
- SoftCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.SoftCache
-
- sql(String) - Method in class org.apache.ibatis.executor.ErrorContext
-
- SQL() - Static method in class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- SQL - Class in org.apache.ibatis.jdbc
-
- SQL() - Constructor for class org.apache.ibatis.jdbc.SQL
-
- SQL() - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- SqlBuilder - Class in org.apache.ibatis.jdbc
-
- SqlCommand(Configuration, Class<?>, Method) - Constructor for class org.apache.ibatis.binding.MapperMethod.SqlCommand
-
- SqlCommandType - Enum in org.apache.ibatis.mapping
-
- SqlDateTypeHandler - Class in org.apache.ibatis.type
-
- SqlDateTypeHandler() - Constructor for class org.apache.ibatis.type.SqlDateTypeHandler
-
- sqlFragments - Variable in class org.apache.ibatis.session.Configuration
-
- SqlNode - Interface in org.apache.ibatis.scripting.xmltags
-
- SqlRunner - Class in org.apache.ibatis.jdbc
-
- SqlRunner(Connection) - Constructor for class org.apache.ibatis.jdbc.SqlRunner
-
- SqlSession - Interface in org.apache.ibatis.session
-
The primary Java interface for working with MyBatis.
- SqlSessionException - Exception in org.apache.ibatis.session
-
- SqlSessionException() - Constructor for exception org.apache.ibatis.session.SqlSessionException
-
- SqlSessionException(String) - Constructor for exception org.apache.ibatis.session.SqlSessionException
-
- SqlSessionException(String, Throwable) - Constructor for exception org.apache.ibatis.session.SqlSessionException
-
- SqlSessionException(Throwable) - Constructor for exception org.apache.ibatis.session.SqlSessionException
-
- SqlSessionFactory - Interface in org.apache.ibatis.session
-
Creates an
SqlSession
out of a connection or a DataSource
- SqlSessionFactoryBuilder - Class in org.apache.ibatis.session
-
- SqlSessionFactoryBuilder() - Constructor for class org.apache.ibatis.session.SqlSessionFactoryBuilder
-
- SqlSessionManager - Class in org.apache.ibatis.session
-
- SqlSource - Interface in org.apache.ibatis.mapping
-
Represents the content of a mapped statement read from an XML file or an annotation.
- SqlSourceBuilder - Class in org.apache.ibatis.builder
-
- SqlSourceBuilder(Configuration) - Constructor for class org.apache.ibatis.builder.SqlSourceBuilder
-
- SqlTimestampTypeHandler - Class in org.apache.ibatis.type
-
- SqlTimestampTypeHandler() - Constructor for class org.apache.ibatis.type.SqlTimestampTypeHandler
-
- SqlTimeTypeHandler - Class in org.apache.ibatis.type
-
- SqlTimeTypeHandler() - Constructor for class org.apache.ibatis.type.SqlTimeTypeHandler
-
- sqlxmlToString(SQLXML) - Method in class org.apache.ibatis.type.SqlxmlTypeHandler
-
- SqlxmlTypeHandler - Class in org.apache.ibatis.type
-
Convert String
to/from SQLXML
.
- SqlxmlTypeHandler() - Constructor for class org.apache.ibatis.type.SqlxmlTypeHandler
-
- startManagedSession() - Method in class org.apache.ibatis.session.SqlSessionManager
-
- startManagedSession(boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- startManagedSession(Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- startManagedSession(TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- startManagedSession(ExecutorType) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- startManagedSession(ExecutorType, boolean) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- startManagedSession(ExecutorType, TransactionIsolationLevel) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- startManagedSession(ExecutorType, Connection) - Method in class org.apache.ibatis.session.SqlSessionManager
-
- StatementHandler - Interface in org.apache.ibatis.executor.statement
-
- statementLog - Variable in class org.apache.ibatis.logging.jdbc.BaseJdbcLogger
-
- StatementLogger - Class in org.apache.ibatis.logging.jdbc
-
Statement proxy to add logging.
- statementType(StatementType) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- StatementType - Enum in org.apache.ibatis.mapping
-
- StatementUtil - Class in org.apache.ibatis.executor.statement
-
- StaticSqlSource - Class in org.apache.ibatis.builder
-
- StaticSqlSource(Configuration, String) - Constructor for class org.apache.ibatis.builder.StaticSqlSource
-
- StaticSqlSource(Configuration, String, List<ParameterMapping>) - Constructor for class org.apache.ibatis.builder.StaticSqlSource
-
- StaticTextSqlNode - Class in org.apache.ibatis.scripting.xmltags
-
- StaticTextSqlNode(String) - Constructor for class org.apache.ibatis.scripting.xmltags.StaticTextSqlNode
-
- StdOutImpl - Class in org.apache.ibatis.logging.stdout
-
- StdOutImpl(String) - Constructor for class org.apache.ibatis.logging.stdout.StdOutImpl
-
- stop() - Method in class org.apache.ibatis.executor.result.DefaultResultContext
-
- stop() - Method in interface org.apache.ibatis.session.ResultContext
-
- store() - Method in class org.apache.ibatis.executor.ErrorContext
-
- StrictMap(String, int, float) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
-
- StrictMap(String, int) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
-
- StrictMap(String) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
-
- StrictMap(String, Map<String, ? extends V>) - Constructor for class org.apache.ibatis.session.Configuration.StrictMap
-
- StrictMap() - Constructor for class org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
-
Deprecated.
- stringSetValueOf(String, String) - Method in class org.apache.ibatis.builder.BaseBuilder
-
- StringTypeHandler - Class in org.apache.ibatis.type
-
- StringTypeHandler() - Constructor for class org.apache.ibatis.type.StringTypeHandler
-
- SynchronizedCache - Class in org.apache.ibatis.cache.decorators
-
- SynchronizedCache(Cache) - Constructor for class org.apache.ibatis.cache.decorators.SynchronizedCache
-
- SystemMetaObject - Class in org.apache.ibatis.reflection
-
- validateCollection(XNode, Class<?>) - Method in class org.apache.ibatis.builder.xml.XMLMapperBuilder
-
- valueOf(String) - Static method in enum org.apache.ibatis.annotations.Options.FlushCachePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.executor.ExecutionPlaceholder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.jdbc.Null
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.mapping.FetchType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.mapping.ParameterMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.mapping.ResultFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.mapping.ResultSetType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.mapping.SqlCommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.mapping.StatementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.session.AutoMappingBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.session.ExecutorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.session.LocalCacheScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.session.TransactionIsolationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.ibatis.type.JdbcType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.ibatis.annotations.Options.FlushCachePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.executor.ExecutionPlaceholder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES(String, String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- values() - Static method in enum org.apache.ibatis.jdbc.Null
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES(String, String) - Static method in class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- values() - Static method in enum org.apache.ibatis.mapping.FetchType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.mapping.ParameterMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.mapping.ResultFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.mapping.ResultSetType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.mapping.SqlCommandType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.mapping.StatementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.session.AutoMappingBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.session.ExecutorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.session.LocalCacheScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.session.TransactionIsolationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.ibatis.type.JdbcType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VarDeclSqlNode - Class in org.apache.ibatis.scripting.xmltags
-
- VarDeclSqlNode(String, String) - Constructor for class org.apache.ibatis.scripting.xmltags.VarDeclSqlNode
-
- variables - Variable in class org.apache.ibatis.session.Configuration
-
- VendorDatabaseIdProvider - Class in org.apache.ibatis.mapping
-
Vendor DatabaseId provider.
- VendorDatabaseIdProvider() - Constructor for class org.apache.ibatis.mapping.VendorDatabaseIdProvider
-
- VFS - Class in org.apache.ibatis.io
-
Provides a very simple API for accessing resources within an application server.
- VFS() - Constructor for class org.apache.ibatis.io.VFS
-
- vfsImpl - Variable in class org.apache.ibatis.session.Configuration
-