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