bentobox/src/main/java/us/tastybento/bskyblock/database
tastybento 20d74e19c9 Added a concept of UUID to the class that is to be saved.
If the class to be saved does not define its own uuid, then one will be
generated at random by the database manager. For flat file databases,
the UUID is used for filenames. For other databases, it's an index
record. If the class defines a UUID then the same record will be
replaced again and again. i.e., it's like a config file.
2017-05-23 22:41:05 -07:00
..
flatfile Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
mysql Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
objects Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
sqlite Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
AbstractDatabaseHandler.java Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
BSBDatabase.java Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
DatabaseConnecter.java Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
DatabaseConnectionSettingsImpl.java Database additions 2017-05-21 16:53:17 -07:00
IslandsManager.java Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
OfflineHistoryMessages.java WIP: Island class - saving to flat file. 2017-05-21 21:37:10 -07:00
PlayersManager.java Changed checkPerm to hasPerm. 2017-05-21 00:17:20 -07:00
RunTest.java Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00
Test.java Flat file database is now writing and reading correctly with various 2017-05-21 18:18:02 -07:00