- 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
-
- ScriptRunner(Connection) - Constructor for class org.apache.ibatis.jdbc.ScriptRunner
-
- Select - Annotation Type in org.apache.ibatis.annotations
-
- SELECT(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- 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_DISTINCT(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- 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
-
- SelectBuilder - Class in org.apache.ibatis.jdbc
-
Deprecated.
- SelectBuilder() - Constructor for class org.apache.ibatis.jdbc.SelectBuilder
-
Deprecated.
- SelectKey - 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 and parameter.
- 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
-
- 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
-
- 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
-
- SerializedCache.CustomObjectInputStream(InputStream) - Constructor for class org.apache.ibatis.cache.decorators.SerializedCache.CustomObjectInputStream
-
- SET(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- 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
-
- setCacheEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setCallSettersOnNulls(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setCatalog(String) - Method in class org.apache.ibatis.metadata.Table
-
- setCharset(Charset) - Static method in class org.apache.ibatis.io.Resources
-
- setClassCacheEnabled(boolean) - Static method in class org.apache.ibatis.reflection.MetaClass
-
- setClassCacheEnabled(boolean) - Static method in class org.apache.ibatis.reflection.Reflector
-
- 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
-
- setDefaultDriverClass(Class<?>) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
-
- setDefaultExecutorType(ExecutorType) - Method in class org.apache.ibatis.session.Configuration
-
- setDefaultScriptingLanguage(Class<?>) - Method in class org.apache.ibatis.session.Configuration
-
- 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
-
- 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
-
- 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<?>) - 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, 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, 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, Integer, JdbcType) - Method in class org.apache.ibatis.type.IntegerTypeHandler
-
- setNonNullParameter(PreparedStatement, int, Long, JdbcType) - Method in class org.apache.ibatis.type.LongTypeHandler
-
- 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, 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.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
-
- 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
-
- setPoolMaximumCheckoutTime(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setPoolMaximumIdleConnections(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setPoolPingConnectionsNotUsedFor(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setPoolPingEnabled(boolean) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setPoolPingQuery(String) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setPoolTimeToWait(int) - Method in class org.apache.ibatis.datasource.pooled.PooledDataSource
-
- setPrimaryKey(Column) - Method in class org.apache.ibatis.metadata.Table
-
- 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 class org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
-
- setProperties(Properties) - Method in class org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory
-
- 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 class org.apache.ibatis.reflection.factory.DefaultObjectFactory
-
- setProperties(Properties) - Method in interface org.apache.ibatis.reflection.factory.ObjectFactory
-
Sets configuration properties.
- setProperties(Properties) - Method in class org.apache.ibatis.transaction.jdbc.JdbcTransactionFactory
-
- 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
-
- setRemoveCRs(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- setSafeResultHandlerEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setSafeRowBoundsEnabled(boolean) - Method in class org.apache.ibatis.session.Configuration
-
- setSchema(String) - Method in class org.apache.ibatis.metadata.Table
-
- setSendFullScript(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- 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) - Method in class org.apache.ibatis.executor.statement.BaseStatementHandler
-
- setStopOnError(boolean) - Method in class org.apache.ibatis.jdbc.ScriptRunner
-
- 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
-
- 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
-
- ShortTypeHandler - Class in org.apache.ibatis.type
-
- ShortTypeHandler() - Constructor for class org.apache.ibatis.type.ShortTypeHandler
-
- Signature - Annotation Type in org.apache.ibatis.plugin
-
- 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
-
- SimpleTypeRegistry() - Constructor for class org.apache.ibatis.type.SimpleTypeRegistry
-
- 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
-
Deprecated.
- SqlBuilder() - Constructor for class org.apache.ibatis.jdbc.SqlBuilder
-
Deprecated.
- 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
-
- 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
-
- 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
-
- StatementLogger - Class in org.apache.ibatis.logging.jdbc
-
- statementType(StatementType) - Method in class org.apache.ibatis.mapping.MappedStatement.Builder
-
- StatementType - Enum in org.apache.ibatis.mapping
-
- 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
-
- 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
-
- SystemMetaObject() - Constructor for class org.apache.ibatis.reflection.SystemMetaObject
-
- 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.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.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.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.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.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
-
- 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
-