B D E F G L M N S T 
All Classes All Packages

B

buildSupplier(String, DataStorageBuilderSetting) - Method in class me.hsgamer.topper.storage.simple.builder.DataStorageBuilder
 

D

DataStorageBuilder - Class in me.hsgamer.topper.storage.simple.builder
 
DataStorageBuilder() - Constructor for class me.hsgamer.topper.storage.simple.builder.DataStorageBuilder
 
DataStorageBuilderSetting - Interface in me.hsgamer.topper.storage.simple.setting
 
DataStorageSetting<K,​V> - Interface in me.hsgamer.topper.storage.simple.setting
 
DataStorageSupplier - Interface in me.hsgamer.topper.storage.simple.supplier
 
disable() - Method in interface me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier
 
disable() - Method in class me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
 

E

enable() - Method in interface me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier
 

F

FlatEntryConverter<K,​V> - Interface in me.hsgamer.topper.storage.simple.converter
 
FlatStorageSupplier - Class in me.hsgamer.topper.storage.simple.supplier
 
FlatStorageSupplier(File) - Constructor for class me.hsgamer.topper.storage.simple.supplier.FlatStorageSupplier
 
flushConnection(Connection) - Method in class me.hsgamer.topper.storage.simple.supplier.MySqlStorageSupplier
 
flushConnection(Connection) - Method in class me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
 
flushConnection(Connection) - Method in class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
 

G

getBaseFolder() - Method in interface me.hsgamer.topper.storage.simple.setting.DataStorageBuilderSetting
 
getConnection() - Method in class me.hsgamer.topper.storage.simple.supplier.MySqlStorageSupplier
 
getConnection() - Method in class me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
 
getConnection() - Method in class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
 
getDatabaseSettingModifier() - Method in interface me.hsgamer.topper.storage.simple.setting.DataStorageBuilderSetting
 
getFlatEntryConverter() - Method in interface me.hsgamer.topper.storage.simple.setting.DataStorageSetting
 
getKey(ResultSet) - Method in interface me.hsgamer.topper.storage.simple.converter.SqlEntryConverter
 
getKeyColumnDefinitions() - Method in interface me.hsgamer.topper.storage.simple.converter.SqlEntryConverter
 
getKeyColumns() - Method in interface me.hsgamer.topper.storage.simple.converter.SqlEntryConverter
 
getMapEntryConverter() - Method in interface me.hsgamer.topper.storage.simple.setting.DataStorageSetting
 
getSqlEntryConverter() - Method in interface me.hsgamer.topper.storage.simple.setting.DataStorageSetting
 
getStorage(String, DataStorageSetting<K, V>) - Method in interface me.hsgamer.topper.storage.simple.supplier.DataStorageSupplier
 
getStorage(String, DataStorageSetting<K, V>) - Method in class me.hsgamer.topper.storage.simple.supplier.FlatStorageSupplier
 
getStorage(String, DataStorageSetting<K, V>) - Method in class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
 
getValue(ResultSet) - Method in interface me.hsgamer.topper.storage.simple.converter.SqlEntryConverter
 
getValueColumnDefinitions() - Method in interface me.hsgamer.topper.storage.simple.converter.SqlEntryConverter
 
getValueColumns() - Method in interface me.hsgamer.topper.storage.simple.converter.SqlEntryConverter
 

L

logger - Variable in class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
 

M

MapEntryConverter<K,​V> - Interface in me.hsgamer.topper.storage.simple.converter
 
me.hsgamer.topper.storage.simple.builder - package me.hsgamer.topper.storage.simple.builder
 
me.hsgamer.topper.storage.simple.converter - package me.hsgamer.topper.storage.simple.converter
 
me.hsgamer.topper.storage.simple.setting - package me.hsgamer.topper.storage.simple.setting
 
me.hsgamer.topper.storage.simple.supplier - package me.hsgamer.topper.storage.simple.supplier
 
MySqlStorageSupplier - Class in me.hsgamer.topper.storage.simple.supplier
 
MySqlStorageSupplier(Consumer<Setting>) - Constructor for class me.hsgamer.topper.storage.simple.supplier.MySqlStorageSupplier
 

N

NewSqliteStorageSupplier - Class in me.hsgamer.topper.storage.simple.supplier
 
NewSqliteStorageSupplier(Consumer<Setting>, File) - Constructor for class me.hsgamer.topper.storage.simple.supplier.NewSqliteStorageSupplier
 

S

SqlEntryConverter<K,​V> - Interface in me.hsgamer.topper.storage.simple.converter
 
SqliteStorageSupplier - Class in me.hsgamer.topper.storage.simple.supplier
 
SqliteStorageSupplier(Consumer<Setting>, File) - Constructor for class me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
 
SqlStorageSupplier - Class in me.hsgamer.topper.storage.simple.supplier
 
SqlStorageSupplier() - Constructor for class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
 

T

toKey(String) - Method in interface me.hsgamer.topper.storage.simple.converter.FlatEntryConverter
 
toKey(Map<String, Object>) - Method in interface me.hsgamer.topper.storage.simple.converter.MapEntryConverter
 
toKeyQueryValues(K) - Method in interface me.hsgamer.topper.storage.simple.converter.SqlEntryConverter
 
toRawKey(K) - Method in interface me.hsgamer.topper.storage.simple.converter.FlatEntryConverter
 
toRawKey(K) - Method in interface me.hsgamer.topper.storage.simple.converter.MapEntryConverter
 
toRawValue(V) - Method in interface me.hsgamer.topper.storage.simple.converter.FlatEntryConverter
 
toRawValue(V) - Method in interface me.hsgamer.topper.storage.simple.converter.MapEntryConverter
 
toSaveStatement(String, String[], String[]) - Method in class me.hsgamer.topper.storage.simple.supplier.MySqlStorageSupplier
 
toSaveStatement(String, String[], String[]) - Method in class me.hsgamer.topper.storage.simple.supplier.NewSqliteStorageSupplier
 
toSaveStatement(String, String[], String[]) - Method in class me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
 
toSaveStatement(String, String[], String[]) - Method in class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
 
toSaveValues(Object[], Object[]) - Method in class me.hsgamer.topper.storage.simple.supplier.MySqlStorageSupplier
 
toSaveValues(Object[], Object[]) - Method in class me.hsgamer.topper.storage.simple.supplier.SqliteStorageSupplier
 
toSaveValues(Object[], Object[]) - Method in class me.hsgamer.topper.storage.simple.supplier.SqlStorageSupplier
 
toValue(String) - Method in interface me.hsgamer.topper.storage.simple.converter.FlatEntryConverter
 
toValue(Map<String, Object>) - Method in interface me.hsgamer.topper.storage.simple.converter.MapEntryConverter
 
toValueQueryValues(V) - Method in interface me.hsgamer.topper.storage.simple.converter.SqlEntryConverter
 
B D E F G L M N S T 
All Classes All Packages