ahh i see, shouldn't bind() call just dirty() then?
instead of already storing itself and all the temp objects in the session
(are all those detached?)
and if we want to say to the developers call bind() yourself instead of
dirty()
then bind should be callable twice and not:
else
{
log.warn("trying to bind an already bound and non-temporary
session");
}
that should the then i guess
else
{
dirty()
}
johan
thats not good. bind() can be called at any time. So those values could all
be
On 6/14/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
On 6/14/07, Johan Compagner <[EMAIL PROTECTED]> wrote:
> he just has to call dirty() when he alters a session and wants to store
it
That currently (in 1.3) doesn't trigger binding.
Eelco