Uses of Class
org.hibernate.dialect.function.array.ArrayConcatElementFunction
-
Packages that use ArrayConcatElementFunction Package Description org.hibernate.dialect.function.array -
-
Uses of ArrayConcatElementFunction in org.hibernate.dialect.function.array
Subclasses of ArrayConcatElementFunction in org.hibernate.dialect.function.array Modifier and Type Class Description class
OracleArrayConcatElementFunction
Oracle concatenation function for array and an element.class
PostgreSQLArrayConcatElementFunction
PostgreSQL variant of the function to properly returnnull
when the array argument is null.
-