Class PropertyRangeConverter
java.lang.Object
com.maplander.backend.repository.converter.PropertyRangeConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<List<PropertyRange>,String>
public class PropertyRangeConverter
extends Object
implements jakarta.persistence.AttributeConverter<List<PropertyRange>,String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn(List<PropertyRange> attribute) convertToEntityAttribute(String dbData)
-
Constructor Details
-
PropertyRangeConverter
public PropertyRangeConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumnin interfacejakarta.persistence.AttributeConverter<List<PropertyRange>,String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttributein interfacejakarta.persistence.AttributeConverter<List<PropertyRange>,String>
-