How fix org.hibernate.TransientPropertyValueException
0
this is my error: Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessApiUsageException: org.hibernate.TransientPropertyValueException: object references an unsaved transient instance - save the transient instance before flushing I added Cascade.ALL to ManyToOne but i have same problem.
java spring hibernate spring-data-jpa
share | improve this question
asked 19 hours ago
AlexLoManto AlexLoManto
8 2
...