Class TranslatedTextConverter

java.lang.Object
io.goobi.viewer.dao.converter.TranslatedTextConverter
All Implemented Interfaces:
AttributeConverter<TranslatedText,String>

public class TranslatedTextConverter extends Object implements AttributeConverter<TranslatedText,String>
Objects using this converter should be cloned after reading from the database, otherwise changes to the text values may not be updated correctly.
Author:
Florian Alpers