Class ISBNConverter
- java.lang.Object
-
- org.hibernate.reactive.it.quarkus.qe.database.ISBNConverter
-
- All Implemented Interfaces:
AttributeConverter<Long,String>
public class ISBNConverter extends Object implements AttributeConverter<Long,String>
-
-
Constructor Summary
Constructors Constructor Description ISBNConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringconvertToDatabaseColumn(Long number)LongconvertToEntityAttribute(String s)
-
-
-
Method Detail
-
convertToDatabaseColumn
public String convertToDatabaseColumn(Long number)
- Specified by:
convertToDatabaseColumnin interfaceAttributeConverter<Long,String>
-
convertToEntityAttribute
public Long convertToEntityAttribute(String s)
- Specified by:
convertToEntityAttributein interfaceAttributeConverter<Long,String>
-
-