Uses of Interface
edu.wisc.library.ocfl.core.db.ObjectDetailsDatabase
-
Packages that use ObjectDetailsDatabase Package Description edu.wisc.library.ocfl.core edu.wisc.library.ocfl.core.db edu.wisc.library.ocfl.core.storage -
-
Uses of ObjectDetailsDatabase in edu.wisc.library.ocfl.core
Methods in edu.wisc.library.ocfl.core with parameters of type ObjectDetailsDatabase Modifier and Type Method Description OcflRepositoryBuilderOcflRepositoryBuilder. objectDetailsDb(ObjectDetailsDatabase objectDetailsDb)Used to store details about OCFL objects in the repository. -
Uses of ObjectDetailsDatabase in edu.wisc.library.ocfl.core.db
Classes in edu.wisc.library.ocfl.core.db that implement ObjectDetailsDatabase Modifier and Type Class Description classBaseObjectDetailsDatabaseclassH2ObjectDetailsDatabaseclassMariaDbObjectDetailsDatabaseclassPostgresObjectDetailsDatabaseMethods in edu.wisc.library.ocfl.core.db that return ObjectDetailsDatabase Modifier and Type Method Description ObjectDetailsDatabaseObjectDetailsDatabaseBuilder. build()Constructs a newObjectDetailsDatabaseinstance using the given dataSource. -
Uses of ObjectDetailsDatabase in edu.wisc.library.ocfl.core.storage
Constructors in edu.wisc.library.ocfl.core.storage with parameters of type ObjectDetailsDatabase Constructor Description ObjectDetailsDbOcflStorage(ObjectDetailsDatabase objectDetailsDb, OcflStorage delegate)
-