Using {{PostgreSQL95Dialect}}, when saving an entity with a {{Set<String>}} element collection, if the collection has changes the query fails with:
{code} java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgPreparedStatement.setNString(int, String) is not yet implemented. at org.postgresql.Driver.notImplemented(Driver.java:669) at org.postgresql.jdbc.PgPreparedStatement.setNString(PgPreparedStatement.java:1427) at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.setNString(WrappedPreparedStatement.java:1745) at org.hibernate.type.descriptor.sql.NVarcharTypeDescriptor$1.doBind(NVarcharTypeDescriptor.java:46) at org.hibernate.type.descriptor.sql.BasicBinder.bind(BasicBinder.java:74) {code} |
|