Uses of Class
org.sgrewritten.stargate.config.TableNameConfiguration
Packages that use TableNameConfiguration
Package
Description
-
Uses of TableNameConfiguration in org.sgrewritten.stargate.database
Constructors in org.sgrewritten.stargate.database with parameters of type TableNameConfigurationModifierConstructorDescriptionSQLDatabase
(SQLDatabaseAPI database, boolean usingBungee, boolean usingRemoteDatabase, TableNameConfiguration config, StoredPropertiesAPI propertiesDatabase) Instantiates a new stargate registrySQLQueryGenerator
(TableNameConfiguration tableNameConfiguration, DatabaseDriver databaseDriver) Instantiates a new SQL query generator -
Uses of TableNameConfiguration in org.sgrewritten.stargate.migration
Constructors in org.sgrewritten.stargate.migration with parameters of type TableNameConfigurationModifierConstructorDescriptionSQLDatabaseMigrator
(@NotNull SQLDatabaseAPI database, @NotNull TableNameConfiguration nameConfiguration, @NotNull String sqlFilesPath, boolean interServerEnabled) -
Uses of TableNameConfiguration in org.sgrewritten.stargate.util.database
Methods in org.sgrewritten.stargate.util.database that return TableNameConfigurationModifier and TypeMethodDescriptionstatic TableNameConfiguration
DatabaseHelper.getTableNameConfiguration
(boolean usingRemoteDatabase)