Package jakarta.nosql.tck.entities
Class MoneyConverter
java.lang.Object
jakarta.nosql.tck.entities.MoneyConverter
- All Implemented Interfaces:
AttributeConverter<Money,
String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn
(Money attribute) convertToEntityAttribute
(String dbData)
-
Constructor Details
-
MoneyConverter
public MoneyConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumn
in interfaceAttributeConverter<Money,
String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttribute
in interfaceAttributeConverter<Money,
String>
-