Class InlineJdbc

java.lang.Object
org.apache.ofbiz.entity.config.model.JdbcElement
org.apache.ofbiz.entity.config.model.InlineJdbc

@ThreadSafe public final class InlineJdbc extends JdbcElement
An object that models the <inline-jdbc> element.
See Also:
  • entity-config.xsd
  • Method Details

    • getJdbcDriver

      public String getJdbcDriver()
      Returns the value of the jdbc-driver attribute.
    • getJdbcUri

      public String getJdbcUri()
      Returns the value of the jdbc-uri attribute.
    • getJdbcUsername

      public String getJdbcUsername()
      Returns the value of the jdbc-username attribute.
    • getJdbcPassword

      public String getJdbcPassword()
      Returns the value of the jdbc-password attribute.
    • getJdbcPasswordLookup

      public String getJdbcPasswordLookup()
      Returns the value of the jdbc-password-lookup attribute.
    • getPoolMaxsize

      public int getPoolMaxsize()
      Returns the value of the pool-maxsize attribute.
    • getPoolMinsize

      public int getPoolMinsize()
      Returns the value of the pool-minsize attribute.
    • getIdleMaxsize

      public int getIdleMaxsize()
      Returns the value of the idle-maxsize attribute.
    • getTimeBetweenEvictionRunsMillis

      public int getTimeBetweenEvictionRunsMillis()
      Returns the value of the time-between-eviction-runs-millis attribute.
    • getSoftMinEvictableIdleTimeMillis

      public int getSoftMinEvictableIdleTimeMillis()
      Returns the value of the time-between-eviction-runs-millis attribute.
    • getPoolSleeptime

      public int getPoolSleeptime()
      Returns the value of the pool-sleeptime attribute.
    • getPoolLifetime

      public int getPoolLifetime()
      Returns the value of the pool-lifetime attribute.
    • getPoolDeadlockMaxwait

      public int getPoolDeadlockMaxwait()
      Returns the value of the pool-deadlock-maxwait attribute.
    • getPoolDeadlockRetrywait

      public int getPoolDeadlockRetrywait()
      Returns the value of the pool-deadlock-retrywait attribute.
    • getPoolJdbcTestStmt

      public String getPoolJdbcTestStmt()
      Returns the value of the pool-jdbc-test-stmt attribute.
    • getTestOnCreate

      public boolean getTestOnCreate()
      Returns the value of the test-on-create attribute.
    • getTestOnBorrow

      public boolean getTestOnBorrow()
      Returns the value of the test-on-create attribute.
    • getTestOnReturn

      public boolean getTestOnReturn()
      Returns the value of the test-on-create attribute.
    • getTestWhileIdle

      public boolean getTestWhileIdle()
      Returns the value of the test-on-create attribute.
    • getPoolXaWrapperClass

      public String getPoolXaWrapperClass()
      Returns the value of the pool-xa-wrapper-class attribute.