Package io.goobi.viewer.dao.converter
Class NumberListConverter
java.lang.Object
io.goobi.viewer.dao.converter.NumberListConverter
- All Implemented Interfaces:
AttributeConverter<List<Long>,String>
Store simple strings in single database field.
- Author:
- Florian Alpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(List<Long> attribute) convertToEntityAttribute(String dbData)
-
Constructor Details
-
NumberListConverter
public NumberListConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfaceAttributeConverter<List<Long>,String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfaceAttributeConverter<List<Long>,String>
-