The Wayback Machine - https://web.archive.org/web/20220709035630/https://github.com/topics/array
Skip to content
#

array

Here are 3,422 public repositories matching this topic...

AlexisJehan
AlexisJehan commented May 10, 2022

Hibernate ORM core version: 5.6.8.Final
Hibernate Types 55 version: 2.16.2

StringArrayType is expected to work with multidimensional arrays based on the Javadoc, but that isn't the case when used with Hibernate native query parameters and PostgreSQL.

One dimensional array parameter is working as expected:

public Customer findWithOneDimensionalArrayParameter() {
	return (C

Improve this page

Add a description, image, and links to the array topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the array topic, visit your repo's landing page and select "manage topics."

Learn more