Class PropertyForeignKey

java.lang.Object
io.ebeaninternal.server.deploy.PropertyForeignKey

public final class PropertyForeignKey extends Object
  • Constructor Details

    • PropertyForeignKey

      public PropertyForeignKey()
      Construct for "No Constraint".
    • PropertyForeignKey

      public PropertyForeignKey(io.ebean.annotation.DbForeignKey dbForeignKey)
      Construct for the mapping annotation.
  • Method Details

    • isNoIndex

      public boolean isNoIndex()
    • isNoConstraint

      public boolean isNoConstraint()
    • getOnDelete

      public io.ebean.annotation.ConstraintMode getOnDelete()
    • getOnUpdate

      public io.ebean.annotation.ConstraintMode getOnUpdate()