Re: Criteria objects
From: Fredrik Bertilsson (fredrik_bertilsson_at_passagen.se)
Date: 08/24/04
- Previous message: Chris Uppal: "Re: Criteria objects"
- In reply to: VisionSet: "Criteria objects"
- Next in thread: John C. Bollinger: "Re: Criteria objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Aug 2004 02:50:05 -0700
Have a look at the Query object in http://butler.sourceforge.net.
A Query object uses different subclasses of Filter - like AndFilter,
OrFilter, EqualsFilter - to define the where clause in the select
statement. It can also making joins (Join class) with other tables.
/Fredrik
- Previous message: Chris Uppal: "Re: Criteria objects"
- In reply to: VisionSet: "Criteria objects"
- Next in thread: John C. Bollinger: "Re: Criteria objects"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]