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