I am new to both CockroachDb and Hibernate/JPA. I am trying to understand how to map Array types in CockroachDb to a java type in an entity class. I see in the hibernate docs some information about types and casts https://docs.jboss.org/hibernate/stable/core.old/reference/en/html/mapping-types.html . There is no information about CockroachDb's Array type here, does this mean that it is not supported yet in JPA/Hibernate?
Thank you for your help.