- 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
-
- 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
-
- 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
-
- 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
-
- Options - Annotation Type in org.apache.ibatis.annotations
-
- 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
-
- ORDER_BY(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- 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
-
- 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.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
-
TODO fillme.
- org.apache.ibatis.logging - package org.apache.ibatis.logging
-
TODO fillme.
- org.apache.ibatis.logging.commons - package org.apache.ibatis.logging.commons
-
TODO fillme.
- 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
-
TODO fillme.
- org.apache.ibatis.logging.log4j - package org.apache.ibatis.logging.log4j
-
TODO fillme.
- org.apache.ibatis.logging.log4j2 - package org.apache.ibatis.logging.log4j2
-
TODO fillme.
- org.apache.ibatis.logging.nologging - package org.apache.ibatis.logging.nologging
-
TODO fillme.
- org.apache.ibatis.logging.slf4j - package org.apache.ibatis.logging.slf4j
-
TODO fillme.
- org.apache.ibatis.logging.stdout - package org.apache.ibatis.logging.stdout
-
TODO fillme.
- org.apache.ibatis.mapping - package org.apache.ibatis.mapping
-
TODO fillme.
- 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.
- OUTER_JOIN(String) - Method in class org.apache.ibatis.jdbc.AbstractSQL
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- setDefaultDriverClass(Class<?>) - Method in class org.apache.ibatis.scripting.LanguageDriverRegistry
-
- setDefaultExecutorType(ExecutorType) - Method in class org.apache.ibatis.session.Configuration
-
- setDefaultFetchSize(Integer) - 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
-
- 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<?>) - 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
-
- 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
-
- setReflectorFactory(ReflectorFactory) - 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- SqlBuilder - Class in org.apache.ibatis.jdbc
-
- 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 SqlSesion
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
-
- 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
-
- 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
-
- 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.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
-
- 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.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
It returns database product name as a databaseId
If the user provides a properties it uses it to translate database product name
key="Microsoft SQL Server", value="ms" will return "ms"
It can return null, if no database product name or
a properties was specified and no translation was found
- 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
-