Answers for "org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: dz.seaal.gestiondysfonctionnement.models."

2

object references an unsaved transient instance - save the transient instance before flushing

@ManyToOne(cascade=CascadeType.PERSIST)
@JoinColumn(name="cidade_id")
private Cidade cidade;
Posted by: Guest on December-11-2020

Code answers related to "org.hibernate.TransientObjectException: object references an unsaved transient instance - save the transient instance before flushing: dz.seaal.gestiondysfonctionnement.models."

Browse Popular Code Answers by Language