You can define the finder queries in the orion-ejb-jar.xml.  Loads and
stores would be more troublesome.  You might be able to use database
views, or as a last resort you could create a facade for the JDBC driver
and manipulate the SQL on the way through.  Shouldn't be that hard.

Jeff

>-----Original Message-----
>From: James Manning [mailto:[EMAIL PROTECTED]]
>Sent: Friday, December 08, 2000 7:08 AM
>To: Orion-Interest
>Subject: Re: Changing Orion Generated SQL
>
>
>[Jeff Schnitzer]
>> Take a look at the documentation for orion-ejb-jar.xml.  It's a lot
>> easier if you have a few samples to look at alongside.
>> 
>> http://www.orionserver.com/docs/orion-ejb-jar.xml.html
>> 
>> What changes you have in mind?
>
>For more performance-intensive entity beans attached to larger tables,
>it could be nice to be able add in the "hints" recognized by your
>particular DB (like specifying degree of parallelism in the use of
>oracle's parallel query in an ejb finder)
>
>This make sense?  Seems doable?
>-- 
>James Manning <[EMAIL PROTECTED]>
>GPG Key fingerprint = B913 2FBD 14A9 CE18 B2B7  9C8E A0BF B026 
>EEBB F6E4
>
>

Reply via email to