-
Aug 22nd, 2007, 10:42 AM
#1
Generic DAO Question
I'm looking at a generic DAO implementation:
http://www.ibm.com/developerworks/ja...enericdao.html
I'm not seeing FinderExecutor. I get the idea that this interface is somehow related to the executor that uses reflection and AOP, but I'm not getting it. Is this a marker interface, a la Serializable or Remotable? Or is there an interface declaration that I'm missing? Thanks - %
-
Aug 22nd, 2007, 10:48 AM
#2
Download the source code and it will become clear. In short the FinderExecutor defines the executeFinder method (which you could also deduct from the code).
Simply download the code, load it into an IDE of your choice and browse through it makes a lot clear.
-
Aug 22nd, 2007, 04:46 PM
#3
(Dope Slap Myself) Thanks
Of course - why didn't I think of that myself?
Thanks for the heads up. I didn't even think to look.
Sincerely, %
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules