public class PKCEAlgorithmStringConverter extends Object implements javax.persistence.AttributeConverter<PKCEAlgorithm,String>
Constructor and Description |
---|
PKCEAlgorithmStringConverter() |
Modifier and Type | Method and Description |
---|---|
String |
convertToDatabaseColumn(PKCEAlgorithm attribute) |
PKCEAlgorithm |
convertToEntityAttribute(String dbData) |
public PKCEAlgorithmStringConverter()
public String convertToDatabaseColumn(PKCEAlgorithm attribute)
convertToDatabaseColumn
in interface javax.persistence.AttributeConverter<PKCEAlgorithm,String>
public PKCEAlgorithm convertToEntityAttribute(String dbData)
convertToEntityAttribute
in interface javax.persistence.AttributeConverter<PKCEAlgorithm,String>
Copyright © 2018. All rights reserved.