Skip to content

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

Open
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions