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