Skip to content
#

enum

Here are 606 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 enum 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 enum topic, visit your repo's landing page and select "manage topics."

Learn more