Dear EJB Community:
Entity java beans pretty much represent a row of data
in a database table.
If one has:
Table X Table Y
-------------- --------------
A B C D D E F G
One commonly executes a SQL command like:
select A from X join Y on X.D=Y.D where Y.G ="Bill Clinton"
How would one do the equivalent task in an elegant
"Enterprise Java Bean" like manner? That is, other
than simply writing some member function that performs
a JDBC select command like above.
Inquiring Minds Want To Know
--
STeve Punte
e-Business Software Architect
Technologent Inc
[EMAIL PROTECTED]
- Re: How are database JOINS achieved with EJBs? Steven Punte
- Re: How are database JOINS achieved with EJBs? Al Fogleson
- Re: How are database JOINS achieved with EJBs? Porfiriev Sergey
- Re: How are database JOINS achieved with EJBs? Steven Punte
- Re: How are database JOINS achieved with EJBs? Steven Punte
- Re: How are database JOINS achieved with EJBs? Al Fogleson
- Re: How are database JOINS achieved with EJBs? Karl Avedal
- Does Orion eliminate RMI? Was: How are data... Steven Punte
- Re: Does Orion eliminate RMI? Was: How ... Al Fogleson
- Re: Does Orion eliminate RMI? Was: How ... Eric Richardson
- Re: EJB preformance Was: Does Orion... Jonas Larsson
