spring-data-relational icon indicating copy to clipboard operation
spring-data-relational copied to clipboard

Custom type converters only support simple types [DATAJDBC-315]

Open spring-projects-issues opened this issue 6 years ago • 2 comments
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

spring-projects-issues avatar Jan 05 '19 18:01 spring-projects-issues

xiangzi-jiangxin commented

cn-src Hello, I had the same problem. Can you solve  it?

spring-projects-issues avatar Jan 21 '19 16:01 spring-projects-issues

@mp911de I'd like your opinion on this.

schauder avatar Jul 08 '24 07:07 schauder