Package and Description |
---|
org.apache.ibatis.logging.log4j
Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. This package will remove future.
|
Class and Description |
---|
org.apache.ibatis.executor.loader.CglibProxyFactory |
org.apache.ibatis.executor.loader.cglib.CglibProxyFactory
Since 3.5.10, use Javassist instead.
|
org.apache.ibatis.mapping.DefaultDatabaseIdProvider |
org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap
Since 3.5.5
|
org.apache.ibatis.io.ExternalResources |
org.apache.ibatis.executor.loader.JavassistProxyFactory |
org.apache.ibatis.logging.log4j.Log4jImpl
Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. This class will remove future.
|
org.apache.ibatis.cache.NullCacheKey
Since 3.5.3, This class never used and will be removed future version.
|
org.apache.ibatis.reflection.OptionalUtil
Since 3.5.0, Will remove this class at future(next major version up).
|
org.apache.ibatis.jdbc.SelectBuilder
Use the
SQL Class |
org.apache.ibatis.jdbc.SqlBuilder
Use the
SQL Class |
Exceptions and Description |
---|
org.apache.ibatis.exceptions.IbatisException |
Field and Description |
---|
org.apache.ibatis.type.BaseTypeHandler.configuration
Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This field will remove future.
|
org.apache.ibatis.reflection.Jdk.dateAndTimeApiExists
Since 3.5.0, Will remove this field at feature(next major version up)
|
org.apache.ibatis.reflection.Jdk.optionalExists
Since 3.5.0, Will remove this field at feature(next major version up)
|
org.apache.ibatis.reflection.Jdk.parameterExists
Since 3.5.0, Will remove this field at feature(next major version up)
|
Constructor and Description |
---|
org.apache.ibatis.scripting.xmltags.ForEachSqlNode(Configuration, SqlNode, String, String, String, String, String, String) |
org.apache.ibatis.builder.annotation.ProviderSqlSource(Configuration, Object)
Since 3.5.3, Please use the
ProviderSqlSource(Configuration, Annotation, Class, Method)
instead of this. |
org.apache.ibatis.builder.annotation.ProviderSqlSource(Configuration, Object, Class<?>, Method)
Since 3.5.3, Please use the
ProviderSqlSource(Configuration, Annotation, Class, Method) instead of this. |
org.apache.ibatis.type.UnknownTypeHandler(TypeHandlerRegistry)
Since 3.5.4, please use the
UnknownTypeHandler(Configuration) . |
org.apache.ibatis.builder.xml.XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>) |
org.apache.ibatis.builder.xml.XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>, String) |
Copyright © 2009–2024. All rights reserved.