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