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