Class TremoloTypeConverter

java.lang.Object
com.musicxmltasks.musicxml.converter.BaseConverter
com.musicxmltasks.musicxml.converter.TremoloTypeConverter
All Implemented Interfaces:
javax.persistence.AttributeConverter<TremoloType,​java.lang.String>

public class TremoloTypeConverter
extends BaseConverter
implements javax.persistence.AttributeConverter<TremoloType,​java.lang.String>
  • Constructor Details

    • TremoloTypeConverter

      public TremoloTypeConverter()
  • Method Details

    • convertToDatabaseColumn

      public java.lang.String convertToDatabaseColumn​(TremoloType enumValue)
      Specified by:
      convertToDatabaseColumn in interface javax.persistence.AttributeConverter<TremoloType,​java.lang.String>
    • convertToEntityAttribute

      public TremoloType convertToEntityAttribute​(java.lang.String value)
      Specified by:
      convertToEntityAttribute in interface javax.persistence.AttributeConverter<TremoloType,​java.lang.String>