Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ConstraintMode |
ForeignKey.getConstraintMode()
Returns the
constraint-mode attribute |
static ConstraintMode |
ConstraintMode.getFromStringValue(String value) |
static ConstraintMode |
ConstraintMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstraintMode[] |
ConstraintMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey<T> |
ForeignKey.constraintMode(ConstraintMode constraintMode)
Sets the
constraint-mode attribute |
Copyright © 2024 JBoss by Red Hat. All rights reserved.