public interface PlatformArrayTypeFactory
Factory for platform specific handling/ScalarTypes for DB ARRAY.
-
Method Summary
Modifier and TypeMethodDescriptionScalarType<?> Return the ScalarType to handle DB ARRAY for the given element type.ScalarType<?> typeForEnum(ScalarType<?> scalarType, boolean nullable) Return the ScalarType to handle DB ARRAY for the given enum element type.
-
Method Details
-
typeFor
Return the ScalarType to handle DB ARRAY for the given element type. -
typeForEnum
Return the ScalarType to handle DB ARRAY for the given enum element type.
-