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 ConstraintModeForeignKey. constraintModeMethods in org.hibernate.jpamodelgen.xml.jaxb that return ConstraintMode Modifier and Type Method Description static ConstraintModeConstraintMode. fromValue(String v)ConstraintModeForeignKey. getConstraintMode()Gets the value of the constraintMode property.static ConstraintModeConstraintMode. 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 voidForeignKey. setConstraintMode(ConstraintMode value)Sets the value of the constraintMode property.
-