Static Public Attributes | |
static String | JDBC_TYPE_KEY = "jdbc.type" |
static String | JDBC_DRIVER_VERSIONS_KEY = "jdbc.driver.versions" |
static String | JDBC_DRIVER_VERSION_KEY = "jdbc.driver.version" |
static String | JDBC_HOSTNAME_KEY = "jdbc.host" |
static String | JDBC_PORT_KEY = "jdbc.port" |
static String | JDBC_DATABASEFILE_KEY = "jdbc.database.file" |
static String | JDBC_USERNAME_KEY = "jdbc.username" |
static String | JDBC_FILEUSERNAME_KEY = "jdbc.username.file" |
static String | JDBC_DRIVER_JAR_KEY = "jdbc.driver.jar" |
static String | HIBERNATE_DIALECT_KEY = "hibernate.dialect" |
static String | HIBERNATE_DRIVER_CLASS_KEY = "hibernate.connection.driver_class" |
static String | HIBERNATE_CATALOG_KEY = "hibernate.default_catalog" |
static String | HIBERNATE_SCHEMA_KEY = "hibernate.default_schema" |
static String | HIBERNATE_URL_KEY = "hibernate.connection.url" |
static String | HIBERNATE_USERNAME_KEY = "hibernate.connection.username" |
static String | HIBERNATE_PASSWORD_KEY = "hibernate.connection.password" |
Property names
String edu.princeton.wordnet.wnscope.DeployerKeys.HIBERNATE_CATALOG_KEY = "hibernate.default_catalog" [static] |
Hibernate database catalog
String edu.princeton.wordnet.wnscope.DeployerKeys.HIBERNATE_DIALECT_KEY = "hibernate.dialect" [static] |
Hibernate dialect
String edu.princeton.wordnet.wnscope.DeployerKeys.HIBERNATE_DRIVER_CLASS_KEY = "hibernate.connection.driver_class" [static] |
Hibernate driver class
String edu.princeton.wordnet.wnscope.DeployerKeys.HIBERNATE_PASSWORD_KEY = "hibernate.connection.password" [static] |
Hibernate password
String edu.princeton.wordnet.wnscope.DeployerKeys.HIBERNATE_SCHEMA_KEY = "hibernate.default_schema" [static] |
Hibernate database schema
String edu.princeton.wordnet.wnscope.DeployerKeys.HIBERNATE_URL_KEY = "hibernate.connection.url" [static] |
Hibernate connection url
String edu.princeton.wordnet.wnscope.DeployerKeys.HIBERNATE_USERNAME_KEY = "hibernate.connection.username" [static] |
Hibernate username
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_DATABASEFILE_KEY = "jdbc.database.file" [static] |
Database file
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_DRIVER_JAR_KEY = "jdbc.driver.jar" [static] |
Driver jar location
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_DRIVER_VERSION_KEY = "jdbc.driver.version" [static] |
Selected driver version
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_DRIVER_VERSIONS_KEY = "jdbc.driver.versions" [static] |
Driver versions available in Maven repsitory
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_FILEUSERNAME_KEY = "jdbc.username.file" [static] |
Username for file
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_HOSTNAME_KEY = "jdbc.host" [static] |
Host
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_PORT_KEY = "jdbc.port" [static] |
Port
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_TYPE_KEY = "jdbc.type" [static] |
Database type
String edu.princeton.wordnet.wnscope.DeployerKeys.JDBC_USERNAME_KEY = "jdbc.username" [static] |
User