Class ImportResultConverter
java.lang.Object
org.qubership.integration.platform.runtime.catalog.persistence.configs.converter.ImportResultConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<ImportResult,String>
public class ImportResultConverter
extends Object
implements jakarta.persistence.AttributeConverter<ImportResult,String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(ImportResult importResult) convertToEntityAttribute(String importResultColumnValue)
-
Constructor Details
-
ImportResultConverter
public ImportResultConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfacejakarta.persistence.AttributeConverter<ImportResult,String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfacejakarta.persistence.AttributeConverter<ImportResult,String>
-