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