1. Recently, when I was learning hibernate, a question suddenly occurred to me: can I use hibernate instead of a database to store data? Can it cooperate with hibernate with simple file access?
2. In order to answer this question, I think we should first find out whether hibernate has any intermediates in object mapping. If so, can this intermediate be obtained? If you can, maybe you can save it with a file.
3, personal thinking is greatly inspired, I hope someone can answer the questions, thank you!