Uses of Interface
io.objectbox.Factory
-
Packages that use Factory Package Description io.objectbox ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite. -
-
Uses of Factory in io.objectbox
Fields in io.objectbox declared as Factory Modifier and Type Field Description private Factory<java.io.InputStream>BoxStoreBuilder. initialDbFileFactoryMethods in io.objectbox with parameters of type Factory Modifier and Type Method Description BoxStoreBuilderBoxStoreBuilder. initialDbFile(Factory<java.io.InputStream> initialDbFileFactory)Let's you specify a provider for a DB file to be used during initial start of the app (no DB file exists yet).
-