spring-data-relational
spring-data-relational copied to clipboard
Custom type converters only support simple types [DATAJDBC-315]
trafficstars
cn-src opened DATAJDBC-315 and commented
Only support PgArray to String.
public class PgArrayConverter implements Converter<PgArray, String>
to List<String>, or String[]
has error: Couldn't find PersistentEntity for type class java.lang.String!
Or is there another way to complete the conversion?
1 votes, 2 watchers
@mp911de I'd like your opinion on this.