Class and Description |
---|
org.apache.ibatis.executor.loader.CglibProxyFactory |
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.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)
|
Method and Description |
---|
org.apache.ibatis.jdbc.SqlRunner.closeConnection()
Since 3.5.4, this method is deprecated. Please close the
Connection outside of this class. |
org.apache.ibatis.jdbc.ScriptRunner.closeConnection()
Since 3.5.4, this method is deprecated. Please close the
Connection outside of this class. |
org.apache.ibatis.session.Configuration.getDefaultScriptingLanuageInstance() |
org.apache.ibatis.builder.MapperBuilderAssistant.getLanguageDriver(Class<? extends LanguageDriver>) |
org.apache.ibatis.executor.BatchResult.getParameterObject() |
org.apache.ibatis.mapping.MappedStatement.getResulSets() |
org.apache.ibatis.mapping.MappedStatement.Builder.resulSets(String) |
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.
|
Constructor and Description |
---|
org.apache.ibatis.builder.annotation.ProviderSqlSource(Configuration, Object)
Since 3.5.3, Please use the
ProviderSqlSource.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.ProviderSqlSource(Configuration, Annotation, Class, Method) instead of this. |
org.apache.ibatis.type.UnknownTypeHandler(TypeHandlerRegistry)
Since 3.5.4, please use the
UnknownTypeHandler.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–2020 MyBatis.org. All rights reserved.