Uses of Interface
wbs.utils.util.database.RecordProducer
Packages that use RecordProducer
Package
Description
A variety of database utilities, primarily making use of SQLite, with some utils for generic games.
-
Uses of RecordProducer in wbs.utils.util.database
Classes in wbs.utils.util.database with type parameters of type RecordProducerModifier and TypeClassDescriptionclassAbstractDataManager<T extends RecordProducer,K> Represents an object that can be used to save & retrieveWbsRecords from a database.