Re: Question regarding metadata handling in ojb 1.0.4

2007-07-26 Thread Armin Waibel
Hi Bernd, Längerich, Bernd wrote: Hi, I am trying to find some information regarding metadata merging in the following scenario: We have a base application with some classes, db tables and a repository_user.xml that describes the mapping. Lets say we have a base class BasePersistentClassA and

Re: QueryBySQL

2007-07-26 Thread Armin Waibel
Hi Krupa, krupa wrote: Hi All, I have several SQLs already written. I want to use QueryBySQL to use the existing SQLs. The problem I am facing is how do I map the result set of these queries to my java classes, especially if I have a result set that includes fields from 3 tables then how do I

Re: cancel proxying for custom request

2007-07-26 Thread Armin Waibel
Hi, Maxim Kuleshov wrote: Hello! Most of the times I prefer to use proxying of collections, but in contrast, for certain requests I need no proxying at all. Is there any method to create such custom query? Sorry no. The proxy setting are global and changes will affect all other threads/us

Question regarding metadata handling in ojb 1.0.4

2007-07-26 Thread Längerich, Bernd
Hi, I am trying to find some information regarding metadata merging in the following scenario: We have a base application with some classes, db tables and a repository_user.xml that describes the mapping. Lets say we have a base class BasePersistentClassA and some classes that are based which