Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.ConstraintMode
-
Packages that use ConstraintMode Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of ConstraintMode in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb declared as ConstraintMode Modifier and Type Field Description protected ConstraintMode
ForeignKey. constraintMode
Methods in org.hibernate.jpamodelgen.xml.jaxb that return ConstraintMode Modifier and Type Method Description static ConstraintMode
ConstraintMode. fromValue(String v)
ConstraintMode
ForeignKey. getConstraintMode()
Gets the value of the constraintMode property.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.Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type ConstraintMode Modifier and Type Method Description void
ForeignKey. setConstraintMode(ConstraintMode value)
Sets the value of the constraintMode property.
-