Class HardSoftScoreConverter
- java.lang.Object
-
- org.optaplanner.persistence.jpa.api.score.buildin.hardsoft.HardSoftScoreConverter
-
- All Implemented Interfaces:
javax.persistence.AttributeConverter<HardSoftScore,String>
public class HardSoftScoreConverter extends Object implements javax.persistence.AttributeConverter<HardSoftScore,String>
-
-
Constructor Summary
Constructors Constructor Description HardSoftScoreConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
convertToDatabaseColumn(HardSoftScore score)
HardSoftScore
convertToEntityAttribute(String scoreString)
-
-
-
Method Detail
-
convertToDatabaseColumn
public String convertToDatabaseColumn(HardSoftScore score)
- Specified by:
convertToDatabaseColumn
in interfacejavax.persistence.AttributeConverter<HardSoftScore,String>
-
convertToEntityAttribute
public HardSoftScore convertToEntityAttribute(String scoreString)
- Specified by:
convertToEntityAttribute
in interfacejavax.persistence.AttributeConverter<HardSoftScore,String>
-
-