On Apr 22, 2:23=A0am, grasp06110 <grasp06...@[EMAIL PROTECTED]
> wrote:
> On Apr 21, 7:06 am,jlc488<jlc...@[EMAIL PROTECTED]
> wrote:
>
>
>
>
>
> > ok guys..first of all...thanks..to read...
>
> > ok..this is my question....
>
> > i am using Abator..to generate daos, vos, and sql map files....but..i
> > found out that only one single table generation.is possible...
>
> > in actual cases..it's hard to find using only one single table...
>
> > so i'm just wondering is there any way to join tables using abator or
> > ibator to generate them???....
>
> > automatical or manual ways of solutions are all
> > welcome...please~~~ :-)
>
> > thank you very much...
>
> > ciao~~
>
> Hi,
>
> I'm not sure what Abator is off hand but it sounds like a code
> generator for object relational mapping (ORM). =A0Would it be possible
> to create views for the queries you are trying to map?
>
> Hope this helps,
> John- Hide quoted text -
>
> - Show quoted text -
hello
I'm sorry if you feel ignored, I didn't mean to.
abator is a code generatator for ibatis is correct and you can check
it from http://ibatis.apache.org/docs/tools/abator/
<-- this link or
http://www.ociweb.com/mark/programming/Abator.html
I was trying this into project that I am currently involve.
Anyway what I was trying is that just a simple table joins using
abator.
ex) select a.id, b.price from table a, table b where a.id =3D b.id
Something like above example.
Thanks for paying attention of my post.
bye


|