Query type

View: New views
2 Messages — Rating Filter:   Alert me  

Query type

by Khayundi, Peter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi,

 

I would like to know if there is a query mechanism in Prevayler of the form:

 

                        Select(myClass.class), where(“variable”=10);

 

Or something similar?

 

Peter.

The University of Fort Hare subscribes to an e-mail disclaimer. Please click on the following URL to read further: http://www.ufh.ac.za/disclaimer/
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial.
http://p.sf.net/sfu/www-adobe-com
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org

Re: Query type

by Justin T. Sampson-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Peter,

You can use any data structures and algorithms that can be implemented in Java deterministically and in-memory.

I tend to use simple, standard things like for-each loops and LinkedHashMaps (I avoid HashMap; you can be surprised by changes in the iteration order).

You can also explore reflection-based libraries like JXPath, JavaMatch, and JQL. I've never used them myself, though.

Cheers,
Justin


On Wed, Mar 11, 2009 at 4:39 AM, Khayundi, Peter <PKhayundi@...> wrote:

> Hi,
>
> I would like to know if there is a query mechanism in Prevayler of the form:
>
>                         Select(myClass.class), where(“variable”=10);
>
> Or something similar?
>
> Peter.

--
Agile Focus - http://agilefocus.com/

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
To unsubscribe go to the end of this page: http://lists.sourceforge.net/lists/listinfo/prevayler-discussion
_______________________________________________
"Databases in Memoriam" -- http://www.prevayler.org