- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<LOV,String>
public class LOVConverter
extends Object
implements jakarta.persistence.AttributeConverter<LOV,String>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LOVConverter
public LOVConverter()
-
Method Details
-
convertToDatabaseColumn
public String convertToDatabaseColumn(LOV attribute)
- Specified by:
convertToDatabaseColumn in interface jakarta.persistence.AttributeConverter<LOV,String>
-
convertToEntityAttribute
public LOV convertToEntityAttribute(String dbData)
- Specified by:
convertToEntityAttribute in interface jakarta.persistence.AttributeConverter<LOV,String>