Class SyncTypeConverter
java.lang.Object
com.musicxmltasks.musicxml.converter.BaseConverter
com.musicxmltasks.musicxml.converter.SyncTypeConverter
- All Implemented Interfaces:
javax.persistence.AttributeConverter<SyncType,java.lang.String>
public class SyncTypeConverter extends BaseConverter implements javax.persistence.AttributeConverter<SyncType,java.lang.String>
-
Constructor Summary
Constructors Constructor Description SyncTypeConverter() -
Method Summary
Modifier and Type Method Description java.lang.StringconvertToDatabaseColumn(SyncType enumValue)SyncTypeconvertToEntityAttribute(java.lang.String value)Methods inherited from class com.musicxmltasks.musicxml.converter.BaseConverter
dbValueToEnum, enumToDbValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SyncTypeConverter
public SyncTypeConverter()
-
-
Method Details