Re: storing objects

Hans Novak <[email protected]> Fri, 14 Sep 2007 16:32:30 +0200
Newsgroups gmane.comp.jakarta.ojb.user
Message-ID <[email protected]>
oh... ok :-)

but when i write

            Collection collection = bd.findCollectionByLogicCondition(
                    Partner.class, new LogicSqlCondition("NAME","like","r*")
                    );

i get a collection of partners, who have a "r" somewhere in his name, 
not partners, who begins with it !

2nd, the first question in this ng was, if its normal, that ojb do not 
delete a subtree of an object in the database,
when i delete it in the object and then make an dao.update(object) to 
the database.
mangragora do it not too !?

Hans