Constant Field Values

Contents

org.apache.*

  • org.apache.ibatis.datasource.pooled.org.apache.ibatis.datasource.pooled.PooledConnection 
    Modifier and Type Constant Field Value
    private static final java.lang.String CLOSE "close"
  • org.apache.ibatis.executor.keygen.Jdbc3KeyGenerator 
    Modifier and Type Constant Field Value
    private static final java.lang.String MSG_TOO_MANY_KEYS "Too many keys are generated. There are only %d target objects. You either specified a wrong \'keyProperty\' or encountered a driver bug like #1523."
    private static final java.lang.String SECOND_GENERIC_PARAM_NAME "param2"
  • org.apache.ibatis.executor.keygen.SelectKeyGenerator 
    Modifier and Type Constant Field Value
    public static final java.lang.String SELECT_KEY_SUFFIX "!selectKey"
  • org.apache.ibatis.executor.loader.cglib.CglibProxyFactory 
    Modifier and Type Constant Field Value
    private static final java.lang.String FINALIZE_METHOD "finalize"
    private static final java.lang.String WRITE_REPLACE_METHOD "writeReplace"
  • org.apache.ibatis.executor.loader.cglib.org.apache.ibatis.executor.loader.cglib.CglibSerialStateHolder 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 8940388717901644661L
  • org.apache.ibatis.executor.loader.javassist.JavassistProxyFactory 
    Modifier and Type Constant Field Value
    private static final java.lang.String FINALIZE_METHOD "finalize"
    private static final java.lang.String WRITE_REPLACE_METHOD "writeReplace"
  • org.apache.ibatis.executor.loader.javassist.org.apache.ibatis.executor.loader.javassist.JavassistSerialStateHolder 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 8940388717901644661L
  • org.apache.ibatis.jdbc.AbstractSQL<T> 
    Modifier and Type Constant Field Value
    private static final java.lang.String AND ") \nAND ("
    private static final java.lang.String OR ") \nOR ("
  • org.apache.ibatis.jdbc.RuntimeSqlException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5224696788505678598L
  • org.apache.ibatis.jdbc.ScriptRunner 
    Modifier and Type Constant Field Value
    private static final java.lang.String DEFAULT_DELIMITER ";"
  • org.apache.ibatis.jdbc.SqlRunner 
    Modifier and Type Constant Field Value
    public static final int NO_GENERATED_KEY -2147482647
  • org.apache.ibatis.logging.LogException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 1022924004852350942L
  • org.apache.ibatis.logging.LogFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String MARKER "MYBATIS"
  • org.apache.ibatis.scripting.xmltags.DynamicContext 
    Modifier and Type Constant Field Value
    public static final java.lang.String DATABASE_ID_KEY "_databaseId"
    public static final java.lang.String PARAMETER_OBJECT_KEY "_parameter"
  • org.apache.ibatis.scripting.xmltags.org.apache.ibatis.scripting.xmltags.DynamicContext.ContextMap 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 2977601501966151582L
  • org.apache.ibatis.scripting.xmltags.ForEachSqlNode 
    Modifier and Type Constant Field Value
    public static final java.lang.String ITEM_PREFIX "__frch_"