1 Reply Latest reply on Sep 19, 2008 3:30 PM by mocha

    not null fields with single table inheritance

      Does any one have a neat solution to handling required fields over a single table inheritance strategy?  if I make the column nullable false, then i get the column set to NOT NULL.  if I use @NotNull then the model doesn't seem to get validated.  Anyway to get the model validated, but avoid a not null DB column?