public class org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair extends java.lang.Object implements java.io.Serializable
{
private static final long serialVersionUID;
private static final java.lang.String FACTORY_METHOD;
private final transient java.lang.Object serializationCheck;
private transient org.apache.ibatis.reflection.MetaObject metaResultObject;
private transient org.apache.ibatis.executor.loader.ResultLoader resultLoader;
private transient org.apache.ibatis.logging.Log log;
private java.lang.Class configurationFactory;
private final java.lang.String property;
private java.lang.String mappedStatement;
private java.io.Serializable mappedParameter;
private void <init>(java.lang.String, org.apache.ibatis.reflection.MetaObject, org.apache.ibatis.executor.loader.ResultLoader)
{
org.apache.ibatis.executor.loader.ResultLoader v;
org.apache.ibatis.logging.Log v;
org.apache.ibatis.session.Configuration v;
java.lang.String v, v, v, v;
boolean v, v, v;
org.apache.ibatis.mapping.MappedStatement v;
org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair v;
java.lang.Class v, v;
java.lang.Object v, v, v, v;
org.apache.ibatis.reflection.MetaObject v;
v := @this: org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair;
v := @parameter: java.lang.String;
v := @parameter: org.apache.ibatis.reflection.MetaObject;
v := @parameter: org.apache.ibatis.executor.loader.ResultLoader;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Object serializationCheck> = v;
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String property> = v;
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.reflection.MetaObject metaResultObject> = v;
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.executor.loader.ResultLoader resultLoader> = v;
if v == null goto label;
v = virtualinvoke v.<org.apache.ibatis.reflection.MetaObject: java.lang.Object getOriginalObject()>();
v = v instanceof java.io.Serializable;
if v == 0 goto label;
v = v.<org.apache.ibatis.executor.loader.ResultLoader: java.lang.Object parameterObject>;
v = v instanceof java.io.Serializable;
if v == 0 goto label;
v = v.<org.apache.ibatis.executor.loader.ResultLoader: org.apache.ibatis.mapping.MappedStatement mappedStatement>;
v = virtualinvoke v.<org.apache.ibatis.mapping.MappedStatement: java.lang.String getId()>();
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String mappedStatement> = v;
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.io.Serializable mappedParameter> = v;
v = v.<org.apache.ibatis.executor.loader.ResultLoader: org.apache.ibatis.session.Configuration configuration>;
v = virtualinvoke v.<org.apache.ibatis.session.Configuration: java.lang.Class getConfigurationFactory()>();
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Class configurationFactory> = v;
goto label;
label:
v = specialinvoke v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.logging.Log getLogger()>();
v = interfaceinvoke v.<org.apache.ibatis.logging.Log: boolean isDebugEnabled()>();
if v == 0 goto label;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String property>;
v = virtualinvoke v.<org.apache.ibatis.reflection.MetaObject: java.lang.Object getOriginalObject()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.Class)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Property [\u] of [\u] cannot be loaded after deserialization. Make sure it\'s loaded before serializing forenamed object.");
interfaceinvoke v.<org.apache.ibatis.logging.Log: void debug(java.lang.String)>(v);
label:
return;
}
public void load() throws java.sql.SQLException
{
org.apache.ibatis.executor.loader.ResultLoader v;
org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair v;
java.lang.IllegalArgumentException v, v;
org.apache.ibatis.reflection.MetaObject v;
v := @this: org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.reflection.MetaObject metaResultObject>;
if v != null goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("metaResultObject is null");
throw v;
label:
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.executor.loader.ResultLoader resultLoader>;
if v != null goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("resultLoader is null");
throw v;
label:
virtualinvoke v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: void load(java.lang.Object)>(null);
return;
}
public void load(java.lang.Object) throws java.sql.SQLException
{
org.apache.ibatis.executor.loader.ResultLoader v, v, v, v, v;
org.apache.ibatis.executor.ExecutorException v, v;
java.io.Serializable v, v;
org.apache.ibatis.mapping.BoundSql v;
org.apache.ibatis.session.Configuration v, v;
java.lang.String v, v, v, v, v, v, v, v, v;
org.apache.ibatis.executor.loader.ResultLoaderMap$ClosedExecutor v, v;
org.apache.ibatis.cache.CacheKey v;
org.apache.ibatis.mapping.MappedStatement v, v;
org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair v;
java.lang.Class v, v, v;
java.lang.Object v, v, v, v;
org.apache.ibatis.reflection.MetaObject v, v, v, v;
v := @this: org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair;
v := @parameter: java.lang.Object;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.reflection.MetaObject metaResultObject>;
if v == null goto label;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.executor.loader.ResultLoader resultLoader>;
if v != null goto label;
label:
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.io.Serializable mappedParameter>;
if v != null goto label;
v = new org.apache.ibatis.executor.ExecutorException;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String property>;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String mappedStatement>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Property [\u] cannot be loaded because required parameter of mapped statement [\u] is not serializable.");
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String)>(v);
throw v;
label:
v = specialinvoke v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.session.Configuration getConfiguration()>();
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String mappedStatement>;
v = virtualinvoke v.<org.apache.ibatis.session.Configuration: org.apache.ibatis.mapping.MappedStatement getMappedStatement(java.lang.String)>(v);
if v != null goto label;
v = new org.apache.ibatis.executor.ExecutorException;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String property>;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String mappedStatement>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.Class,java.lang.String)>(v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Cannot lazy load property [\u] of deserialized object [\u] because configuration does not contain statement [\u]");
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<org.apache.ibatis.session.Configuration: org.apache.ibatis.reflection.MetaObject newMetaObject(java.lang.Object)>(v);
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.reflection.MetaObject metaResultObject> = v;
v = new org.apache.ibatis.executor.loader.ResultLoader;
v = new org.apache.ibatis.executor.loader.ResultLoaderMap$ClosedExecutor;
specialinvoke v.<org.apache.ibatis.executor.loader.ResultLoaderMap$ClosedExecutor: void <init>()>();
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.io.Serializable mappedParameter>;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.reflection.MetaObject metaResultObject>;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String property>;
v = virtualinvoke v.<org.apache.ibatis.reflection.MetaObject: java.lang.Class getSetterType(java.lang.String)>(v);
specialinvoke v.<org.apache.ibatis.executor.loader.ResultLoader: void <init>(org.apache.ibatis.session.Configuration,org.apache.ibatis.executor.Executor,org.apache.ibatis.mapping.MappedStatement,java.lang.Object,java.lang.Class,org.apache.ibatis.cache.CacheKey,org.apache.ibatis.mapping.BoundSql)>(v, v, v, v, v, null, null);
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.executor.loader.ResultLoader resultLoader> = v;
label:
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Object serializationCheck>;
if v != null goto label;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.executor.loader.ResultLoader resultLoader>;
v = new org.apache.ibatis.executor.loader.ResultLoader;
v = v.<org.apache.ibatis.executor.loader.ResultLoader: org.apache.ibatis.session.Configuration configuration>;
v = new org.apache.ibatis.executor.loader.ResultLoaderMap$ClosedExecutor;
specialinvoke v.<org.apache.ibatis.executor.loader.ResultLoaderMap$ClosedExecutor: void <init>()>();
v = v.<org.apache.ibatis.executor.loader.ResultLoader: org.apache.ibatis.mapping.MappedStatement mappedStatement>;
v = v.<org.apache.ibatis.executor.loader.ResultLoader: java.lang.Object parameterObject>;
v = v.<org.apache.ibatis.executor.loader.ResultLoader: java.lang.Class targetType>;
v = v.<org.apache.ibatis.executor.loader.ResultLoader: org.apache.ibatis.cache.CacheKey cacheKey>;
v = v.<org.apache.ibatis.executor.loader.ResultLoader: org.apache.ibatis.mapping.BoundSql boundSql>;
specialinvoke v.<org.apache.ibatis.executor.loader.ResultLoader: void <init>(org.apache.ibatis.session.Configuration,org.apache.ibatis.executor.Executor,org.apache.ibatis.mapping.MappedStatement,java.lang.Object,java.lang.Class,org.apache.ibatis.cache.CacheKey,org.apache.ibatis.mapping.BoundSql)>(v, v, v, v, v, v, v);
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.executor.loader.ResultLoader resultLoader> = v;
label:
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.reflection.MetaObject metaResultObject>;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.String property>;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.executor.loader.ResultLoader resultLoader>;
v = virtualinvoke v.<org.apache.ibatis.executor.loader.ResultLoader: java.lang.Object loadResult()>();
virtualinvoke v.<org.apache.ibatis.reflection.MetaObject: void setValue(java.lang.String,java.lang.Object)>(v, v);
return;
}
private org.apache.ibatis.session.Configuration getConfiguration()
{
java.lang.NoSuchMethodException v;
java.lang.reflect.Method v;
boolean v, v, v;
org.apache.ibatis.executor.ExecutorException v, v, v, v, v, v, v;
java.security.PrivilegedExceptionAction v;
java.lang.Exception v;
java.io.Serializable v;
java.lang.Throwable v;
java.lang.Object[] v;
int v;
java.lang.String v, v, v, v, v;
java.security.PrivilegedActionException v;
java.lang.Class[] v;
org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair v;
java.lang.Class v, v, v, v, v, v, v, v;
java.lang.Object v, v;
v := @this: org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Class configurationFactory>;
if v != null goto label;
v = new org.apache.ibatis.executor.ExecutorException;
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String)>("Cannot get Configuration as configuration factory was not set.");
throw v;
label:
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Class configurationFactory>;
v = newarray (java.lang.Class)[0];
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method getDeclaredMethod(java.lang.String,java.lang.Class[])>("getConfiguration", v);
v = virtualinvoke v.<java.lang.reflect.Method: int getModifiers()>();
v = staticinvoke <java.lang.reflect.Modifier: boolean isStatic(int)>(v);
if v != 0 goto label;
v = new org.apache.ibatis.executor.ExecutorException;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Class configurationFactory>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.Class)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Cannot get Configuration as factory method [\u]#[getConfiguration] is not static.");
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String)>(v);
throw v;
label:
v = virtualinvoke v.<java.lang.reflect.Method: boolean isAccessible()>();
if v != 0 goto label;
v = staticinvoke <org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair$lambda_getConfiguration_0__24: java.security.PrivilegedExceptionAction bootstrap$(java.lang.reflect.Method)>(v);
v = staticinvoke <java.security.AccessController: java.lang.Object doPrivileged(java.security.PrivilegedExceptionAction)>(v);
goto label;
label:
v = newarray (java.lang.Object)[0];
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.Object invoke(java.lang.Object,java.lang.Object[])>(null, v);
label:
goto label;
label:
v := @caughtexception;
throw v;
label:
v := @caughtexception;
v = new org.apache.ibatis.executor.ExecutorException;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Class configurationFactory>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.Class)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Cannot get Configuration as factory class [\u] is missing factory method of name [getConfiguration].");
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
throw v;
label:
v := @caughtexception;
v = new org.apache.ibatis.executor.ExecutorException;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Class configurationFactory>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.Class)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Cannot get Configuration as factory method [\u]#[getConfiguration] threw an exception.");
v = virtualinvoke v.<java.security.PrivilegedActionException: java.lang.Throwable getCause()>();
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
throw v;
label:
v := @caughtexception;
v = new org.apache.ibatis.executor.ExecutorException;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Class configurationFactory>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.Class)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Cannot get Configuration as factory method [\u]#[getConfiguration] threw an exception.");
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String,java.lang.Throwable)>(v, v);
throw v;
label:
v = v instanceof org.apache.ibatis.session.Configuration;
if v != 0 goto label;
v = new org.apache.ibatis.executor.ExecutorException;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: java.lang.Class configurationFactory>;
if v != null goto label;
v = "null";
goto label;
label:
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
label:
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.Class,java.lang.Class,java.io.Serializable)>(v, class "Lorg/apache/ibatis/session/Configuration;", v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Cannot get Configuration as factory method [\u]#[getConfiguration] didn\'t return [\u] but [\u].");
specialinvoke v.<org.apache.ibatis.executor.ExecutorException: void <init>(java.lang.String)>(v);
throw v;
label:
v = class "Lorg/apache/ibatis/session/Configuration;";
v = virtualinvoke v.<java.lang.Class: java.lang.Object cast(java.lang.Object)>(v);
return v;
catch org.apache.ibatis.executor.ExecutorException from label to label with label;
catch java.lang.NoSuchMethodException from label to label with label;
catch java.security.PrivilegedActionException from label to label with label;
catch java.lang.Exception from label to label with label;
}
private org.apache.ibatis.logging.Log getLogger()
{
org.apache.ibatis.logging.Log v, v, v;
org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair v;
java.lang.Class v;
v := @this: org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair;
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.logging.Log log>;
if v != null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = staticinvoke <org.apache.ibatis.logging.LogFactory: org.apache.ibatis.logging.Log getLog(java.lang.Class)>(v);
v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.logging.Log log> = v;
label:
v = v.<org.apache.ibatis.executor.loader.ResultLoaderMap$LoadPair: org.apache.ibatis.logging.Log log>;
return v;
}
}