On Apr 22, 8:40 pm, jlc488 <jlc...@[EMAIL PROTECTED]
> wrote:
> On Apr 22, 2:23 am, 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). Would 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 fromhttp://ibatis.apache.org/docs/tools/abator/<--
this link
orhttp://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 = b.id
>
> Something like above example.
>
> Thanks for paying attention of my post.
>
> bye
Hi jlc488,
Thanks for bringing iBatis to my attention. I had not heard of this
technology prior to reading your post. Does anyone have any opinions
regarding the place of this technology with other similar tools such
as Hibernate?
Thanks,
John


|