### Cause: org.apache.ibatis.type.TypeException: Could not set parameters for mapping: ParameterMapping{property='et.lockExpirationTime', mode=IN, javaType=class java.lang.Object, jdbcType=null, numericScale=null, resultMapId='null', jdbcTypeName='null', expression='null'}. Cause: org.apache.ibatis.type.TypeException: Error setting null for parameter #2 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property.
try{typeHandler.setParameter(ps,i+1,value,jdbcType);}catch(TypeException|SQLExceptione){thrownewTypeException("Could not set parameters for mapping: "+parameterMapping+". Cause: "+e,e);}