Uses of Enum Class
jakarta.persistence.ConstraintMode
Packages that use ConstraintMode
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of ConstraintMode in jakarta.persistence
Methods in jakarta.persistence that return ConstraintModeModifier and TypeMethodDescriptionstatic ConstraintModeReturns the enum constant of this class with the specified name.static ConstraintMode[]ConstraintMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConstraintMode in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as ConstraintModeMethods in org.hibernate.boot.jaxb.mapping that return ConstraintModeModifier and TypeMethodDescriptionJaxbForeignKey.getConstraintMode()Gets the value of the constraintMode property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type ConstraintModeModifier and TypeMethodDescriptionAdapter6.marshal(ConstraintMode value) voidJaxbForeignKey.setConstraintMode(ConstraintMode value) Sets the value of the constraintMode property. -
Uses of ConstraintMode in org.hibernate.boot.jaxb.mapping.marshall
Methods in org.hibernate.boot.jaxb.mapping.marshall that return ConstraintModeMethods in org.hibernate.boot.jaxb.mapping.marshall with parameters of type ConstraintModeModifier and TypeMethodDescriptionstatic StringConstraintModeMarshalling.toXml(ConstraintMode constraintMode)