No converter found capable of converting [org.springframework.data.jpa.repository.query.AbstractJpaQuery$TupleConverter$TupleBackedMap
I have the following Entity:
How I should create entity with relation entity which contains embedded id?
I am working on a project that involves managing calendar events and their associated members. I have several entities that represent a calendar event, the members associated with the event, and the relationships between them. Here are the main entities:
Spring getting validation error with pattern dd-MM-yyyy
I have a LocalDate
field of an entiry class as below.
api returns null when redirected in spring data jpa
i was trying to make a simple board with spring boot and data jpa that users can make a post and admins can make boards. this is the code of api i made that creates a board.