Interface PlatformArrayTypeFactory

    • Method Detail

      • typeFor

        ScalarType<?> typeFor​(Type valueType,
                              boolean nullable)
        Return the ScalarType to handle DB ARRAY for the given element type.
      • typeForEnum

        ScalarType<?> typeForEnum​(ScalarType<?> scalarType,
                                  boolean nullable)
        Return the ScalarType to handle DB ARRAY for the given enum element type.