Uses of Class
io.github.projectunified.craftdatabase.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 io.github.projectunified.craftdatabase
Methods in io.github.projectunified.craftdatabase 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 io.github.projectunified.craftdatabase 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 io.github.projectunified.craftdatabase.client.hibernate
Methods in io.github.projectunified.craftdatabase.client.hibernate that return SettingConstructors in io.github.projectunified.craftdatabase.client.hibernate with parameters of type Setting -
Uses of Setting in io.github.projectunified.craftdatabase.client.jpa
Methods in io.github.projectunified.craftdatabase.client.jpa that return SettingConstructors in io.github.projectunified.craftdatabase.client.jpa with parameters of type SettingModifierConstructorDescriptionPersistenceClient(String name, Setting setting) Create a new persistence client -
Uses of Setting in io.github.projectunified.craftdatabase.client.sql.h2
Methods in io.github.projectunified.craftdatabase.client.sql.h2 that return SettingConstructors in io.github.projectunified.craftdatabase.client.sql.h2 with parameters of type Setting -
Uses of Setting in io.github.projectunified.craftdatabase.client.sql.hikari
Methods in io.github.projectunified.craftdatabase.client.sql.hikari that return SettingConstructors in io.github.projectunified.craftdatabase.client.sql.hikari with parameters of type Setting -
Uses of Setting in io.github.projectunified.craftdatabase.client.sql.java
Methods in io.github.projectunified.craftdatabase.client.sql.java that return SettingConstructors in io.github.projectunified.craftdatabase.client.sql.java with parameters of type Setting -
Uses of Setting in io.github.projectunified.craftdatabase.driver.h2
Methods in io.github.projectunified.craftdatabase.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 io.github.projectunified.craftdatabase.driver.mariadb
Methods in io.github.projectunified.craftdatabase.driver.mariadb with parameters of type SettingModifier and TypeMethodDescriptionvoidMariaDBDriver.applyDefaultSetting(Setting setting) MariaDBDriver.convertURL(Setting setting) -
Uses of Setting in io.github.projectunified.craftdatabase.driver.mysql
Methods in io.github.projectunified.craftdatabase.driver.mysql with parameters of type SettingModifier and TypeMethodDescriptionvoidMySqlDriver.applyDefaultSetting(Setting setting) MySqlDriver.convertURL(Setting setting) -
Uses of Setting in io.github.projectunified.craftdatabase.driver.postgresql
Methods in io.github.projectunified.craftdatabase.driver.postgresql with parameters of type SettingModifier and TypeMethodDescriptionvoidPostgreSqlDriver.applyDefaultSetting(Setting setting) PostgreSqlDriver.convertURL(Setting setting) -
Uses of Setting in io.github.projectunified.craftdatabase.driver.sqlite
Methods in io.github.projectunified.craftdatabase.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 io.github.projectunified.craftdatabase.driver.sqlserver
Methods in io.github.projectunified.craftdatabase.driver.sqlserver with parameters of type SettingModifier and TypeMethodDescriptionvoidSqlServerDriver.applyDefaultSetting(Setting setting) SqlServerDriver.convertURL(Setting setting)