public class BendableScoreConverter extends Object implements javax.persistence.AttributeConverter<org.optaplanner.core.api.score.buildin.bendable.BendableScore,String>
Constructor and Description |
---|
BendableScoreConverter() |
Modifier and Type | Method and Description |
---|---|
String |
convertToDatabaseColumn(org.optaplanner.core.api.score.buildin.bendable.BendableScore score) |
org.optaplanner.core.api.score.buildin.bendable.BendableScore |
convertToEntityAttribute(String scoreString) |
public String convertToDatabaseColumn(org.optaplanner.core.api.score.buildin.bendable.BendableScore score)
convertToDatabaseColumn
in interface javax.persistence.AttributeConverter<org.optaplanner.core.api.score.buildin.bendable.BendableScore,String>
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.