Relative Content

Tag Archive for javasql-serverspringhibernatejpa

Hibernate forces foreign key to be non-null

I want a Product to have an optional ProductType.
But during schema generation, Hibernate for some reason ignores my definition and creates a non-nullable column for a foreign-key.
We are using Hibernate for schema management and MSSQL Server 16.