bentobox/src/main/java/us/tastybento/bskyblock/database/sqlite
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
..
SQLiteDatabase.java Added a concept of UUID to the class that is to be saved. 2017-05-23 22:41:05 -07:00