I am stuck with an issue while using Hibernate - JPA.
Issue is I am having an entry which is of type ArrayList. This ArrayList can have any type of values, but limited to some primitive ones + String + Timestamp. In short entries which are not entities, but elementary values.
My question here is what type I should use to store this kind of field in the Entity?