Re: [Hibernate] HibernateMetadata

2004-12-30 Thread Emmanuel Bernard
The tutorial and the changelog are updated. I've had time to create a clean dist task. The current one does not take the docs and the test sources (used by the docs). Christian Bauer wrote: Emmanuel Bernard wrote: I've finished to implement the support of EJB3 annotations except for some minor s

[Hibernate] Using Temporary Tables for Large SQL Queries with IN CLAUSE

2004-12-30 Thread Rajan Gupta
Hello! We have a scenario where the user can select multiple employeeID's that we need to show line items on in one shot. The number of items in the selection could possibly be 1000's. To execute such a query, we would have to use an IN clause e.g. SELECT name, date, salary FROM EMPLOYEE WHERE empI

Re: [Hibernate] Using Temporary Tables for Large SQL Queries with IN CLAUSE

2004-12-30 Thread Max Rydahl Andersen
On Thu, 30 Dec 2004 11:10:58 -0800 (PST), Rajan Gupta <[EMAIL PROTECTED]> wrote: Hello! We have a scenario where the user can select multiple employeeID's that we need to show line items on in one shot. The number of items in the selection could possibly be 1000's. To execute such a query, we wo

Re: [Hibernate] Using Temporary Tables for Large SQL Queries with IN CLAUSE

2004-12-30 Thread Rajan Gupta
I did not understand the response, can u help elaborate. Thanks in advance Rajan --- Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > On Thu, 30 Dec 2004 11:10:58 -0800 (PST), Rajan Gupta > <[EMAIL PROTECTED]> wrote: > > > Hello! > > We have a scenario where the user can select multiple employe

Re: [Hibernate] Using Temporary Tables for Large SQL Queries with IN CLAUSE

2004-12-30 Thread Rajan Gupta
I did not understand the response, can u help elaborate. Thanks in advance Rajan --- Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > On Thu, 30 Dec 2004 11:10:58 -0800 (PST), Rajan Gupta > <[EMAIL PROTECTED]> wrote: > > > Hello! > > We have a scenario where the user can select multiple employe

Re: [Hibernate] Using Temporary Tables for Large SQL Queries with IN CLAUSE

2004-12-30 Thread Rajan Gupta
I did not understand the response, can u help elaborate. Thanks in advance Rajan --- Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > On Thu, 30 Dec 2004 11:10:58 -0800 (PST), Rajan Gupta > <[EMAIL PROTECTED]> wrote: > > > Hello! > > We have a scenario where the user can select multiple employe