|
Oracle TopLink Java API Reference 10g Release 3 (10.1.3.1) B28219-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PUBLIC: TopLInk specific EJB 3.0 query interface. Provides the functionality defined in oracle.toplink.sessions.entitymanager.Query and adds access to the underlying database query for TopLink specific functionality.
Method Summary | |
DatabaseQuery |
getDatabaseQuery() PUBLIC: Return the cached database query for this EJBQueryImpl. |
EntityManager |
getEntityManager() PUBLIC: return the EntityManager for this query |
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 |
void |
setDatabaseQuery(DatabaseQuery query) PUBLIC: Replace the cached query with the given query. |
Methods inherited from interface oracle.toplink.sessions.entitymanager.Query |
executeUpdate, getResultList, getSingleResult, setFirstResult, setFlushMode, setHint, setMaxResults, setParameter, setParameter, setParameter, setParameter, setParameter, setParameter |
Method Detail |
public DatabaseQuery getDatabaseQuery()
public EntityManager getEntityManager()
public java.util.Collection getResultCollection()
public void setDatabaseQuery(DatabaseQuery query)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |