Package io.goobi.viewer.dao.converter
Class NumberListConverter
java.lang.Object
io.goobi.viewer.dao.converter.NumberListConverter
public class NumberListConverter
extends Object
implements jakarta.persistence.AttributeConverter<List<Long>,String>
Store simple strings in single database field
- Author:
- florian
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn
(List<Long> attribute) convertToEntityAttribute
(String dbData)
-
Constructor Details
-
NumberListConverter
public NumberListConverter()
-
-
Method Details