A
Ads
We need to be able to create specific EJB-QL queries at runtime to find a
set of EJBs. All we need to be able to do is enter some SQL or EJB-QL and
for the container to return a collection of objects, or primarykeys. Is this
possible?
If not, is there a way to get details of the database the container is
using? (We are using jBoss with mysql, but we need a non-container specific
solution), so that we can just run out own SQL queries on that. Not ideal,
but we need to be able to search all the EJBs fast and our search criteria
changes too much to have specific searchs in the deployment descriptor.
Cheers
Ads
set of EJBs. All we need to be able to do is enter some SQL or EJB-QL and
for the container to return a collection of objects, or primarykeys. Is this
possible?
If not, is there a way to get details of the database the container is
using? (We are using jBoss with mysql, but we need a non-container specific
solution), so that we can just run out own SQL queries on that. Not ideal,
but we need to be able to search all the EJBs fast and our search criteria
changes too much to have specific searchs in the deployment descriptor.
Cheers
Ads