I need to insert specific numeric values in an auto increment defined column using hibernate.
Without specifying the value it behaves as expected but I need to insert some values that come from a migration and cannot change them.
Thanks in advance.