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