Package fr.gouv.vitam.worker.core.utils
Class JsonLineDataBase
java.lang.Object
fr.gouv.vitam.worker.core.utils.JsonLineDataBase
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JsonLineDataBase
-
-
Method Details
-
write
Writes a JSON object to the database.- Parameters:
id
- The ID of the objectobject
- The JSON object
-
read
Reads a JSON object from the database.- Parameters:
id
- The ID of the object- Returns:
- The JSON object, or `null` if the object does not exist
-