Uses of Class
org.hibernate.dialect.function.array.ArrayArgumentValidator
-
Packages that use ArrayArgumentValidator Package Description org.hibernate.dialect.function.array -
-
Uses of ArrayArgumentValidator in org.hibernate.dialect.function.array
Subclasses of ArrayArgumentValidator in org.hibernate.dialect.function.array Modifier and Type Class Description classArrayAndElementArgumentValidatorAArgumentsValidatorthat validates the array type is compatible with the element type.classArrayContainsArgumentValidatorAArgumentsValidatorthat validates the arguments for thearray_containsfunction.classArrayIncludesArgumentValidatorAArgumentsValidatorthat validates the arguments for thearray_includesfunction.
-