| As per the comments of @Lob:
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.
The latter causes an NPE in the Cassandra dialect. BuiltInTypeTest needs to be amended to cover that case, too. |