Hibernate OneToOne - how to set null value?
- by EugeneP
If I want to save a linked instance as null in a database, what should I do?
I cannot simply pass null to obj.setOneToOneAssociatedObject(null)
Still, I want to save this link as null (table allows it).