Uses of Class
org.zalando.typemapper.postgres.PgArray
-
Packages that use PgArray Package Description org.zalando.typemapper.postgres -
-
Uses of PgArray in org.zalando.typemapper.postgres
Methods in org.zalando.typemapper.postgres that return PgArray Modifier and Type Method Description static <T> PgArray<T>PgArray. ARRAY(Collection<T> collection)static <T> PgArray<T>PgArray. ARRAY(T... array)
-