Query Object Pattern (Design Pattern)
Posted
by The Elite Gentleman
on Stack Overflow
See other posts from Stack Overflow
or by The Elite Gentleman
Published on 2010-01-15T00:05:38Z
Indexed on
2010/03/13
1:17 UTC
Read the original article
Hit count: 553
Hi Guys,
I need to implement a Query Object Pattern in Java for my customizable search interface (of a webapp I'm writing).
Does anybody know where I can get an example/tutorial of Query Object Pattern (Martin Fowler's QoP)?
Thanks in Advance
ADDITION How to add a Query Pattern to an existing DAO pattern?
© Stack Overflow or respective owner