Interface ConstraintNameAware

All Known Implementing Classes:
Constraint, ForeignKey

public interface ConstraintNameAware
Represents an entity that is aware of a database constraint name. Classes implementing this interface should provide the name of a specific database constraint.
Since:
0.13.3
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the name of the database constraint associated with this entity.
  • Method Details

    • getConstraintName

      @Nonnull String getConstraintName()
      Retrieves the name of the database constraint associated with this entity.
      Returns:
      the name of the constraint as a non-null String.