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 StringconvertToDatabaseColumn(HardSoftScore score)HardSoftScoreconvertToEntityAttribute(String scoreString)
-
-
-
Method Detail
-
convertToDatabaseColumn
public String convertToDatabaseColumn(HardSoftScore score)
- Specified by:
convertToDatabaseColumnin interfacejavax.persistence.AttributeConverter<HardSoftScore,String>
-
convertToEntityAttribute
public HardSoftScore convertToEntityAttribute(String scoreString)
- Specified by:
convertToEntityAttributein interfacejavax.persistence.AttributeConverter<HardSoftScore,String>
-
-