Package cn.dinodev.spring.data.converts
Class ListLongJsonbConverter
java.lang.Object
cn.dinodev.spring.data.converts.ListLongJsonbConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<List<Long>,org.postgresql.util.PGobject>
@Component
public class ListLongJsonbConverter
extends Object
implements jakarta.persistence.AttributeConverter<List<Long>,org.postgresql.util.PGobject>
- Author:
- Cody Lu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.postgresql.util.PGobjectconvertToDatabaseColumn(List<Long> attribute) convertToEntityAttribute(org.postgresql.util.PGobject dbData)
-
Constructor Details
-
ListLongJsonbConverter
public ListLongJsonbConverter()
-
-
Method Details
-
convertToDatabaseColumn
-
convertToEntityAttribute
-