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 class
ArrayAndElementArgumentValidator
AArgumentsValidator
that validates the array type is compatible with the element type.class
ArrayContainsArgumentValidator
AArgumentsValidator
that validates the arguments for thearray_contains
function.class
ArrayIncludesArgumentValidator
AArgumentsValidator
that validates the arguments for thearray_includes
function.
-