I\'m working with a legacy database in Oracle and some of my tables have columns that are set to NOT-NULL that I don\'t want in my domain model, but, obviously, I need to sp
you could go with custom CRUD sql, in java i'd say a private setter with default value for the attribute would work too