I have an Entity with a field of type String[], mapped to a PostgreSQL database with a text[] column. With Spring Data JDBC (Spring Boot 3.3.1), when using JdbcAggregateOperations.findAll API (or ...