java.lang.Object
org.qubership.atp.itf.lite.backend.model.entities.converters.ListConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<List<String>,String>
@Component
public class ListConverter
extends Object
implements javax.persistence.AttributeConverter<List<String>,String>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ListConverter
public ListConverter()
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumn in interface javax.persistence.AttributeConverter<List<String>,String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttribute in interface javax.persistence.AttributeConverter<List<String>,String>