Binary compatibility report for the library mybatis from version 3.0.3 to 3.0.4
Summary
1 |
404 |
2342 / 302 |
Incompatible |
Problem Summary
Added Methods (54)
mybatis-3.0.4.jar, BigIntegerTypeHandler.class
package org.apache.ibatis.type
BigIntegerTypeHandler.BigIntegerTypeHandler ( )
[ run-time name: org/apache/ibatis/type/BigIntegerTypeHandler."<init>":()V ]
BigIntegerTypeHandler.getNullableResult ( java.sql.CallableStatement cs, int columnIndex ):Object
[ run-time name: org/apache/ibatis/type/BigIntegerTypeHandler.getNullableResult:(Ljava/sql/CallableStatement;I)Ljava/lang/Object; ]
BigIntegerTypeHandler.getNullableResult ( java.sql.ResultSet rs, String columnName ):Object
[ run-time name: org/apache/ibatis/type/BigIntegerTypeHandler.getNullableResult:(Ljava/sql/ResultSet;Ljava/lang/String;)Ljava/lang/Object; ]
BigIntegerTypeHandler.setNonNullParameter ( java.sql.PreparedStatement ps, int i, Object parameter, JdbcType jdbcType ):void
[ run-time name: org/apache/ibatis/type/BigIntegerTypeHandler.setNonNullParameter:(Ljava/sql/PreparedStatement;ILjava/lang/Object;Lorg/apache/ibatis/type/JdbcType;)V ]
mybatis-3.0.4.jar, Configuration.class
package org.apache.ibatis.session
Configuration.addCacheRef ( String namespace, String referencedNamespace ):void
[ run-time name: org/apache/ibatis/session/Configuration.addCacheRef:(Ljava/lang/String;Ljava/lang/String;)V ]
Configuration.addResource ( String namespace, String resource ):void
[ run-time name: org/apache/ibatis/session/Configuration.addResource:(Ljava/lang/String;Ljava/lang/String;)V ]
Configuration.addStatementNodes ( String namespace, java.util.List nodes ):void
[ run-time name: org/apache/ibatis/session/Configuration.addStatementNodes:(Ljava/lang/String;Ljava/util/List;)V ]
Configuration.buildAllStatements ( ):void
[ run-time name: org/apache/ibatis/session/Configuration.buildAllStatements:()V ]
Configuration.buildStatementsForNamespace ( String namespace ):void
[ run-time name: org/apache/ibatis/session/Configuration.buildStatementsForNamespace:(Ljava/lang/String;)V ]
Configuration.buildStatementsFromId ( String id ):void
[ run-time name: org/apache/ibatis/session/Configuration.buildStatementsFromId:(Ljava/lang/String;)V ]
Configuration.extractNamespace ( String statementId ):String
[ run-time name: org/apache/ibatis/session/Configuration.extractNamespace:(Ljava/lang/String;)Ljava/lang/String; ]
Configuration.parseStatementNodes ( org.apache.ibatis.builder.MapperBuilderAssistant builderAssistant, java.util.List list ):void
[ run-time name: org/apache/ibatis/session/Configuration.parseStatementNodes:(Lorg/apache/ibatis/builder/MapperBuilderAssistant;Ljava/util/List;)V ]
mybatis-3.0.4.jar, FastResultSetHandler.class
package org.apache.ibatis.executor.resultset
FastResultSetHandler.createParameterizedResultObject ( java.sql.ResultSet rs, Class resultType, java.util.List constructorMappings, java.util.List constructorArgTypes, java.util.List constructorArgs ):Object
[ run-time name: org/apache/ibatis/executor/resultset/FastResultSetHandler.createParameterizedResultObject:(Ljava/sql/ResultSet;Ljava/lang/Class;Ljava/util/List;Ljava/util/List;Ljava/util/List;)Ljava/lang/Object; ]
FastResultSetHandler.createResultObject ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, java.util.List constructorArgTypes, java.util.List constructorArgs ):Object
[ run-time name: org/apache/ibatis/executor/resultset/FastResultSetHandler.createResultObject:(Ljava/sql/ResultSet;Lorg/apache/ibatis/mapping/ResultMap;Ljava/util/List;Ljava/util/List;)Ljava/lang/Object; ]
mybatis-3.0.4.jar, PropertyCopier.class
package org.apache.ibatis.reflection.property
PropertyCopier.copyBeanProperties ( Class type, Object sourceBean, Object destinationBean ) [static]:void
[ run-time name: org/apache/ibatis/reflection/property/PropertyCopier.copyBeanProperties:(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Object;)V ]
PropertyCopier.PropertyCopier ( )
[ run-time name: org/apache/ibatis/reflection/property/PropertyCopier."<init>":()V ]
mybatis-3.0.4.jar, ReaderInputStream.class
package org.apache.ibatis.io
ReaderInputStream.available ( ):int
[ run-time name: org/apache/ibatis/io/ReaderInputStream.available:()I ]
ReaderInputStream.close ( ):void
[ run-time name: org/apache/ibatis/io/ReaderInputStream.close:()V ]
ReaderInputStream.mark ( int limit ):void
[ run-time name: org/apache/ibatis/io/ReaderInputStream.mark:(I)V ]
ReaderInputStream.markSupported ( ):boolean
[ run-time name: org/apache/ibatis/io/ReaderInputStream.markSupported:()Z ]
ReaderInputStream.read ( ):int
[ run-time name: org/apache/ibatis/io/ReaderInputStream.read:()I ]
ReaderInputStream.read ( byte[] b, int off, int len ):int
[ run-time name: org/apache/ibatis/io/ReaderInputStream.read:([BII)I ]
ReaderInputStream.ReaderInputStream ( java.io.Reader reader )
[ run-time name: org/apache/ibatis/io/ReaderInputStream."<init>":(Ljava/io/Reader;)V ]
ReaderInputStream.ReaderInputStream ( java.io.Reader reader, String encoding )
[ run-time name: org/apache/ibatis/io/ReaderInputStream."<init>":(Ljava/io/Reader;Ljava/lang/String;)V ]
ReaderInputStream.reset ( ):void
[ run-time name: org/apache/ibatis/io/ReaderInputStream.reset:()V ]
mybatis-3.0.4.jar, ResultLoaderMap.class
package org.apache.ibatis.executor.loader
ResultLoaderMap.getPropertyNames ( ):java.util.Set
[ run-time name: org/apache/ibatis/executor/loader/ResultLoaderMap.getPropertyNames:()Ljava/util/Set; ]
mybatis-3.0.4.jar, ResultMap.class
package org.apache.ibatis.annotations
ResultMap.value ( ) [abstract]:String
[ run-time name: org/apache/ibatis/annotations/ResultMap.value:()Ljava/lang/String; ]
mybatis-3.0.4.jar, ResultObjectProxy.class
package org.apache.ibatis.executor.loader
ResultObjectProxy.createDeserializationProxy ( Object target, java.util.Set unloadedProperties, org.apache.ibatis.reflection.factory.ObjectFactory objectFactory, java.util.List constructorArgTypes, java.util.List constructorArgs ) [static]:Object
[ run-time name: org/apache/ibatis/executor/loader/ResultObjectProxy.createDeserializationProxy:(Ljava/lang/Object;Ljava/util/Set;Lorg/apache/ibatis/reflection/factory/ObjectFactory;Ljava/util/List;Ljava/util/List;)Ljava/lang/Object; ]
ResultObjectProxy.createProxy ( Object target, ResultLoaderMap lazyLoader, boolean aggressive, org.apache.ibatis.reflection.factory.ObjectFactory objectFactory, java.util.List constructorArgTypes, java.util.List constructorArgs ) [static]:Object
[ run-time name: org/apache/ibatis/executor/loader/ResultObjectProxy.createProxy:(Ljava/lang/Object;Lorg/apache/ibatis/executor/loader/ResultLoaderMap;ZLorg/apache/ibatis/reflection/factory/ObjectFactory;Ljava/util/List;Ljava/util/List;)Ljava/lang/Object; ]
mybatis-3.0.4.jar, SelectKey.class
package org.apache.ibatis.annotations
SelectKey.before ( ) [abstract]:boolean
[ run-time name: org/apache/ibatis/annotations/SelectKey.before:()Z ]
SelectKey.keyProperty ( ) [abstract]:String
[ run-time name: org/apache/ibatis/annotations/SelectKey.keyProperty:()Ljava/lang/String; ]
SelectKey.resultType ( ) [abstract]:Class
[ run-time name: org/apache/ibatis/annotations/SelectKey.resultType:()Ljava/lang/Class; ]
SelectKey.statement ( ) [abstract]:String[]
[ run-time name: org/apache/ibatis/annotations/SelectKey.statement:()[Ljava/lang/String; ]
SelectKey.statementType ( ) [abstract]:org.apache.ibatis.mapping.StatementType
[ run-time name: org/apache/ibatis/annotations/SelectKey.statementType:()Lorg/apache/ibatis/mapping/StatementType; ]
mybatis-3.0.4.jar, SerialStateHolder.class
package org.apache.ibatis.executor.loader
SerialStateHolder.readResolve ( ):Object
[ run-time name: org/apache/ibatis/executor/loader/SerialStateHolder.readResolve:()Ljava/lang/Object; ]
SerialStateHolder.SerialStateHolder ( Object userBean, java.util.Set unloadedProperties, org.apache.ibatis.reflection.factory.ObjectFactory objectFactory, java.util.List constructorArgTypes, java.util.List constructorArgs )
[ run-time name: org/apache/ibatis/executor/loader/SerialStateHolder."<init>":(Ljava/lang/Object;Ljava/util/Set;Lorg/apache/ibatis/reflection/factory/ObjectFactory;Ljava/util/List;Ljava/util/List;)V ]
mybatis-3.0.4.jar, SqlSessionFactoryBuilder.class
package org.apache.ibatis.session
SqlSessionFactoryBuilder.build ( java.io.InputStream inputStream ):SqlSessionFactory
[ run-time name: org/apache/ibatis/session/SqlSessionFactoryBuilder.build:(Ljava/io/InputStream;)Lorg/apache/ibatis/session/SqlSessionFactory; ]
SqlSessionFactoryBuilder.build ( java.io.InputStream inputStream, java.util.Properties properties ):SqlSessionFactory
[ run-time name: org/apache/ibatis/session/SqlSessionFactoryBuilder.build:(Ljava/io/InputStream;Ljava/util/Properties;)Lorg/apache/ibatis/session/SqlSessionFactory; ]
SqlSessionFactoryBuilder.build ( java.io.InputStream inputStream, String environment ):SqlSessionFactory
[ run-time name: org/apache/ibatis/session/SqlSessionFactoryBuilder.build:(Ljava/io/InputStream;Ljava/lang/String;)Lorg/apache/ibatis/session/SqlSessionFactory; ]
SqlSessionFactoryBuilder.build ( java.io.InputStream inputStream, String environment, java.util.Properties props ):SqlSessionFactory
[ run-time name: org/apache/ibatis/session/SqlSessionFactoryBuilder.build:(Ljava/io/InputStream;Ljava/lang/String;Ljava/util/Properties;)Lorg/apache/ibatis/session/SqlSessionFactory; ]
mybatis-3.0.4.jar, SqlSessionManager.class
package org.apache.ibatis.session
SqlSessionManager.newInstance ( java.io.InputStream inputStream ) [static]:SqlSessionManager
[ run-time name: org/apache/ibatis/session/SqlSessionManager.newInstance:(Ljava/io/InputStream;)Lorg/apache/ibatis/session/SqlSessionManager; ]
SqlSessionManager.newInstance ( java.io.InputStream inputStream, java.util.Properties properties ) [static]:SqlSessionManager
[ run-time name: org/apache/ibatis/session/SqlSessionManager.newInstance:(Ljava/io/InputStream;Ljava/util/Properties;)Lorg/apache/ibatis/session/SqlSessionManager; ]
SqlSessionManager.newInstance ( java.io.InputStream inputStream, String environment ) [static]:SqlSessionManager
[ run-time name: org/apache/ibatis/session/SqlSessionManager.newInstance:(Ljava/io/InputStream;Ljava/lang/String;)Lorg/apache/ibatis/session/SqlSessionManager; ]
mybatis-3.0.4.jar, WriteReplaceInterface.class
package org.apache.ibatis.executor.loader
WriteReplaceInterface.writeReplace ( ) [abstract]:Object
[ run-time name: org/apache/ibatis/executor/loader/WriteReplaceInterface.writeReplace:()Ljava/lang/Object; ]
mybatis-3.0.4.jar, XMLConfigBuilder.class
package org.apache.ibatis.builder.xml
XMLConfigBuilder.XMLConfigBuilder ( java.io.InputStream inputStream )
[ run-time name: org/apache/ibatis/builder/xml/XMLConfigBuilder."<init>":(Ljava/io/InputStream;)V ]
XMLConfigBuilder.XMLConfigBuilder ( java.io.InputStream inputStream, String environment )
[ run-time name: org/apache/ibatis/builder/xml/XMLConfigBuilder."<init>":(Ljava/io/InputStream;Ljava/lang/String;)V ]
XMLConfigBuilder.XMLConfigBuilder ( java.io.InputStream inputStream, String environment, java.util.Properties props )
[ run-time name: org/apache/ibatis/builder/xml/XMLConfigBuilder."<init>":(Ljava/io/InputStream;Ljava/lang/String;Ljava/util/Properties;)V ]
mybatis-3.0.4.jar, XMLMapperBuilder.class
package org.apache.ibatis.builder.xml
XMLMapperBuilder.XMLMapperBuilder ( java.io.InputStream inputStream, org.apache.ibatis.session.Configuration configuration, String resource, java.util.Map sqlFragments )
[ run-time name: org/apache/ibatis/builder/xml/XMLMapperBuilder."<init>":(Ljava/io/InputStream;Lorg/apache/ibatis/session/Configuration;Ljava/lang/String;Ljava/util/Map;)V ]
XMLMapperBuilder.XMLMapperBuilder ( java.io.InputStream inputStream, org.apache.ibatis.session.Configuration configuration, String resource, java.util.Map sqlFragments, String namespace )
[ run-time name: org/apache/ibatis/builder/xml/XMLMapperBuilder."<init>":(Ljava/io/InputStream;Lorg/apache/ibatis/session/Configuration;Ljava/lang/String;Ljava/util/Map;Ljava/lang/String;)V ]
mybatis-3.0.4.jar, XMLStatementBuilder.class
package org.apache.ibatis.builder.xml
XMLStatementBuilder.XMLStatementBuilder ( org.apache.ibatis.session.Configuration configuration, org.apache.ibatis.builder.MapperBuilderAssistant builderAssistant )
[ run-time name: org/apache/ibatis/builder/xml/XMLStatementBuilder."<init>":(Lorg/apache/ibatis/session/Configuration;Lorg/apache/ibatis/builder/MapperBuilderAssistant;)V ]
mybatis-3.0.4.jar, XPathParser.class
package org.apache.ibatis.parsing
XPathParser.XPathParser ( java.io.InputStream inputStream )
[ run-time name: org/apache/ibatis/parsing/XPathParser."<init>":(Ljava/io/InputStream;)V ]
XPathParser.XPathParser ( java.io.InputStream inputStream, boolean validation )
[ run-time name: org/apache/ibatis/parsing/XPathParser."<init>":(Ljava/io/InputStream;Z)V ]
XPathParser.XPathParser ( java.io.InputStream inputStream, boolean validation, java.util.Properties variables )
[ run-time name: org/apache/ibatis/parsing/XPathParser."<init>":(Ljava/io/InputStream;ZLjava/util/Properties;)V ]
XPathParser.XPathParser ( java.io.InputStream inputStream, boolean validation, java.util.Properties variables, org.xml.sax.EntityResolver entityResolver )
[ run-time name: org/apache/ibatis/parsing/XPathParser."<init>":(Ljava/io/InputStream;ZLjava/util/Properties;Lorg/xml/sax/EntityResolver;)V ]
to the top
Removed Methods (8)
mybatis-3.0.3.jar, FastResultSetHandler.class
package org.apache.ibatis.executor.resultset
FastResultSetHandler.createParameterizedResultObject ( java.sql.ResultSet rs, Class resultType, java.util.List constructorMappings ):Object
[ run-time name: org/apache/ibatis/executor/resultset/FastResultSetHandler.createParameterizedResultObject:(Ljava/sql/ResultSet;Ljava/lang/Class;Ljava/util/List;)Ljava/lang/Object; ]
FastResultSetHandler.createResultObject ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap ):Object
[ run-time name: org/apache/ibatis/executor/resultset/FastResultSetHandler.createResultObject:(Ljava/sql/ResultSet;Lorg/apache/ibatis/mapping/ResultMap;)Ljava/lang/Object; ]
mybatis-3.0.3.jar, ResultObjectProxy.class
package org.apache.ibatis.executor.loader
ResultObjectProxy.createProxy ( Object target, ResultLoaderMap lazyLoader, boolean aggressive ) [static]:Object
[ run-time name: org/apache/ibatis/executor/loader/ResultObjectProxy.createProxy:(Ljava/lang/Object;Lorg/apache/ibatis/executor/loader/ResultLoaderMap;Z)Ljava/lang/Object; ]
mybatis-3.0.3.jar, XMLStatementBuilder.class
package org.apache.ibatis.builder.xml
XMLStatementBuilder.XMLStatementBuilder ( org.apache.ibatis.session.Configuration configuration, org.apache.ibatis.builder.MapperBuilderAssistant builderAssistant, XMLMapperBuilder xmlMapperParser )
[ run-time name: org/apache/ibatis/builder/xml/XMLStatementBuilder."<init>":(Lorg/apache/ibatis/session/Configuration;Lorg/apache/ibatis/builder/MapperBuilderAssistant;Lorg/apache/ibatis/builder/xml/XMLMapperBuilder;)V ]
mybatis-3.0.3.jar, XPathParser.class
package org.apache.ibatis.parsing
XPathParser.XPathParser ( java.io.Reader reader )
[ run-time name: org/apache/ibatis/parsing/XPathParser."<init>":(Ljava/io/Reader;)V ]
XPathParser.XPathParser ( java.io.Reader reader, boolean validation )
[ run-time name: org/apache/ibatis/parsing/XPathParser."<init>":(Ljava/io/Reader;Z)V ]
XPathParser.XPathParser ( java.io.Reader reader, boolean validation, java.util.Properties variables )
[ run-time name: org/apache/ibatis/parsing/XPathParser."<init>":(Ljava/io/Reader;ZLjava/util/Properties;)V ]
XPathParser.XPathParser ( java.io.Reader reader, boolean validation, java.util.Properties variables, org.xml.sax.EntityResolver entityResolver )
[ run-time name: org/apache/ibatis/parsing/XPathParser."<init>":(Ljava/io/Reader;ZLjava/util/Properties;Lorg/xml/sax/EntityResolver;)V ]
to the top
Problems with Data Types, High risk (3)
mybatis-3.0.3.jar
package org.apache.ibatis.executor.loader
[+] ResultLoaderMap (1)
|
Removed super-interface java.io.Serializable. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (11)
ResultLoaderMap.addLoader ( String property, org.apache.ibatis.reflection.MetaObject metaResultObject, ResultLoader resultLoader ):
This method is from 'ResultLoaderMap' class.
ResultLoaderMap.hasLoader ( String methodName ):
This method is from 'ResultLoaderMap' class.
ResultLoaderMap.load ( String property ):
This method is from 'ResultLoaderMap' class.
ResultLoaderMap.loadAll ( ):
This method is from 'ResultLoaderMap' class.
ResultLoaderMap.ResultLoaderMap ( ):
This constructor is from 'ResultLoaderMap' class.
ResultLoaderMap.size ( ):
This method is from 'ResultLoaderMap' class.
org.apache.ibatis.executor.resultset.FastResultSetHandler.applyPropertyMappings ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, java.util.List mappedColumnNames, org.apache.ibatis.reflection.MetaObject metaObject, ResultLoaderMap lazyLoader ):
5th parameter 'lazyLoader' of this method has type 'ResultLoaderMap'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.createResultObject ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, ResultLoaderMap lazyLoader ):
3rd parameter 'lazyLoader' of this method has type 'ResultLoaderMap'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.getNestedQueryMappingValue ( java.sql.ResultSet rs, org.apache.ibatis.reflection.MetaObject metaResultObject, org.apache.ibatis.mapping.ResultMapping propertyMapping, ResultLoaderMap lazyLoader ):
4th parameter 'lazyLoader' of this method has type 'ResultLoaderMap'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.getPropertyMappingValue ( java.sql.ResultSet rs, org.apache.ibatis.reflection.MetaObject metaResultObject, org.apache.ibatis.mapping.ResultMapping propertyMapping, ResultLoaderMap lazyLoader ):
4th parameter 'lazyLoader' of this method has type 'ResultLoaderMap'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.instantiateResultLoaderMap ( ):
Return value of this method has type 'ResultLoaderMap'.
package org.apache.ibatis.mapping
[+] Environment (1)
|
This class become final. | A client program may be interrupted by VerifyError exception. |
[+] affected methods (7)
Environment.Environment ( String id, org.apache.ibatis.transaction.TransactionFactory transactionFactory, javax.sql.DataSource dataSource ):
This constructor is from 'Environment' class.
Environment.getDataSource ( ):
This method is from 'Environment' class.
Environment.getId ( ):
This method is from 'Environment' class.
Environment.getTransactionFactory ( ):
This method is from 'Environment' class.
org.apache.ibatis.session.Configuration.Configuration ( Environment environment ):
1st parameter 'environment' of this method has type 'Environment'.
org.apache.ibatis.session.Configuration.getEnvironment ( ):
Return value of this method has type 'Environment'.
org.apache.ibatis.session.Configuration.setEnvironment ( Environment environment ):
1st parameter 'environment' of this method has type 'Environment'.
package org.apache.ibatis.type
[+] TypeHandlerRegistry (1)
|
This class become final. | A client program may be interrupted by VerifyError exception. |
[+] affected methods (13)
org.apache.ibatis.session.Configuration.getTypeHandlerRegistry ( ):
Return value of this method has type 'TypeHandlerRegistry'.
TypeHandlerRegistry.getTypeHandler ( Class type ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.getTypeHandler ( Class type, JdbcType jdbcType ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.getTypeHandler ( JdbcType jdbcType ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.getUnkownTypeHandler ( ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.hasTypeHandler ( Class javaType ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.hasTypeHandler ( Class javaType, JdbcType jdbcType ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.register ( Class type, JdbcType jdbcType, TypeHandler handler ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.register ( Class type, TypeHandler handler ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.register ( JdbcType jdbcType, TypeHandler handler ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.register ( String packageName ):
This method is from 'TypeHandlerRegistry' class.
TypeHandlerRegistry.TypeHandlerRegistry ( ):
This constructor is from 'TypeHandlerRegistry' class.
UnknownTypeHandler.UnknownTypeHandler ( TypeHandlerRegistry typeHandlerRegistry ):
1st parameter 'typeHandlerRegistry' of this method has type 'TypeHandlerRegistry'.
to the top
Problems with Data Types, Low risk (3)
Shorthand notations: this - reference to method's object.
mybatis-3.0.3.jar
package org.apache.ibatis.session
[+] Configuration (3)
|
Field cacheRefMap has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field resourceMap has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
Field statementNodesToParse has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class and cause IncompatibleClassChangeError exception. |
[+] affected methods (170)
org.apache.ibatis.binding.MapperRegistry.MapperRegistry ( Configuration config ):
1st parameter 'config' of this method has type 'Configuration'.
org.apache.ibatis.builder.annotation.MapperAnnotationBuilder.MapperAnnotationBuilder ( Configuration configuration, Class type ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.annotation.ProviderSqlSource.ProviderSqlSource ( Configuration config, Object provider ):
1st parameter 'config' of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.BaseBuilder ( Configuration configuration ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.booleanValueOf ( String value, Boolean defaultValue ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.getConfiguration ( ):
Return value of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.integerValueOf ( String value, Integer defaultValue ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.resolveAlias ( String alias ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.resolveClass ( String alias ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.resolveInstance ( Class type ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.resolveInstance ( String alias ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.resolveJdbcType ( String alias ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.resolveParameterMode ( String alias ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.resolveResultSetType ( String alias ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.BaseBuilder.stringValueOf ( String value, String defaultValue ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.builder.MapperBuilderAssistant.MapperBuilderAssistant ( Configuration configuration, String resource ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.SqlSourceBuilder.SqlSourceBuilder ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.StaticSqlSource.StaticSqlSource ( Configuration configuration, String sql ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.StaticSqlSource.StaticSqlSource ( Configuration configuration, String sql, java.util.List parameterMappings ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.dynamic.DynamicContext.DynamicContext ( Configuration configuration, Object parameterObject ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.dynamic.DynamicSqlSource.DynamicSqlSource ( Configuration configuration, org.apache.ibatis.builder.xml.dynamic.SqlNode rootSqlNode ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.dynamic.ForEachSqlNode.ForEachSqlNode ( Configuration configuration, org.apache.ibatis.builder.xml.dynamic.SqlNode contents, String collectionExpression, String index, String item, String open, String close, String separator ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.dynamic.SetSqlNode.SetSqlNode ( Configuration configuration, org.apache.ibatis.builder.xml.dynamic.SqlNode contents ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.dynamic.TrimSqlNode.TrimSqlNode ( Configuration configuration, org.apache.ibatis.builder.xml.dynamic.SqlNode contents, String prefix, String prefixesToOverride, String suffix, String suffixesToOverride ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.dynamic.WhereSqlNode.WhereSqlNode ( Configuration configuration, org.apache.ibatis.builder.xml.dynamic.SqlNode contents ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.XMLConfigBuilder.parse ( ):
Return value of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.XMLMapperBuilder.XMLMapperBuilder ( java.io.Reader reader, Configuration configuration, String resource, java.util.Map sqlFragments ):
2nd parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.builder.xml.XMLMapperBuilder.XMLMapperBuilder ( java.io.Reader reader, Configuration configuration, String resource, java.util.Map sqlFragments, String namespace ):
2nd parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.BaseExecutor ( Configuration configuration, org.apache.ibatis.transaction.Transaction transaction ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.clearLocalCache ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.close ( boolean forceRollback ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.closeStatement ( java.sql.Statement statement ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.commit ( boolean required ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.createCacheKey ( org.apache.ibatis.mapping.MappedStatement ms, Object parameterObject, RowBounds rowBounds ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.deferLoad ( org.apache.ibatis.mapping.MappedStatement ms, org.apache.ibatis.reflection.MetaObject resultObject, String property, org.apache.ibatis.cache.CacheKey key ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.doFlushStatements ( ):
Field 'this.configuration' in the object of this abstract method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.doQuery ( org.apache.ibatis.mapping.MappedStatement p1, Object p2, RowBounds p3, ResultHandler p4 ):
Field 'this.configuration' in the object of this abstract method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.doUpdate ( org.apache.ibatis.mapping.MappedStatement p1, Object p2 ):
Field 'this.configuration' in the object of this abstract method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.flushStatements ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.getTransaction ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.isCached ( org.apache.ibatis.mapping.MappedStatement ms, org.apache.ibatis.cache.CacheKey key ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.isClosed ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.query ( org.apache.ibatis.mapping.MappedStatement ms, Object parameter, RowBounds rowBounds, ResultHandler resultHandler ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.rollback ( boolean required ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BaseExecutor.update ( org.apache.ibatis.mapping.MappedStatement ms, Object parameter ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.BatchExecutor.BatchExecutor ( Configuration configuration, org.apache.ibatis.transaction.Transaction transaction ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.executor.loader.ResultLoader.loadResult ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.loader.ResultLoader.ResultLoader ( Configuration config, org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameterObject, Class targetType ):
1st parameter 'config' of this method has type 'Configuration'.
org.apache.ibatis.executor.loader.ResultLoader.wasNull ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.loader.ResultLoaderMap.addLoader ( String property, org.apache.ibatis.reflection.MetaObject metaResultObject, org.apache.ibatis.executor.loader.ResultLoader resultLoader ):
Field 'resultLoader.configuration' in 3rd parameter 'resultLoader' of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.applyAutomaticMappings ( java.sql.ResultSet rs, java.util.List unmappedColumnNames, org.apache.ibatis.reflection.MetaObject metaObject ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.applyPropertyMappings ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, java.util.List mappedColumnNames, org.apache.ibatis.reflection.MetaObject metaObject, org.apache.ibatis.executor.loader.ResultLoaderMap lazyLoader ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.cleanUpAfterHandlingResultSet ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.collapseSingleResultList ( java.util.List multipleResults ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.createPrimitiveResultObject ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.createResultObject ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, org.apache.ibatis.executor.loader.ResultLoaderMap lazyLoader ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.FastResultSetHandler ( org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement mappedStatement, org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler, ResultHandler resultHandler, org.apache.ibatis.mapping.BoundSql boundSql, RowBounds rowBounds ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.getDiscriminatorValue ( java.sql.ResultSet rs, org.apache.ibatis.mapping.Discriminator discriminator ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.getNestedQueryMappingValue ( java.sql.ResultSet rs, org.apache.ibatis.reflection.MetaObject metaResultObject, org.apache.ibatis.mapping.ResultMapping propertyMapping, org.apache.ibatis.executor.loader.ResultLoaderMap lazyLoader ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.getNextResultSet ( java.sql.Statement stmt ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.getPropertyMappingValue ( java.sql.ResultSet rs, org.apache.ibatis.reflection.MetaObject metaResultObject, org.apache.ibatis.mapping.ResultMapping propertyMapping, org.apache.ibatis.executor.loader.ResultLoaderMap lazyLoader ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.getRowValue ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, org.apache.ibatis.cache.CacheKey rowKey ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.handleOutputParameters ( java.sql.CallableStatement cs ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.handleRefCursorOutputParameter ( java.sql.CallableStatement cs, org.apache.ibatis.mapping.ParameterMapping parameterMapping, int parameterMappingIndex, org.apache.ibatis.reflection.MetaObject metaParam ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.handleResultSet ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, java.util.List multipleResults ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.handleResultSets ( java.sql.Statement stmt ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.handleRowValues ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, ResultHandler resultHandler, RowBounds rowBounds ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.instantiateParameterObject ( Class parameterType ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.instantiateResultLoaderMap ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.loadMappedAndUnmappedColumnNames ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap, java.util.List mappedColumnNames, java.util.List unmappedColumnNames ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.prepareCompositeKeyParameter ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMapping resultMapping, Class parameterType ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.prepareParameterForNestedQuery ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMapping resultMapping, Class parameterType ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.prepareSimpleKeyParameter ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMapping resultMapping, Class parameterType ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.resolveDiscriminatedResultMap ( java.sql.ResultSet rs, org.apache.ibatis.mapping.ResultMap resultMap ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.shouldProcessMoreRows ( java.sql.ResultSet rs, ResultContext context, RowBounds rowBounds ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.skipRows ( java.sql.ResultSet rs, RowBounds rowBounds ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.resultset.FastResultSetHandler.validateResultMapsCount ( java.sql.ResultSet rs, int resultMapCount ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.ReuseExecutor.ReuseExecutor ( Configuration configuration, org.apache.ibatis.transaction.Transaction transaction ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.executor.SimpleExecutor.SimpleExecutor ( Configuration configuration, org.apache.ibatis.transaction.Transaction transaction ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.BaseStatementHandler ( org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameterObject, RowBounds rowBounds, ResultHandler resultHandler ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.closeStatement ( java.sql.Statement statement ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.getBoundSql ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.getParameterHandler ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.instantiateStatement ( java.sql.Connection p1 ):
Field 'this.configuration' in the object of this abstract method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.prepare ( java.sql.Connection connection ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.rebindGeneratedKey ( ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.setFetchSize ( java.sql.Statement stmt ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.executor.statement.BaseStatementHandler.setStatementTimeout ( java.sql.Statement stmt ):
Field 'this.configuration' in the object of this method has type 'Configuration'.
org.apache.ibatis.mapping.BoundSql.BoundSql ( Configuration configuration, String sql, java.util.List parameterMappings, Object parameterObject ):
1st parameter 'configuration' of this method has type 'Configuration'.
org.apache.ibatis.mapping.MappedStatement.getConfiguration ( ):
Return value of this method has type 'Configuration'.
Configuration.addCache ( org.apache.ibatis.cache.Cache cache ):
This method is from 'Configuration' class.
Configuration.addInterceptor ( org.apache.ibatis.plugin.Interceptor interceptor ):
This method is from 'Configuration' class.
Configuration.addKeyGenerator ( String id, org.apache.ibatis.executor.keygen.KeyGenerator keyGenerator ):
This method is from 'Configuration' class.
Configuration.addLoadedResource ( String resource ):
This method is from 'Configuration' class.
Configuration.addMappedStatement ( org.apache.ibatis.mapping.MappedStatement ms ):
This method is from 'Configuration' class.
Configuration.addMapper ( Class type ):
This method is from 'Configuration' class.
Configuration.addMappers ( String packageName ):
This method is from 'Configuration' class.
Configuration.addMappers ( String packageName, Class superType ):
This method is from 'Configuration' class.
Configuration.addParameterMap ( org.apache.ibatis.mapping.ParameterMap pm ):
This method is from 'Configuration' class.
Configuration.addResultMap ( org.apache.ibatis.mapping.ResultMap rm ):
This method is from 'Configuration' class.
Configuration.checkGloballyForDiscriminatedNestedResultMaps ( org.apache.ibatis.mapping.ResultMap rm ):
This method is from 'Configuration' class.
Configuration.checkLocallyForDiscriminatedNestedResultMaps ( org.apache.ibatis.mapping.ResultMap rm ):
This method is from 'Configuration' class.
Configuration.Configuration ( ):
This constructor is from 'Configuration' class.
Configuration.Configuration ( org.apache.ibatis.mapping.Environment environment ):
This constructor is from 'Configuration' class.
Configuration.getAutoMappingBehavior ( ):
This method is from 'Configuration' class.
Configuration.getCache ( String id ):
This method is from 'Configuration' class.
Configuration.getCacheNames ( ):
This method is from 'Configuration' class.
Configuration.getCaches ( ):
This method is from 'Configuration' class.
Configuration.getDefaultExecutorType ( ):
This method is from 'Configuration' class.
Configuration.getDefaultStatementTimeout ( ):
This method is from 'Configuration' class.
Configuration.getEnvironment ( ):
This method is from 'Configuration' class.
Configuration.getKeyGenerator ( String id ):
This method is from 'Configuration' class.
Configuration.getKeyGeneratorNames ( ):
This method is from 'Configuration' class.
Configuration.getKeyGenerators ( ):
This method is from 'Configuration' class.
Configuration.getMappedStatement ( String id ):
This method is from 'Configuration' class.
Configuration.getMappedStatementNames ( ):
This method is from 'Configuration' class.
Configuration.getMappedStatements ( ):
This method is from 'Configuration' class.
Configuration.getMapper ( Class type, SqlSession sqlSession ):
This method is from 'Configuration' class.
Configuration.getObjectFactory ( ):
This method is from 'Configuration' class.
Configuration.getObjectWrapperFactory ( ):
This method is from 'Configuration' class.
Configuration.getParameterMap ( String id ):
This method is from 'Configuration' class.
Configuration.getParameterMapNames ( ):
This method is from 'Configuration' class.
Configuration.getParameterMaps ( ):
This method is from 'Configuration' class.
Configuration.getResultMap ( String id ):
This method is from 'Configuration' class.
Configuration.getResultMapNames ( ):
This method is from 'Configuration' class.
Configuration.getResultMaps ( ):
This method is from 'Configuration' class.
Configuration.getSqlFragments ( ):
This method is from 'Configuration' class.
Configuration.getTypeAliasRegistry ( ):
This method is from 'Configuration' class.
Configuration.getTypeHandlerRegistry ( ):
This method is from 'Configuration' class.
Configuration.getVariables ( ):
This method is from 'Configuration' class.
Configuration.hasCache ( String id ):
This method is from 'Configuration' class.
Configuration.hasKeyGenerator ( String id ):
This method is from 'Configuration' class.
Configuration.hasMapper ( Class type ):
This method is from 'Configuration' class.
Configuration.hasParameterMap ( String id ):
This method is from 'Configuration' class.
Configuration.hasResultMap ( String id ):
This method is from 'Configuration' class.
Configuration.hasStatement ( String statementName ):
This method is from 'Configuration' class.
Configuration.isAggressiveLazyLoading ( ):
This method is from 'Configuration' class.
Configuration.isCacheEnabled ( ):
This method is from 'Configuration' class.
Configuration.isLazyLoadingEnabled ( ):
This method is from 'Configuration' class.
Configuration.isMultipleResultSetsEnabled ( ):
This method is from 'Configuration' class.
Configuration.isResourceLoaded ( String resource ):
This method is from 'Configuration' class.
Configuration.isUseColumnLabel ( ):
This method is from 'Configuration' class.
Configuration.isUseGeneratedKeys ( ):
This method is from 'Configuration' class.
Configuration.newExecutor ( org.apache.ibatis.transaction.Transaction transaction ):
This method is from 'Configuration' class.
Configuration.newExecutor ( org.apache.ibatis.transaction.Transaction transaction, ExecutorType executorType ):
This method is from 'Configuration' class.
Configuration.newMetaObject ( Object object ):
This method is from 'Configuration' class.
Configuration.newParameterHandler ( org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameterObject, org.apache.ibatis.mapping.BoundSql boundSql ):
This method is from 'Configuration' class.
Configuration.newResultSetHandler ( org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement mappedStatement, RowBounds rowBounds, org.apache.ibatis.executor.parameter.ParameterHandler parameterHandler, ResultHandler resultHandler, org.apache.ibatis.mapping.BoundSql boundSql ):
This method is from 'Configuration' class.
Configuration.newStatementHandler ( org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement mappedStatement, Object parameterObject, RowBounds rowBounds, ResultHandler resultHandler ):
This method is from 'Configuration' class.
Configuration.setAggressiveLazyLoading ( boolean aggressiveLazyLoading ):
This method is from 'Configuration' class.
Configuration.setAutoMappingBehavior ( AutoMappingBehavior autoMappingBehavior ):
This method is from 'Configuration' class.
Configuration.setCacheEnabled ( boolean cacheEnabled ):
This method is from 'Configuration' class.
Configuration.setDefaultExecutorType ( ExecutorType defaultExecutorType ):
This method is from 'Configuration' class.
Configuration.setDefaultStatementTimeout ( Integer defaultStatementTimeout ):
This method is from 'Configuration' class.
Configuration.setEnvironment ( org.apache.ibatis.mapping.Environment environment ):
This method is from 'Configuration' class.
Configuration.setLazyLoadingEnabled ( boolean lazyLoadingEnabled ):
This method is from 'Configuration' class.
Configuration.setMultipleResultSetsEnabled ( boolean multipleResultSetsEnabled ):
This method is from 'Configuration' class.
Configuration.setObjectFactory ( org.apache.ibatis.reflection.factory.ObjectFactory objectFactory ):
This method is from 'Configuration' class.
Configuration.setObjectWrapperFactory ( org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory objectWrapperFactory ):
This method is from 'Configuration' class.
Configuration.setUseColumnLabel ( boolean useColumnLabel ):
This method is from 'Configuration' class.
Configuration.setUseGeneratedKeys ( boolean useGeneratedKeys ):
This method is from 'Configuration' class.
Configuration.setVariables ( java.util.Properties variables ):
This method is from 'Configuration' class.
defaults.DefaultSqlSession.DefaultSqlSession ( Configuration configuration, org.apache.ibatis.executor.Executor executor, boolean autoCommit ):
1st parameter 'configuration' of this method has type 'Configuration'.
defaults.DefaultSqlSession.getConfiguration ( ):
Return value of this method has type 'Configuration'.
defaults.DefaultSqlSessionFactory.DefaultSqlSessionFactory ( Configuration configuration ):
1st parameter 'configuration' of this method has type 'Configuration'.
defaults.DefaultSqlSessionFactory.getConfiguration ( ):
Return value of this method has type 'Configuration'.
SqlSession.getConfiguration ( ):
Return value of this abstract method has type 'Configuration'.
SqlSessionFactory.getConfiguration ( ):
Return value of this abstract method has type 'Configuration'.
SqlSessionFactoryBuilder.build ( Configuration config ):
1st parameter 'config' of this method has type 'Configuration'.
SqlSessionManager.getConfiguration ( ):
Return value of this method has type 'Configuration'.
to the top
Problems with Methods, Low risk (2)
mybatis-3.0.3.jar, ResultLoaderMap
package org.apache.ibatis.executor.loader
[+] ResultLoaderMap.hasLoader ( String methodName ):boolean (1)
[ run-time name: org/apache/ibatis/executor/loader/ResultLoaderMap.hasLoader:(Ljava/lang/String;)Z ]
|
Removed java.sql.SQLException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
[+] ResultLoaderMap.size ( ):int (1)
[ run-time name: org/apache/ibatis/executor/loader/ResultLoaderMap.size:()I ]
|
Removed java.sql.SQLException exception thrown.
| A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
to the top
Java ARchives (1)
mybatis-3.0.3.jar
to the top
Classes (404)
package org.apache.ibatis.annotations
Arg
CacheNamespace
CacheNamespaceRef
Case
ConstructorArgs
Delete
DeleteProvider
Insert
InsertProvider
Many
MapKey
One
Options
Param
Result
Results
Select
SelectProvider
TypeDiscriminator
Update
UpdateProvider
package org.apache.ibatis.binding
BindingException
MapperMethod
MapperProxy
MapperRegistry
package org.apache.ibatis.builder
BaseBuilder
BuilderException
MapperBuilderAssistant
SqlSourceBuilder
SqlSourceBuilder.ParameterMappingTokenHandler
StaticSqlSource
package org.apache.ibatis.builder.annotation
MapperAnnotationBuilder
ProviderSqlSource
package org.apache.ibatis.builder.xml
XMLConfigBuilder
XMLMapperBuilder
XMLMapperEntityResolver
XMLStatementBuilder
XMLStatementBuilder.ChooseHandler
XMLStatementBuilder.ForEachHandler
XMLStatementBuilder.IfHandler
XMLStatementBuilder.IncludeNodeHandler
XMLStatementBuilder.NodeHandler
XMLStatementBuilder.OtherwiseHandler
XMLStatementBuilder.SelectKeyHandler
XMLStatementBuilder.SetHandler
XMLStatementBuilder.TrimHandler
XMLStatementBuilder.WhereHandler
package org.apache.ibatis.builder.xml.dynamic
ChooseSqlNode
DynamicContext
DynamicContext.ContextAccessor
DynamicContext.ContextMap
DynamicSqlSource
ExpressionEvaluator
ForEachSqlNode
ForEachSqlNode.FilteredDynamicContext
ForEachSqlNode.PrefixedContext
IfSqlNode
MixedSqlNode
SetSqlNode
SqlNode
TextSqlNode
TextSqlNode.BindingTokenParser
TrimSqlNode
TrimSqlNode.FilteredDynamicContext
WhereSqlNode
package org.apache.ibatis.cache
Cache
CacheException
CacheKey
NullCacheKey
TransactionalCacheManager
package org.apache.ibatis.cache.decorators
FifoCache
LoggingCache
LruCache
ScheduledCache
SerializedCache
SoftCache
SoftCache.SoftEntry
SynchronizedCache
TransactionalCache
TransactionalCache.AddEntry
TransactionalCache.RemoveEntry
WeakCache
WeakCache.WeakEntry
package org.apache.ibatis.datasource
DataSourceException
DataSourceFactory
package org.apache.ibatis.datasource.jndi
JndiDataSourceFactory
package org.apache.ibatis.datasource.pooled
PooledConnection
PooledDataSource
PooledDataSourceFactory
PoolState
package org.apache.ibatis.datasource.unpooled
UnpooledDataSource
UnpooledDataSource.DriverProxy
UnpooledDataSourceFactory
package org.apache.ibatis.exceptions
ExceptionFactory
IbatisException
PersistenceException
TooManyResultsException
package org.apache.ibatis.executor
BaseExecutor
BaseExecutor.DeferredLoad
BatchExecutor
BatchExecutorException
BatchResult
CachingExecutor
ErrorContext
ExecutionPlaceholder
Executor
ExecutorException
ReuseExecutor
SimpleExecutor
package org.apache.ibatis.executor.keygen
Jdbc3KeyGenerator
KeyGenerator
NoKeyGenerator
SelectKeyGenerator
package org.apache.ibatis.executor.loader
ResultLoader
ResultLoaderMap
ResultLoaderMap.LoadPair
ResultObjectProxy
ResultObjectProxy.EnhancedResultObjectProxyImpl
package org.apache.ibatis.executor.parameter
DefaultParameterHandler
ParameterHandler
package org.apache.ibatis.executor.result
DefaultMapResultHandler
DefaultResultContext
DefaultResultHandler
package org.apache.ibatis.executor.resultset
FastResultSetHandler
NestedResultSetHandler
ResultSetHandler
package org.apache.ibatis.executor.statement
BaseStatementHandler
CallableStatementHandler
PreparedStatementHandler
RoutingStatementHandler
SimpleStatementHandler
StatementHandler
package org.apache.ibatis.io
ClassLoaderWrapper
ExternalResources
ResolverUtil
ResolverUtil.AnnotatedWith
ResolverUtil.IsA
ResolverUtil.Test
Resources
package org.apache.ibatis.jdbc
Null
RuntimeSqlException
ScriptRunner
SelectBuilder
SelectBuilder.SelectSQL
SqlBuilder
SqlBuilder.SQL
SqlBuilder.SQL.StatementType
SqlRunner
package org.apache.ibatis.logging
Log
LogException
LogFactory
package org.apache.ibatis.logging.commons
JakartaCommonsLoggingImpl
package org.apache.ibatis.logging.jdbc
BaseJdbcLogger
ConnectionLogger
PreparedStatementLogger
ResultSetLogger
StatementLogger
package org.apache.ibatis.logging.jdk14
Jdk14LoggingImpl
package org.apache.ibatis.logging.log4j
Log4jImpl
package org.apache.ibatis.logging.nologging
NoLoggingImpl
package org.apache.ibatis.logging.slf4j
Slf4jImpl
package org.apache.ibatis.logging.stdout
StdOutImpl
package org.apache.ibatis.mapping
BoundSql
CacheBuilder
Discriminator
Discriminator.Builder
Environment
Environment.Builder
MappedStatement
MappedStatement.Builder
ParameterMap
ParameterMap.Builder
ParameterMapping
ParameterMapping.Builder
ParameterMode
ResultFlag
ResultMap
ResultMap.Builder
ResultMapping
ResultMapping.Builder
ResultSetType
SqlCommandType
SqlMapperException
SqlSource
StatementType
package org.apache.ibatis.metadata
Column
Database
DatabaseFactory
Table
package org.apache.ibatis.migration
Change
CommandLine
MigrationException
MigrationReader
Migrator
package org.apache.ibatis.migration.commands
BaseCommand
BootstrapCommand
Command
DownCommand
InitializeCommand
NewCommand
PendingCommand
ScriptCommand
StatusCommand
UpCommand
VersionCommand
package org.apache.ibatis.ognl
ArrayElementsAccessor
ArrayPropertyAccessor
ASTAdd
ASTAnd
ASTAssign
ASTBitAnd
ASTBitNegate
ASTBitOr
ASTChain
ASTConst
ASTCtor
ASTDivide
ASTEq
ASTEval
ASTGreater
ASTGreaterEq
ASTIn
ASTInstanceof
ASTKeyValue
ASTLess
ASTLessEq
ASTList
ASTMap
ASTMethod
ASTMultiply
ASTNegate
ASTNot
ASTNotEq
ASTNotIn
ASTOr
ASTProject
ASTProperty
ASTRemainder
ASTRootVarRef
ASTSelect
ASTSelectFirst
ASTSelectLast
ASTSequence
ASTShiftLeft
ASTShiftRight
ASTStaticField
ASTStaticMethod
ASTSubtract
ASTTest
ASTThisVarRef
ASTUnsignedShiftRight
ASTVarRef
ASTXor
ClassResolver
CollectionElementsAccessor
DefaultClassResolver
DefaultMemberAccess
DefaultTypeConverter
DynamicSubscript
ElementsAccessor
EnumerationElementsAccessor
EnumerationIterator
EnumerationPropertyAccessor
Evaluation
EvaluationPool
ExpressionNode
ExpressionSyntaxException
InappropriateExpressionException
IntHashMap
IntHashMap.Entry
IntHashMap.IntHashMapIterator
IteratorElementsAccessor
IteratorEnumeration
IteratorPropertyAccessor
JavaCharStream
JJTOgnlParserState
ListPropertyAccessor
MapElementsAccessor
MapPropertyAccessor
MemberAccess
MethodAccessor
MethodFailedException
Node
NoSuchPropertyException
NullHandler
NumberElementsAccessor
NumericTypes
ObjectArrayPool
ObjectArrayPool.SizePool
ObjectElementsAccessor
ObjectIndexedPropertyDescriptor
ObjectMethodAccessor
ObjectNullHandler
ObjectPropertyAccessor
Ognl
OgnlContext
OgnlException
OgnlInvokePermission
OgnlOps
OgnlParser
OgnlParser.JJCalls
OgnlParser.LookaheadSuccess
OgnlParserConstants
OgnlParserTokenManager
OgnlParserTreeConstants
OgnlRuntime
OgnlRuntime.ClassCache
OgnlRuntime.ClassCache.Entry
ParseException
PropertyAccessor
SetPropertyAccessor
SimpleNode
Token
TokenMgrError
TypeConverter
package org.apache.ibatis.parsing
GenericTokenParser
ParsingException
PropertyParser
PropertyParser.VariableTokenHandler
TokenHandler
XNode
XPathParser
package org.apache.ibatis.plugin
Interceptor
InterceptorChain
Intercepts
Invocation
Plugin
PluginException
Signature
package org.apache.ibatis.reflection
ExceptionUtil
MetaClass
MetaObject
MetaObject.NullObject
ReflectionException
Reflector
package org.apache.ibatis.reflection.factory
DefaultObjectFactory
ObjectFactory
package org.apache.ibatis.reflection.invoker
GetFieldInvoker
Invoker
MethodInvoker
SetFieldInvoker
package org.apache.ibatis.reflection.property
PropertyNamer
PropertyTokenizer
package org.apache.ibatis.reflection.wrapper
BaseWrapper
BeanWrapper
DefaultObjectWrapperFactory
MapWrapper
ObjectWrapper
ObjectWrapperFactory
package org.apache.ibatis.session
AutoMappingBehavior
Configuration
Configuration.StrictMap
Configuration.StrictMap.Ambiguity
ExecutorType
ResultContext
ResultHandler
RowBounds
SqlSession
SqlSessionException
SqlSessionFactory
SqlSessionFactoryBuilder
SqlSessionManager
SqlSessionManager.SqlSessionInterceptor
TransactionIsolationLevel
package org.apache.ibatis.session.defaults
DefaultSqlSession
DefaultSqlSessionFactory
package org.apache.ibatis.transaction
Transaction
TransactionException
TransactionFactory
package org.apache.ibatis.transaction.jdbc
JdbcTransaction
JdbcTransactionFactory
package org.apache.ibatis.transaction.managed
ManagedTransaction
ManagedTransactionFactory
package org.apache.ibatis.type
BaseTypeHandler
BigDecimalTypeHandler
BlobTypeHandler
BooleanTypeHandler
ByteArrayTypeHandler
ByteTypeHandler
ClobTypeHandler
DateOnlyTypeHandler
DateTypeHandler
DoubleTypeHandler
EnumTypeHandler
FloatTypeHandler
IntegerTypeHandler
JdbcType
LongTypeHandler
MappedTypes
NClobTypeHandler
NStringTypeHandler
ObjectTypeHandler
ShortTypeHandler
SimpleTypeRegistry
SqlDateTypeHandler
SqlTimestampTypeHandler
SqlTimeTypeHandler
StringTypeHandler
TimeOnlyTypeHandler
TypeAliasRegistry
TypeException
TypeHandler
TypeHandlerRegistry
UnknownTypeHandler
to the top
Generated on Mon Jan 17 15:07:23 2011 for mybatis by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API