Update:
Turns out this is not exclusively related to {{@Lob}}. Rather it's a general issue with element collections of basic types. The built-in datatypes for list/set/map seem like a good mapping for these.
As per the comments of {{@Lob}}:
{quote} The @Lob annotation may be used in conjunction with the @Basic annotation or the @ElementCollection annotation when the element collection value is of basic type. {quote}
The latter causes an NPE in the Cassandra dialect. {{BuiltInTypeTest}} needs to be amended to cover that case, too. - |
|