We are stuck with cascading delete when using ektorp for couchDb. Ours is a complex object. We are able to save different documents for all the children in the object tree but delete just deletes the parent document and not the associated documents. Can anyone help?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Are you using the @DocumentReferences annotation? Make sure you have set cascade = CascadeType.DELETE Read more here http://ektorp.org/reference_documentation.html#d99e369 |
|||||
|