Open
Description
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