Class ScalarTypeJsonSet


  • public class ScalarTypeJsonSet
    extends Object
    Types for mapping List in JSON format to DB types VARCHAR, JSON and JSONB.
    • Method Detail

      • typeFor

        public static ScalarType<?> typeFor​(boolean postgres,
                                            int dbType,
                                            DocPropertyType docPropertyType,
                                            boolean nullable)
        Return the appropriate ScalarType for the requested dbType and Postgres.