|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Query typeHi, 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. ------------------------------------------------------------------------------ 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 typeHi 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 |
| Free embeddable forum powered by Nabble | Forum Help |