Interface PlatformArrayTypeFactory
public interface PlatformArrayTypeFactory
Factory for platform specific handling/ScalarTypes for DB ARRAY.
-
Method Summary
Modifier and TypeMethodDescriptionio.ebean.core.type.ScalarType<?> Return the ScalarType to handle DB ARRAY for the given element type.io.ebean.core.type.ScalarType<?> typeForEnum(io.ebean.core.type.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
io.ebean.core.type.ScalarType<?> typeForEnum(io.ebean.core.type.ScalarType<?> scalarType, boolean nullable) Return the ScalarType to handle DB ARRAY for the given enum element type.
-