Description
OpenJPA disallows setting of null values to basic fields that are not optional.
But it allows setting null values to basic fields whose column is set as nullable=false.
Attachments
Issue Links
- incorporates
-
OPENJPA-811 With Oracle, OpenJPA allows setting non-nullable field to null
- Closed
- is duplicated by
-
OPENJPA-393 @Column(nullable=false) setting not taken into account for String field values
- Closed
- relates to
-
OPENJPA-2559 OpenJPA silently ignores assigning a null value to a non-nullable column
- Open