BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.ejb
Interface QueryLocalHome

All Superinterfaces:
EJBLocalHome

public interface QueryLocalHome
extends EJBLocalHome

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

createQuery

public Query createQuery()
                  throws EJBException
Creates a query that doesn't take input parameters.

Throws:
EJBException

createSqlQuery

public Query createSqlQuery()
                     throws EJBException
Creates a query that doesn't take input parameters.

Throws:
EJBException

getDatabaseProductName

public String getDatabaseProductName()
                              throws EJBException
Throws:
EJBException

getDatabaseProductVersion

public String getDatabaseProductVersion()
                                 throws EJBException
Throws:
EJBException

nativeQuery

public String nativeQuery(String query)
                   throws EJBException
Returns the result of calling JDBC's nativeSQL() method.

Throws:
EJBException

prepareQuery

public PreparedQuery prepareQuery(String ejbql)
                           throws EJBException
Creates a prepared query that takes input parameters.

Throws:
EJBException

prepareQuery

public PreparedQuery prepareQuery(String ejbql,
                                  Properties props)
                           throws EJBException
Creates a prepared query that takes input parameters and properties

Throws:
EJBException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.