open fun setValidationProperties(jpaProperties: Properties): Unit
Specify bean validation properties to be passed to the validation provider.
Can be populated with a String "value" (parsed via PropertiesEditor) or a "props" element in XML bean definitions.
See Also
javax.validation.Configuration#addProperty(String, String)