Package io.goobi.viewer.dao.converter
Class ThemeLinkConverter
java.lang.Object
io.goobi.viewer.dao.converter.ThemeLinkConverter
- All Implemented Interfaces:
AttributeConverter<List<ThemeLink>,String>
public class ThemeLinkConverter
extends Object
implements AttributeConverter<List<ThemeLink>,String>
- Author:
- Florian Alpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(List<ThemeLink> attribute) convertToEntityAttribute(String dbData)
-
Constructor Details
-
ThemeLinkConverter
public ThemeLinkConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfaceAttributeConverter<List<ThemeLink>,String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfaceAttributeConverter<List<ThemeLink>,String>
-