Uses of Interface
io.ocfl.core.db.ObjectDetailsDatabase
-
Packages that use ObjectDetailsDatabase Package Description io.ocfl.core io.ocfl.core.db io.ocfl.core.storage -
-
Uses of ObjectDetailsDatabase in io.ocfl.core
Methods in io.ocfl.core with parameters of type ObjectDetailsDatabase Modifier and Type Method Description OcflRepositoryBuilder
OcflRepositoryBuilder. objectDetailsDb(ObjectDetailsDatabase objectDetailsDb)
Used to store details about OCFL objects in the repository. -
Uses of ObjectDetailsDatabase in io.ocfl.core.db
Classes in io.ocfl.core.db that implement ObjectDetailsDatabase Modifier and Type Class Description class
BaseObjectDetailsDatabase
class
H2ObjectDetailsDatabase
class
MariaDbObjectDetailsDatabase
class
PostgresObjectDetailsDatabase
Methods in io.ocfl.core.db that return ObjectDetailsDatabase Modifier and Type Method Description ObjectDetailsDatabase
ObjectDetailsDatabaseBuilder. build()
Constructs a newObjectDetailsDatabase
instance using the given dataSource. -
Uses of ObjectDetailsDatabase in io.ocfl.core.storage
Constructors in io.ocfl.core.storage with parameters of type ObjectDetailsDatabase Constructor Description ObjectDetailsDbOcflStorage(ObjectDetailsDatabase objectDetailsDb, OcflStorage delegate)
-