Uses of Class
org.hibernate.dialect.function.array.AbstractArrayIncludesFunction
-
Packages that use AbstractArrayIncludesFunction Package Description org.hibernate.dialect.function.array -
-
Uses of AbstractArrayIncludesFunction in org.hibernate.dialect.function.array
Subclasses of AbstractArrayIncludesFunction in org.hibernate.dialect.function.array Modifier and Type Class Description class
ArrayIncludesOperatorFunction
Special array includes implementation that uses the PostgreSQL@>
operator.class
ArrayIncludesUnnestFunction
Implement the array includes function by usingunnest
.class
H2ArrayIncludesFunction
H2 requires a very special emulation, becauseunnest
is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.class
OracleArrayIncludesFunction
-