Interface PlatformArrayTypeFactory


public interface PlatformArrayTypeFactory
Factory for platform specific handling/ScalarTypes for DB ARRAY.
  • Method Summary

    Modifier and Type
    Method
    Description
    typeFor(Type valueType, boolean nullable)
    Return the ScalarType to handle DB ARRAY for the given element type.
    typeForEnum(ScalarType<?> scalarType, boolean nullable)
    Return the ScalarType to handle DB ARRAY for the given enum element type.
  • Method Details

    • 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.