Class InlineJdbc


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

      • getJdbcDriver

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

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

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

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

        public java.lang.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 java.lang.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 java.lang.String getPoolXaWrapperClass()
        Returns the value of the pool-xa-wrapper-class attribute.