Relative Content

Tag Archive for spring-bootspring-data-jpa

Failed to initialize JPA EntityManagerFactory: Property ” is not a collection and may not be a ‘@OneToMany’, ‘@ManyToMany’, or ‘@ElementCollection’

I’m trying to create a system to help manage company I’m in. One of the module is ticketing problems. Previously I was using nonSQL DB but decided to learn something new. I’m not sure if it’s a problem with classes or just wrong sql model. I want users to be able to create Tickets and be able to Comment them. But all I got is errors.
I have:
User.java

Memory Leak while persisting bulk data

I am importing a lot of data from a csv, transform it to list of objects and write it to the database. This is working fine but it seems to have a memory leak.