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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(ConsentScope attribute) convertToEntityAttribute(String dbData)
-
Constructor Details
-
ConsentScopeConverter
public ConsentScopeConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfacejakarta.persistence.AttributeConverter<ConsentScope,String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfacejakarta.persistence.AttributeConverter<ConsentScope,String>
-