I have a question for the EJB-QL gurus:

Given an object which has a timestamp field, is it possible to write a
query which returns the most recent object?

This problem seems to be a general category of finders:

findMostRecent()
findByBiggestField()
etc

This article from onjava.com tantalizes me with a finder called
findBiggestOrder(), but shows now implementation:
http://www.onjava.com/pub/a/onjava/2001/09/19/ejbql.html

I can't picture how this can be done.  Can it?

Thanks,
Jeff Schnitzer
[EMAIL PROTECTED]

==========================================================================To 
unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to