Uses of Class
me.hsgamer.hscore.database.Setting
Packages that use 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
Methods in me.hsgamer.hscore.database that return SettingModifier 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 usernameMethods in me.hsgamer.hscore.database with parameters of type SettingModifier 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
Methods in me.hsgamer.hscore.database.client.hibernate that return SettingConstructors in me.hsgamer.hscore.database.client.hibernate with parameters of type Setting -
Uses of Setting in me.hsgamer.hscore.database.client.jpa
Methods in me.hsgamer.hscore.database.client.jpa that return SettingConstructors in me.hsgamer.hscore.database.client.jpa with parameters of type SettingModifierConstructorDescriptionPersistenceClient
(String name, Setting setting) Create a new persistence client -
Uses of Setting in me.hsgamer.hscore.database.client.sql.h2
Methods in me.hsgamer.hscore.database.client.sql.h2 that return SettingConstructors in me.hsgamer.hscore.database.client.sql.h2 with parameters of type Setting -
Uses of Setting in me.hsgamer.hscore.database.client.sql.hikari
Methods in me.hsgamer.hscore.database.client.sql.hikari that return SettingConstructors in me.hsgamer.hscore.database.client.sql.hikari with parameters of type Setting -
Uses of Setting in me.hsgamer.hscore.database.client.sql.java
Methods in me.hsgamer.hscore.database.client.sql.java that return SettingConstructors in me.hsgamer.hscore.database.client.sql.java with parameters of type Setting -
Uses of Setting in me.hsgamer.hscore.database.driver.h2
Methods in me.hsgamer.hscore.database.driver.h2 with parameters of type SettingModifier 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
Methods in me.hsgamer.hscore.database.driver.mariadb with parameters of type SettingModifier and TypeMethodDescriptionvoid
MariaDBDriver.applyDefaultSetting
(Setting setting) MariaDBDriver.convertURL
(Setting setting) -
Uses of Setting in me.hsgamer.hscore.database.driver.mysql
Methods in me.hsgamer.hscore.database.driver.mysql with parameters of type SettingModifier and TypeMethodDescriptionvoid
MySqlDriver.applyDefaultSetting
(Setting setting) MySqlDriver.convertURL
(Setting setting) -
Uses of Setting in me.hsgamer.hscore.database.driver.postgresql
Methods in me.hsgamer.hscore.database.driver.postgresql with parameters of type SettingModifier and TypeMethodDescriptionvoid
PostgreSqlDriver.applyDefaultSetting
(Setting setting) PostgreSqlDriver.convertURL
(Setting setting) -
Uses of Setting in me.hsgamer.hscore.database.driver.sqlite
Methods in me.hsgamer.hscore.database.driver.sqlite with parameters of type SettingModifier 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
Methods in me.hsgamer.hscore.database.driver.sqlserver with parameters of type SettingModifier and TypeMethodDescriptionvoid
SqlServerDriver.applyDefaultSetting
(Setting setting) SqlServerDriver.convertURL
(Setting setting)