HQL IN operator, Array of Enums ClassCastException

后端 未结 2 1156
不思量自难忘°
不思量自难忘° 2021-01-07 11:35

Here is my stripped down class and enum.

class A
{
    @Enumerated (value = EnumType.STRING)
    AType type;
}

enum AType
{
    X,Y
}

if I

2条回答
提交回复
热议问题