Constant Field Values

Contents

org.hibernate.*

  • org.hibernate.testing.env.ConnectionProviderBuilder 
    Modifier and Type Constant Field Value
    public static final String DATA_SOURCE "org.h2.jdbcx.JdbcDataSource"
    public static final String DRIVER "org.h2.Driver"
    public static final String PASS ""
    public static final String URL "jdbc:h2:mem:%s;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
    public static final String URL_FORMAT "jdbc:h2:mem:%s;DB_CLOSE_DELAY=-1;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
    public static final String USER "sa"