Class BendableScoreConverter

    • Constructor Detail

      • BendableScoreConverter

        public BendableScoreConverter()
    • Method Detail

      • convertToDatabaseColumn

        public String convertToDatabaseColumn​(BendableScore score)
        Specified by:
        convertToDatabaseColumn in interface javax.persistence.AttributeConverter<BendableScore,​String>
      • convertToEntityAttribute

        public BendableScore convertToEntityAttribute​(String scoreString)
        Specified by:
        convertToEntityAttribute in interface javax.persistence.AttributeConverter<BendableScore,​String>