class |
BooleanArrayType |
Maps a boolean[] array on a PostgreSQL ARRAY column type.
|
class |
DateArrayType |
Maps an Date[] array on a PostgreSQL date[] ARRAY type.
|
class |
DecimalArrayType |
Maps a decimal[] array on a PostgreSQL ARRAY column type.
|
class |
DoubleArrayType |
Maps a double[] array on a PostgreSQL ARRAY type.
|
class |
EnumArrayType |
Maps an Enum[] array on a database ARRAY type.
|
class |
IntArrayType |
Maps an int[] array on a PostgreSQL ARRAY type.
|
class |
ListArrayType |
Maps an List entity attribute on a PostgreSQL ARRAY column type.
|
class |
LocalDateArrayType |
Maps a java.Time.LocalDate[] array on a PostgreSQL date[] ARRAY type.
|
class |
LocalDateTimeArrayType |
Maps a java.Time.LocalDateTime[] array on a PostgreSQL timestamp[] ARRAY type.
|
class |
LongArrayType |
Maps an long[] array on a PostgreSQL ARRAY type.
|
class |
StringArrayType |
Maps an String[] array on a PostgreSQL ARRAY type.
|
class |
TimestampArrayType |
Maps an Date[] array on a PostgreSQL timestamp[] ARRAY type.
|
class |
UUIDArrayType |
Maps an UUID[] array on a PostgreSQL ARRAY type.
|