Hi

I´d like to know how hibernate manage list persistene. Let me explain.

I have a Table in my DB and a List in my java code representing my data persisted in DB. Imagine user made some manipulating in this list: remove some object, add new one and edited existing ones.

How hibernate persists this data back to DB? It will delete all data in DB an persist all my list back again?

How does it make this merge?

tk´s.

--
Att,
---
Wesley Forti