0 Replies Latest reply on Nov 24, 2010 3:28 AM by sslavic

    Support for validating mapping and jsr303 consistency

    sslavic

      Does Hibernate Tools support validating orm and jsr303 consistency? E.g. if a property is mapped to a column with nullable set to false, check could report a warning when there is no @NotNull jsr303 annotation on that field. Similarly length constraints could be checked for consistency.