Class Dialect.MigrationData
java.lang.Object
xyz.srnyx.annoyingapi.storage.dialects.Dialect.MigrationData
- Enclosing class:
Dialect
Data for a database migration
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull ConcurrentHashMap<String, ConcurrentHashMap<String, ConcurrentHashMap<String, Value>>> [table, [target, [key, value]]][table, keys] -
Constructor Summary
ConstructorsConstructorDescriptionMigrationData(@NotNull Map<String, Set<String>> tablesKeys, @NotNull ConcurrentHashMap<String, ConcurrentHashMap<String, ConcurrentHashMap<String, Value>>> data) Construct a newDialect.MigrationDatawith the given data -
Method Summary
-
Field Details
-
tablesKeys
[table, keys] -
data
@NotNull public final @NotNull ConcurrentHashMap<String,ConcurrentHashMap<String, dataConcurrentHashMap<String, Value>>> [table, [target, [key, value]]]
-
-
Constructor Details
-
MigrationData
public MigrationData(@NotNull @NotNull Map<String, Set<String>> tablesKeys, @NotNull @NotNull ConcurrentHashMap<String, ConcurrentHashMap<String, ConcurrentHashMap<String, Value>>> data) Construct a newDialect.MigrationDatawith the given data- Parameters:
tablesKeys-tablesKeysdata-data
-