RE: [OJB-developers] multiple classes mapped to single table requ est for comments
Brought to you by:
thma
From: Matthew B. <ma...@so...> - 2002-06-10 14:42:13
|
The IN statements will end up looking like this Where A0.ojbConcreteClass in ('com.someclass1',' com.someclass2',' com.someclass3') I misunderstood the limit, thinking it was total characters, so if a class name was average 50 characters we'd potentially have problems. Seeing as it's an element limit, there really isn't a problem. We could have all the way up to com.somclass254 given the oracle limit. M -----Original Message----- From: Oleg Nitz [mailto:on...@ib...] Sent: Monday, June 10, 2002 1:39 AM To: obj...@li... Subject: Re: [OJB-developers] multiple classes mapped to single table requ est for comments Matthew Baird wrote: > Damn oracle. > That's about... average 50 characters per fully qualified class name, > meaning a max of 5 classes in an IN statement. I don't understand what you mean here. "Classes in an IN statement"??? Oleg _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Objectbridge-developers mailing list Obj...@li... https://lists.sourceforge.net/lists/listinfo/objectbridge-developers |