Class EntityOfBasics.MutableValueConverter
java.lang.Object
org.hibernate.testing.orm.domain.gambit.EntityOfBasics.MutableValueConverter
- All Implemented Interfaces:
AttributeConverter<MutableValue,
String>
- Enclosing class:
- EntityOfBasics
public static class EntityOfBasics.MutableValueConverter
extends Object
implements AttributeConverter<MutableValue,String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvertToDatabaseColumn
(MutableValue attribute) convertToEntityAttribute
(String dbData)
-
Constructor Details
-
MutableValueConverter
public MutableValueConverter()
-
-
Method Details
-
convertToDatabaseColumn
- Specified by:
convertToDatabaseColumn
in interfaceAttributeConverter<MutableValue,
String>
-
convertToEntityAttribute
- Specified by:
convertToEntityAttribute
in interfaceAttributeConverter<MutableValue,
String>
-