spring - How to ignore unsaved transient instance? -


i have error message when new data sent in search api.

"object references unsaved transient instance - save transient instance before flushing". 

i using jpa , spring boot.i not want save data in database.does have idea on how ignore unsaved transient instance?


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -