|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Query |
createQuery()
Creates a query that doesn't take input parameters. |
Query |
createSqlQuery()
Creates a query that doesn't take input parameters. |
String |
getDatabaseProductName()
|
String |
getDatabaseProductVersion()
|
String |
nativeQuery(String query)
Returns the result of calling JDBC's nativeSQL() method. |
PreparedQuery |
prepareQuery(String ejbql)
Creates a prepared query that takes input parameters. |
PreparedQuery |
prepareQuery(String ejbql,
Properties props)
Creates a prepared query that takes input parameters and properties |
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
Method Detail |
public Query createQuery() throws EJBException
EJBException
public Query createSqlQuery() throws EJBException
EJBException
public String getDatabaseProductName() throws EJBException
EJBException
public String getDatabaseProductVersion() throws EJBException
EJBException
public String nativeQuery(String query) throws EJBException
EJBException
public PreparedQuery prepareQuery(String ejbql) throws EJBException
EJBException
public PreparedQuery prepareQuery(String ejbql, Properties props) throws EJBException
EJBException
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |