Class PrimaryKeyConstraint


  • public final class PrimaryKeyConstraint
    extends Constraint
    Foreign key Constraint uniquely identifying a different entity (row from another table).
    Since:
    1.0.0
    • Constructor Detail

      • PrimaryKeyConstraint

        public PrimaryKeyConstraint​(String name,
                                    io.github.mmm.value.PropertyPath<?> column)
        The constructor.
        Parameters:
        name - the name.
        column - the (first) column.
      • PrimaryKeyConstraint

        public PrimaryKeyConstraint​(io.github.mmm.property.ReadableProperty<?> column)
        The constructor.
        Parameters:
        column - the (first) column.