Class JdbcElement

  • Direct Known Subclasses:
    InlineJdbc, JndiJdbc, TyrexDataSource

    public abstract class JdbcElement
    extends java.lang.Object
    An abstract class for <datasource> JDBC child elements.
    See Also:
    entity-config.xsd
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JdbcElement​(org.w3c.dom.Element element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIsolationLevel()
      Returns the value of the isolation-level attribute.
      java.lang.String getLineNumber()
      Returns the configuration file line number for this element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIsolationLevel

        public java.lang.String getIsolationLevel()
        Returns the value of the isolation-level attribute.
      • getLineNumber

        public java.lang.String getLineNumber()
        Returns the configuration file line number for this element.
        Returns:
        The configuration file line number for this element