Class OntoDriverProperties

java.lang.Object
cz.cvut.kbss.ontodriver.config.OntoDriverProperties

public final class OntoDriverProperties extends Object
  • Field Details

    • CONNECTION_AUTO_COMMIT

      public static final String CONNECTION_AUTO_COMMIT
      Property for setting default auto-commit strategy for connections.
      See Also:
    • DATA_SOURCE_USERNAME

      public static final String DATA_SOURCE_USERNAME
      Username to be used when accessing data source.
      See Also:
    • DATA_SOURCE_PASSWORD

      public static final String DATA_SOURCE_PASSWORD
      Password to be used when accessing data source.
      See Also:
    • REASONER_FACTORY_CLASS

      public static final String REASONER_FACTORY_CLASS
      Reasoner factory class property.

      Applies to OntoDriver implementations which support selection of reasoner factory class, which are currently OWL API and Jena.

      See Also:
    • USE_TRANSACTIONAL_ONTOLOGY

      public static final String USE_TRANSACTIONAL_ONTOLOGY
      This setting tells the driver whether to use the transactional ontology for retrieving entities and answering queries.

      If so, uncommitted changes made during transaction will be included in query evaluation, entity retrieval etc. Otherwise the driver will use the ontology as it was when the transaction was started and uncommitted changes will not be visible until commit.

      See Also:
    • MODULE_EXTRACTION_SIGNATURE

      public static final String MODULE_EXTRACTION_SIGNATURE
      Property for specifying extra URIs which should be added to the module extraction signature.

      The module extraction signature is generated from metamodel, but types and properties cannot be determined from the metamodel. Therefore it is possible to specify them using this property so that the module is complete.

      See Also:
    • SIGNATURE_DELIMITER

      public static final String SIGNATURE_DELIMITER
      Property representing module extraction signature delimiter.

      I. e. URIs in module extraction signature are delimited by this string.

      See Also: