3 Replies Last post: Dec 29, 2011 7:38 PM by Dmitri Nesteruk  
Vitkar Karpach Newbie 3 posts since
Aug 26, 2011
Currently Being Moderated

Aug 26, 2011 11:09 PM

iBatis goto declaration

Hi,

 

I want to implement iBatis goto declaration plugin. Let's say we have following code:

 

QueryForObject<IBatchFile>("GetDownloadFile", param);

 

GetDownloadFile stored procedure mapping is declared in iBatis xml declaration file. I want to easily navigate to xml declaration from line above.

 

I found many examples about ActionContext, but nothing about Navigation. Can you point me in right direction?

linux_china  Novice 263 posts since
Sep 2, 2002
Currently Being Moderated
Aug 27, 2011 2:58 AM in response to: Vitkar Karpach
Re: iBatis goto declaration

I have developed the iBATIS plugin, and you can take a look.

Dmitri Nesteruk Newbie 14 posts since
Aug 24, 2011
Currently Being Moderated
Dec 29, 2011 7:38 PM in response to: Vitkar Karpach
Re: iBatis goto declaration

Hi! Check out the Navigation section in the Plugin Development Guide.

More Like This

  • Retrieving data ...