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 Details

    • ImportResultConverter

      public ImportResultConverter()
  • Method Details

    • convertToDatabaseColumn

      public String convertToDatabaseColumn(ImportResult importResult)
      Specified by:
      convertToDatabaseColumn in interface jakarta.persistence.AttributeConverter<ImportResult,String>
    • convertToEntityAttribute

      public ImportResult convertToEntityAttribute(String importResultColumnValue)
      Specified by:
      convertToEntityAttribute in interface jakarta.persistence.AttributeConverter<ImportResult,String>