Can someone explain me Cascading and FetchType lazy in Ektorp?
问题 I am new to CouchDB and Ektorp (I ACTUALLY started today to try to work with it). The most detailed documentation I have found to help me getting started is this one: http://www.ektorp.org/reference_documentation.html#d100e394 My use case is that I want to save a very complex class as a document (I have managed that so far), but I do not want to load all the fields all the time (since some of those are potentially big collections of other simpler documents). Here is an example of what I have