Informix - Detecting of serial(8) datatype does not recognized anymore

Description

In Hibernate 4 the informix datatype serial8 is detected and the id generation is provided by the database. After upgrading to any Hibernate 5 version it tries to use the hibernate_sequence which does not exists.

I'm using the following jpa annotations on my id.

Was this change intended? I'm not sure if its a bug...

Greets
Meleagros

Activity

Show:

Andrea Boriero December 7, 2015 at 5:04 PM

Default value for `hibernate.id.new_generator_mappings` setting changed to true for 5.0, so you have to set it to false in order to obtain the 4.x behaviour.

Rejected

Details

Assignee

Reporter

Labels

Components

Affects versions

Priority

Created December 1, 2015 at 3:29 PM
Updated February 25, 2016 at 3:45 PM
Resolved February 25, 2016 at 3:45 PM