To give some more details.
I want to send a subgraph of my domain objects on a swing client. I use declarative tx declaration around the server methods calls. The whole graph can be quite...
Type: Posts; User: gaetan; Keyword(s):
To give some more details.
I want to send a subgraph of my domain objects on a swing client. I use declarative tx declaration around the server methods calls. The whole graph can be quite...
Thanks for your quick answer.
I changed my code to disable the automatic flush :
HibernateTemplate hibernateTemplate = getHibernateTemplate();...
Hi all,
I use the HibernateTemplate to execute a query defined in my hibernate xml definition. The query is about a parent and 2 children collections.
Here is the query :
...