-
Packages Package Description org.apache.ibatis.logging.log4j Since 3.5.9 - See https://github.com/mybatis/mybatis-3/issues/1223. This package will remove future.
-
Classes Class Description org.apache.ibatis.cache.NullCacheKey Since 3.5.3, This class never used and will be removed future version.org.apache.ibatis.executor.loader.cglib.CglibProxyFactory Since 3.5.10, use Javassist instead.org.apache.ibatis.executor.loader.CglibProxyFactory org.apache.ibatis.executor.loader.JavassistProxyFactory org.apache.ibatis.io.ExternalResources org.apache.ibatis.jdbc.SelectBuilder Use theSQL
Classorg.apache.ibatis.jdbc.SqlBuilder Use theSQL
Classorg.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.mapping.DefaultDatabaseIdProvider org.apache.ibatis.reflection.OptionalUtil Since 3.5.0, Will remove this class at future(next major version up).org.apache.ibatis.session.defaults.DefaultSqlSession.StrictMap Since 3.5.5
-
Exceptions Exceptions Description org.apache.ibatis.exceptions.IbatisException
-
Fields Field Description 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)org.apache.ibatis.type.BaseTypeHandler.configuration Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This field will remove future.
-
Constructors Constructor Description org.apache.ibatis.builder.annotation.ProviderSqlSource(Configuration, Object) Since 3.5.3, Please use theProviderSqlSource(Configuration, Annotation, Class, Method)
instead of this.org.apache.ibatis.builder.xml.XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>, String) org.apache.ibatis.scripting.xmltags.ForEachSqlNode(Configuration, SqlNode, String, String, String, String, String, String) org.apache.ibatis.type.UnknownTypeHandler(TypeHandlerRegistry) Since 3.5.4, please use theUnknownTypeHandler(Configuration)
.