Uses of Class
me.hsgamer.hscore.database.Setting
Package
Description
Contains the base classes to work with databases
Contains the implementation of
Client
for HibernateContains the implementation of
Client
for Java Persistence APIContains the implementation of
SqlClient
for H2Contains the implementation of
SqlClient
with HikariCPContains the implementation of
SqlClient
with Java APIContains the implementation of
Driver
for H2Contains the implementation of
Driver
for MariaDBContains the implementation of
Driver
for MySQLContains the implementation of
Driver
for PostgreSQLContains the implementation of
Driver
for SQLiteContains the implementation of
Driver
for Microsoft SQL Server-
Uses of Setting in me.hsgamer.hscore.database
Modifier and TypeMethodDescriptionstatic Setting
Create a new setting with the default values from the driverstatic Setting
Setting.deserialize
(Driver driver, Map<String, Object> map) Deserialize the setting from the mapClient.getSetting()
Get the settingSetting.setClientProperties
(Map<String, Object> properties) Set the client propertiesSetting.setClientProperty
(String property, Object value) Set the client propertySetting.setDatabaseName
(String databaseName) Set the database nameSetting.setDriverProperties
(Map<String, Object> properties) Set the driver propertiesSetting.setDriverProperty
(String property, Object value) Set the driver propertySet the hostSetting.setPassword
(String password) Set the passwordSet the portSetting.setUsername
(String username) Set the usernameModifier and TypeMethodDescriptiondefault void
Driver.applyDefaultSetting
(Setting setting) Apply the default settingDriver.convertURL
(Setting setting) Get the JDBC url from the configstatic String
Driver.createPropertyString
(Setting setting) Create the property string for the URLstatic String
Driver.createPropertyString
(Setting setting, String prefix, String delimiter) Create the property string for the URL -
Uses of Setting in me.hsgamer.hscore.database.client.hibernate
-
Uses of Setting in me.hsgamer.hscore.database.client.jpa
ModifierConstructorDescriptionPersistenceClient
(String name, Setting setting) Create a new persistence client -
Uses of Setting in me.hsgamer.hscore.database.client.sql.h2
-
Uses of Setting in me.hsgamer.hscore.database.client.sql.hikari
-
Uses of Setting in me.hsgamer.hscore.database.client.sql.java
-
Uses of Setting in me.hsgamer.hscore.database.driver.h2
Modifier and TypeMethodDescriptionvoid
H2ServerDriver.applyDefaultSetting
(Setting setting) default String
H2BaseDriver.convertURL
(Setting setting) H2BaseDriver.getConnectionString
(Setting setting) H2LocalDriver.getConnectionString
(Setting setting) H2MemoryDriver.getConnectionString
(Setting setting) H2ServerDriver.getConnectionString
(Setting setting) -
Uses of Setting in me.hsgamer.hscore.database.driver.mariadb
Modifier and TypeMethodDescriptionvoid
MariaDBDriver.applyDefaultSetting
(Setting setting) MariaDBDriver.convertURL
(Setting setting) -
Uses of Setting in me.hsgamer.hscore.database.driver.mysql
Modifier and TypeMethodDescriptionvoid
MySqlDriver.applyDefaultSetting
(Setting setting) MySqlDriver.convertURL
(Setting setting) -
Uses of Setting in me.hsgamer.hscore.database.driver.postgresql
Modifier and TypeMethodDescriptionvoid
PostgreSqlDriver.applyDefaultSetting
(Setting setting) PostgreSqlDriver.convertURL
(Setting setting) -
Uses of Setting in me.hsgamer.hscore.database.driver.sqlite
Modifier and TypeMethodDescriptiondefault String
SqliteBaseDriver.convertURL
(Setting setting) SqliteBaseDriver.createConnectionString
(Setting setting) SqliteFileDriver.createConnectionString
(Setting setting) SqliteMemoryDriver.createConnectionString
(Setting setting) -
Uses of Setting in me.hsgamer.hscore.database.driver.sqlserver
Modifier and TypeMethodDescriptionvoid
SqlServerDriver.applyDefaultSetting
(Setting setting) SqlServerDriver.convertURL
(Setting setting)