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 SettingCreate a new setting with the default values from the driverstatic SettingSetting.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 voidDriver.applyDefaultSetting(Setting setting) Apply the default settingDriver.convertURL(Setting setting) Get the JDBC url from the configstatic StringDriver.createPropertyString(Setting setting) Create the property string for the URLstatic StringDriver.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 TypeMethodDescriptionvoidH2ServerDriver.applyDefaultSetting(Setting setting) default StringH2BaseDriver.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 TypeMethodDescriptionvoidMariaDBDriver.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 TypeMethodDescriptionvoidMySqlDriver.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 TypeMethodDescriptionvoidPostgreSqlDriver.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 StringSqliteBaseDriver.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 TypeMethodDescriptionvoidSqlServerDriver.applyDefaultSetting(Setting setting) SqlServerDriver.convertURL(Setting setting)