Methods Summary |
---|
public oracle.toplink.essentials.queryframework.DatabaseQuery | getDatabaseQuery()PUBLIC:
Return the cached database query for this EJBQueryImpl. If the query is
a named query and it has not yet been looked up, the query will be looked up
and stored as the cached query.
|
public oracle.toplink.essentials.ejb.cmp3.EntityManager | getEntityManager()PUBLIC:
return the EntityManager for this query
|
public java.util.Collection | getResultCollection()PUBLIC:
Non-standard method to return results of a ReadQuery that has a containerPoliry
that returns objects as a collection rather than a List
|
public void | setDatabaseQuery(oracle.toplink.essentials.queryframework.DatabaseQuery query)PUBLIC:
Replace the cached query with the given query.
|