Class SolrAndSqlAnnotationSaver
java.lang.Object
io.goobi.viewer.model.annotation.serialization.SolrAndSqlAnnotationSaver
- All Implemented Interfaces:
AnnotationSaver
- Author:
- florian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
save
(PersistentAnnotation... annotations) Save the annotation.
-
Constructor Details
-
SolrAndSqlAnnotationSaver
-
-
Method Details
-
save
Description copied from interface:AnnotationSaver
Save the annotation. Overwrites an existing annotation if it has the same id- Specified by:
save
in interfaceAnnotationSaver
- Parameters:
annotations
- The annotation to save- Throws:
IOException
- If saving the annotation fails
-