java.lang.Object
io.ebeaninternal.server.deploy.PropertyForeignKey
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct for "No Constraint".PropertyForeignKey(io.ebean.annotation.DbForeignKey dbForeignKey) Construct for the mapping annotation. -
Method Summary
Modifier and TypeMethodDescriptionio.ebean.annotation.ConstraintModeio.ebean.annotation.ConstraintModebooleanboolean
-
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()
-