Uses of Class
org.zalando.typemapper.postgres.PgArray
Packages that use PgArray
-
Uses of PgArray in org.zalando.typemapper.postgres
Methods in org.zalando.typemapper.postgres that return PgArrayModifier and TypeMethodDescriptionstatic <T> PgArray<T> PgArray.ARRAY(Collection<T> collection) static <T> PgArray<T> PgArray.ARRAY(T... array)