Package org.hibernate.annotations

Annotation Type Check

    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      Stringconstraints
      The check constraint, written in native SQL.
    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      Stringname
      The optional name of the check constraint.
    • Element Detail

      • constraints

        String constraints
        The check constraint, written in native SQL.
      • name

        String name
        The optional name of the check constraint.
        Default:
        ""