Javasick
Results
1
comments of
Javasick
How to implement array of SQL enum in 6.4? ``` @Type( value = EnumArrayType.class, parameters = @Parameter( name = AbstractArrayType.SQL_ARRAY_TYPE, value = "status" ) ) @Column(name = "statuses", columnDefinition =...