Uses of Enum Class
org.hibernate.tool.schema.ValidationConstraintDdlInfluence
Packages that use ValidationConstraintDdlInfluence
Package
Description
Support for integrating Jakarta Bean Validation.
Contains tooling related to DDL generation, export, migration, and validation.
-
Uses of ValidationConstraintDdlInfluence in org.hibernate.boot.beanvalidation
Methods in org.hibernate.boot.beanvalidation that return ValidationConstraintDdlInfluence -
Uses of ValidationConstraintDdlInfluence in org.hibernate.tool.schema
Subclasses with type arguments of type ValidationConstraintDdlInfluence in org.hibernate.tool.schemaModifier and TypeClassDescriptionenumMethods in org.hibernate.tool.schema that return ValidationConstraintDdlInfluenceModifier and TypeMethodDescriptionValidationConstraintDdlInfluence.resolve(ServiceRegistry serviceRegistry, Set<ValidationMode> validationModes) Returns the enum constant of this class with the specified name.static ValidationConstraintDdlInfluence[]ValidationConstraintDdlInfluence.values()Returns an array containing the constants of this enum class, in the order they are declared.