Cannot declare List property in the JPA @Entity class. It says ‘Basic’ attribute type should not be a container July 14, 2023 by Tarik You can also use @ElementCollection: @ElementCollection private List<String> tags;