-
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.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.mapping.DefaultDatabaseIdProvider org.apache.ibatis.reflection.OptionalUtil Since 3.5.0, Will remove this class at future(next major version up).
-
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.
-
Methods Method Description org.apache.ibatis.builder.MapperBuilderAssistant.getLanguageDriver(Class<? extends LanguageDriver>) org.apache.ibatis.executor.BatchResult.getParameterObject() org.apache.ibatis.jdbc.ScriptRunner.closeConnection() Since 3.5.4, this method is deprecated. Please close theConnection
outside of this class.org.apache.ibatis.jdbc.SqlRunner.closeConnection() Since 3.5.4, this method is deprecated. Please close theConnection
outside of this class.org.apache.ibatis.mapping.MappedStatement.Builder.resulSets(String) org.apache.ibatis.mapping.MappedStatement.getResulSets() org.apache.ibatis.session.Configuration.getDefaultScriptingLanuageInstance() org.apache.ibatis.type.BaseTypeHandler.setConfiguration(Configuration) Since 3.5.0 - See https://github.com/mybatis/mybatis-3/issues/1203. This property 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. This constructor will remove at a future version.org.apache.ibatis.builder.xml.XMLMapperBuilder(Reader, Configuration, String, Map<String, XNode>, String) org.apache.ibatis.type.UnknownTypeHandler(TypeHandlerRegistry) Since 3.5.4, please use theUnknownTypeHandler(Configuration)
.