Uses of Class
org.hibernate.dialect.function.array.ArrayConstructorFunction
-
Packages that use ArrayConstructorFunction Package Description org.hibernate.dialect.function.array -
-
Uses of ArrayConstructorFunction in org.hibernate.dialect.function.array
Subclasses of ArrayConstructorFunction in org.hibernate.dialect.function.array Modifier and Type Class Description class
HSQLArrayConstructorFunction
class
OracleArrayConstructorFunction
class
PostgreSQLArrayConstructorFunction
Special array constructor function that also applies a cast to the array literal, based on the inferred result type.
-