Package io.goobi.viewer.dao.converter
Class DisplayScopeConverter
java.lang.Object
io.goobi.viewer.dao.converter.DisplayScopeConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<DisplayScope,
String>
public class DisplayScopeConverter
extends Object
implements jakarta.persistence.AttributeConverter<DisplayScope,String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn
(DisplayScope attribute) convertToEntityAttribute
(String dbData)
-
Constructor Details
-
DisplayScopeConverter
public DisplayScopeConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumn
in interfacejakarta.persistence.AttributeConverter<DisplayScope,
String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttribute
in interfacejakarta.persistence.AttributeConverter<DisplayScope,
String>
-