where Can i find reference documentation?
see, I'd like to know does hibernate manage this king of problem
internally. I 'm not asking about how to use hibernate to persist a list.
On Tue, Apr 15, 2008 at 10:44 PM, Gail Badner <[EMAIL PROTECTED]> wrote:
> This is clearly spelled out in the refe
This is clearly spelled out in the reference documentation. If you still
have questions, please post them on the user forum at
http://forum.hibernate.org/ .
Gail
Wesley Forti wrote:
Hi
I´d like to know how hibernate manage list persistene. Let me explain.
I have a Table in my DB and a List i
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 th