Class ProcessSettingsConverter
java.lang.Object
org.qubership.atp.mia.model.converters.ProcessSettingsConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<ProcessSettings,ProcessSettingsDto>
@Component
public class ProcessSettingsConverter
extends Object
implements javax.persistence.AttributeConverter<ProcessSettings,ProcessSettingsDto>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(ProcessSettings processSettings) convertToEntityAttribute(ProcessSettingsDto processSettingsDto)
-
Constructor Details
-
ProcessSettingsConverter
public ProcessSettingsConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfacejavax.persistence.AttributeConverter<ProcessSettings,ProcessSettingsDto>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfacejavax.persistence.AttributeConverter<ProcessSettings,ProcessSettingsDto>
-